diff --git a/sdk/vision/Azure.AI.Vision.ImageAnalysis/CHANGELOG.md b/sdk/vision/Azure.AI.Vision.ImageAnalysis/CHANGELOG.md index 8632d7084863..51019ac026af 100644 --- a/sdk/vision/Azure.AI.Vision.ImageAnalysis/CHANGELOG.md +++ b/sdk/vision/Azure.AI.Vision.ImageAnalysis/CHANGELOG.md @@ -1,14 +1,9 @@ # Release History -## 1.0.0-beta.4 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 1.0.0 (2024-10-18) ### Other Changes +Stable release. ## 1.0.0-beta.3 (2024-06-15) diff --git a/sdk/vision/Azure.AI.Vision.ImageAnalysis/README.md b/sdk/vision/Azure.AI.Vision.ImageAnalysis/README.md index 11dad2b88a89..dbb09c066b97 100644 --- a/sdk/vision/Azure.AI.Vision.ImageAnalysis/README.md +++ b/sdk/vision/Azure.AI.Vision.ImageAnalysis/README.md @@ -55,8 +55,14 @@ Here we are using environment variables to hold the endpoint and key for the Com #### Create ImageAnalysisClient with a Microsoft Entra ID Credential -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: +**Prerequisites for Entra ID Authentication**: +- 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. +- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed. +- You are logged into your Azure account by running `az login`. + +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. + +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: ```dotnetcli dotnet add package Azure.Identity diff --git a/sdk/vision/Azure.AI.Vision.ImageAnalysis/src/Azure.AI.Vision.ImageAnalysis.csproj b/sdk/vision/Azure.AI.Vision.ImageAnalysis/src/Azure.AI.Vision.ImageAnalysis.csproj index 8f1da1f29cc5..93c592df77f5 100644 --- a/sdk/vision/Azure.AI.Vision.ImageAnalysis/src/Azure.AI.Vision.ImageAnalysis.csproj +++ b/sdk/vision/Azure.AI.Vision.ImageAnalysis/src/Azure.AI.Vision.ImageAnalysis.csproj @@ -2,7 +2,7 @@ This is the Azure.AI.Vision.ImageAnalysis client library for developing .NET applications with rich experience. Azure SDK Code Generation Azure.AI.Vision.ImageAnalysis for Azure Data Plane - 1.0.0-beta.4 + 1.0.0 Azure.AI.Vision.ImageAnalysis $(RequiredTargetFrameworks) true