Skip to content

Commit

Permalink
[MetricsAdvisor] Getting ready for release (#22541)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinelski authored Jul 8, 2021
1 parent 47fa526 commit d059eae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sdk/metricsadvisor/Azure.AI.MetricsAdvisor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0-beta.5 (Unreleased)
## 1.0.0 (2021-07-08)

### New Features
- `DimensionKey` now implements the `IEnumerable<KeyValuePair<string, string>>` interface. Dimension columns can now be enumerated.
Expand Down
2 changes: 1 addition & 1 deletion sdk/metricsadvisor/Azure.AI.MetricsAdvisor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Azure Cognitive Services Metrics Advisor is a cloud service that uses machine le
Install the Azure Metrics Advisor client library for .NET with [NuGet][nuget]:

```PowerShell
dotnet add package Azure.AI.MetricsAdvisor --version 1.0.0-beta.4
dotnet add package Azure.AI.MetricsAdvisor --version 1.0.0
```

### Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
"753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46" +
"ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484c" +
"f7045cc7")]
[assembly: Azure.Core.AzureResourceProviderNamespace("Microsoft.MetricsAdvisor")]
[assembly: Azure.Core.AzureResourceProviderNamespace("Microsoft.CognitiveServices")]
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>This is the Microsoft Azure Cognitive Services Metrics Advisor client library</Description>
<AssemblyTitle>Microsoft Azure.AI.MetricsAdvisor client library</AssemblyTitle>
<Version>1.0.0-beta.5</Version>
<Version>1.0.0</Version>
<PackageTags>Microsoft Azure Metrics Advisor</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<NoWarn>
$(NoWarn);
Expand Down

0 comments on commit d059eae

Please sign in to comment.