Skip to content

Commit 7ac60d5

Browse files
prepare release for Azure.ResourceManager.MachineLearning (Azure#33497)
* prepare release for Azure.ResourceManager.MachineLearning * resolve comments
1 parent 74d7251 commit 7ac60d5

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

sdk/machinelearningservices/Azure.ResourceManager.MachineLearning/CHANGELOG.md

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

3-
## 1.0.0-beta.3 (Unreleased)
4-
5-
### Features Added
3+
## 1.0.0 (2023-01-16)
64

75
### Breaking Changes
86

9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- Various renaming of resources and models to polish the API.
128

139
## 1.0.0-beta.2 (2022-07-12)
1410

sdk/machinelearningservices/Azure.ResourceManager.MachineLearning/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ This library follows the [new Azure SDK guidelines](https://azure.github.io/azur
1212
- Better error-handling.
1313
- Support uniform telemetry across all languages.
1414

15-
## Getting started
15+
## Getting started
1616

1717
### Install the package
1818

1919
Install the Microsoft Azure MachineLearning management library for .NET with [NuGet](https://www.nuget.org/):
2020

2121
```dotnetcli
22-
dotnet add package Azure.ResourceManager.MachineLearning --prerelease
22+
dotnet add package Azure.ResourceManager.MachineLearning
2323
```
2424

2525
### Prerequisites

sdk/machinelearningservices/Azure.ResourceManager.MachineLearning/src/Azure.ResourceManager.MachineLearning.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.0.0-beta.3</Version>
3+
<Version>1.0.0</Version>
44
<Description>Microsoft Azure management client SDK for Azure resource provider Microsoft.MachineLearningServices.</Description>
55
<PackageId>Azure.ResourceManager.MachineLearning</PackageId>
66
<PackageTags>azure;management;machinelearning;machinelearningservices;aml;ml</PackageTags>

0 commit comments

Comments
 (0)