forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 27740 in Azure/azure-rest-api-specs
Merge 79ccb276e0eeb82473b3809fd215519c177a45a8 into 6e12137e69c1427ab45c4bab8cf98bd85503e4f2
- Loading branch information
SDKAuto
committed
Feb 12, 2024
1 parent
64b62c6
commit 4422150
Showing
12 changed files
with
116 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,43 @@ | ||
# Release History | ||
|
||
## 1.0.0-beta.2 (Unreleased) | ||
|
||
### Features Added | ||
## 1.0.0-beta.2 (2024-02-12) | ||
|
||
**Features** | ||
|
||
### Breaking Changes | ||
The type names for AnalyzeFromBuffer* have changed to AnalyzeFromImageData* | ||
- Added operation group AnalyzeFromImageData | ||
- Added Interface AnalyzeFromImageData200Response | ||
- Added Interface AnalyzeFromImageDataBodyParam | ||
- Added Interface AnalyzeFromImageDataDefaultHeaders | ||
- Added Interface AnalyzeFromImageDataDefaultResponse | ||
- Added Interface AnalyzeFromImageDataMediaTypesParam | ||
- Added Interface AnalyzeFromImageDataQueryParam | ||
- Added Interface AnalyzeFromImageDataQueryParamProperties | ||
- Added Type Alias AnalyzeFromImageDataParameters | ||
- Interface ImageAnalysisResultOutput has a new optional parameter caption | ||
- Interface ImageAnalysisResultOutput has a new optional parameter denseCaptions | ||
- Interface ImageAnalysisResultOutput has a new optional parameter objects | ||
- Interface ImageAnalysisResultOutput has a new optional parameter people | ||
- Interface ImageAnalysisResultOutput has a new optional parameter read | ||
- Interface ImageAnalysisResultOutput has a new optional parameter smartCrops | ||
- Interface ImageAnalysisResultOutput has a new optional parameter tags | ||
|
||
### Bugs Fixed | ||
**Breaking Changes** | ||
|
||
### Other Changes | ||
- Removed operation group AnalyzeFromBuffer | ||
- Interface ImageAnalysisResultOutput no longer has parameter captionResult | ||
- Interface ImageAnalysisResultOutput no longer has parameter denseCaptionsResult | ||
- Interface ImageAnalysisResultOutput no longer has parameter objectsResult | ||
- Interface ImageAnalysisResultOutput no longer has parameter peopleResult | ||
- Interface ImageAnalysisResultOutput no longer has parameter readResult | ||
- Interface ImageAnalysisResultOutput no longer has parameter smartCropsResult | ||
- Interface ImageAnalysisResultOutput no longer has parameter tagsResult | ||
- Interface ImageBoundingBoxOutput no longer has parameter h | ||
- Interface ImageBoundingBoxOutput no longer has parameter w | ||
- Interface ImageBoundingBoxOutput has a new required parameter height | ||
- Interface ImageBoundingBoxOutput has a new required parameter width | ||
|
||
# Release History | ||
|
||
## 1.0.0-beta.1 (2024-01-09) | ||
|
||
### Features Added | ||
Initial release of Image Analysis SDK. Uses the generally available [Computer Vision REST API (2023-10-01)](https://eastus.dev.cognitive.microsoft.com/docs/services/Cognitive_Services_Unified_Vision_API_2023-10-01). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,4 +28,4 @@ | |
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,4 +114,4 @@ | |
"browser": { | ||
"./dist-esm/test/public/utils/env.js": "./dist-esm/test/public/utils/env.browser.js" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
{ | ||
"extends": "../../../tsconfig.package", | ||
"compilerOptions": { "outDir": "./dist-esm", "declarationDir": "./types" }, | ||
"include": ["src/**/*.ts", "./test/**/*.ts"] | ||
} | ||
"compilerOptions": { | ||
"outDir": "./dist-esm", | ||
"declarationDir": "./types" | ||
}, | ||
"include": [ | ||
"src/**/*.ts", | ||
"./test/**/*.ts" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
commit: 0200a1b1ebdc13cef42097b124c98ee25566ce5e | ||
directory: specification/ai/ImageAnalysis | ||
additionalDirectories: [] | ||
repo: Azure/azure-rest-api-specs | ||
commit: 3cf7400ba3d65978bef86e9c4197a5e7f7bf5277 | ||
additionalDirectories: [] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file. | ||
|
||
trigger: | ||
branches: | ||
include: | ||
- main | ||
- hotfix/* | ||
- release/* | ||
- restapi* | ||
- main | ||
- hotfix/* | ||
- release/* | ||
- restapi* | ||
paths: | ||
include: | ||
- sdk/vision/ | ||
|
||
- sdk/vision/ | ||
pr: | ||
branches: | ||
include: | ||
- main | ||
- feature/* | ||
- hotfix/* | ||
- release/* | ||
- restapi* | ||
- main | ||
- feature/* | ||
- hotfix/* | ||
- release/* | ||
- restapi* | ||
exclude: | ||
- feature/v4 | ||
paths: | ||
include: | ||
- sdk/vision/ | ||
|
||
- sdk/vision/ | ||
extends: | ||
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml | ||
parameters: | ||
ServiceDirectory: vision | ||
Artifacts: | ||
- name: azure-rest-ai-vision-image-analysis | ||
safeName: azurerestaivisionimageanalysis | ||
safeName: azurerestaivisionimageanalysis |