Skip to content

Commit e545aec

Browse files
authored
Update Readme.md and changelog for GA release. (Azure#46684)
* Update Readme.md and changelog for GA release. * Update changelog
1 parent d0aadf7 commit e545aec

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

sdk/vision/Azure.AI.Vision.ImageAnalysis/CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
# Release History
22

3-
## 1.0.0-beta.4 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.0.0 (2024-10-18)
104

115
### Other Changes
6+
Stable release.
127

138
## 1.0.0-beta.3 (2024-06-15)
149

sdk/vision/Azure.AI.Vision.ImageAnalysis/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,14 @@ Here we are using environment variables to hold the endpoint and key for the Com
5555

5656
#### Create ImageAnalysisClient with a Microsoft Entra ID Credential
5757

58-
Client subscription key authentication is used in most of the examples in this getting started guide, but you can also authenticate with Microsoft Entra ID (formerly Azure Active Directory) using the [Azure Identity library][azure_identity]. To use the [DefaultAzureCredential][azure_identity_dac] provider shown below,
59-
or other credential providers provided with the Azure SDK, please install the Azure.Identity package:
58+
**Prerequisites for Entra ID Authentication**:
59+
- The role `Cognitive Services User` assigned to you. Role assignment can be done via the "Access Control (IAM)" tab of your Computer Vision resource in the Azure portal.
60+
- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed.
61+
- You are logged into your Azure account by running `az login`.
62+
63+
Also note that if you have multiple Azure subscriptions, the subscription that contains your Computer Vision resource must be your default subscription. Run `az account list --output table` to list all your subscriptions and see which one is the default. Run `az account set --subscription "Your Subscription ID or Name"` to change your default subscription.
64+
65+
Client subscription key authentication is used in most of the examples in this getting started guide, but you can also authenticate with Microsoft Entra ID (formerly Azure Active Directory) using the [Azure Identity library][azure_identity]. To use the [DefaultAzureCredential][azure_identity_dac] provider shown below, or other credential providers provided with the Azure SDK, please install the Azure.Identity package:
6066

6167
```dotnetcli
6268
dotnet add package Azure.Identity

sdk/vision/Azure.AI.Vision.ImageAnalysis/src/Azure.AI.Vision.ImageAnalysis.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>This is the Azure.AI.Vision.ImageAnalysis client library for developing .NET applications with rich experience.</Description>
44
<AssemblyTitle>Azure SDK Code Generation Azure.AI.Vision.ImageAnalysis for Azure Data Plane</AssemblyTitle>
5-
<Version>1.0.0-beta.4</Version>
5+
<Version>1.0.0</Version>
66
<PackageTags>Azure.AI.Vision.ImageAnalysis</PackageTags>
77
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
88
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>

0 commit comments

Comments
 (0)