Skip to content

Commit

Permalink
Update Readme.md and changelog for GA release. (#46684)
Browse files Browse the repository at this point in the history
* Update Readme.md and changelog for GA release.

* Update changelog
  • Loading branch information
rhurey authored Oct 17, 2024
1 parent d0aadf7 commit e545aec
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 2 additions & 7 deletions sdk/vision/Azure.AI.Vision.ImageAnalysis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
10 changes: 8 additions & 2 deletions sdk/vision/Azure.AI.Vision.ImageAnalysis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>This is the Azure.AI.Vision.ImageAnalysis client library for developing .NET applications with rich experience.</Description>
<AssemblyTitle>Azure SDK Code Generation Azure.AI.Vision.ImageAnalysis for Azure Data Plane</AssemblyTitle>
<Version>1.0.0-beta.4</Version>
<Version>1.0.0</Version>
<PackageTags>Azure.AI.Vision.ImageAnalysis</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>
Expand Down

0 comments on commit e545aec

Please sign in to comment.