Skip to content

Commit

Permalink
Post release automated changes for vision releases (#28327)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-rest-ai-vision-image-analysis
  • Loading branch information
azure-sdk authored Jan 24, 2024
1 parent b0a5844 commit e336560
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions sdk/vision/ai-vision-image-analysis-rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.0.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.1 (2024-01-09)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/vision/ai-vision-image-analysis-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@azure-rest/ai-vision-image-analysis",
"sdk-type": "client",
"author": "Microsoft Corporation",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "undefined",
"keywords": [
"node",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function createClient(
): ImageAnalysisClient {
const baseUrl = options.baseUrl ?? `${endpoint}/computervision`;
options.apiVersion = options.apiVersion ?? "2023-10-01";
const userAgentInfo = `azsdk-js-imageAnalysis-rest/1.0.0-beta.1`;
const userAgentInfo = `azsdk-js-imageAnalysis-rest/1.0.0-beta.2`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${userAgentInfo}`
Expand Down

0 comments on commit e336560

Please sign in to comment.