Skip to content

Commit

Permalink
Polish the Azure.ResourceManager.Quota for first stable (#36131)
Browse files Browse the repository at this point in the history
* Polish for first GA

* Update the sample and tests

* Rename 2 more resource

* Rename ResourceType to ResourceTypeName

* Update sample

* Update version info and changelog
  • Loading branch information
HarveyLink authored Jun 6, 2023
1 parent cae852f commit d4ebd5b
Show file tree
Hide file tree
Showing 41 changed files with 423 additions and 383 deletions.
11 changes: 5 additions & 6 deletions sdk/quota/Azure.ResourceManager.Quota/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Release History

## 1.0.0-beta.4 (Unreleased)

### Features Added
## 1.0.0 (2023-06-06)

### Breaking Changes

### Bugs Fixed

### Other Changes
Polishing since last public beta release:
- Corrected the format of all `ResourceIdentifier` type properties / parameters.
- Corrected the format of all `TimeSpan` type properties / parameters.
- Optimized the name of some models and functions.

## 1.0.0-beta.3 (2023-05-31)

Expand Down
2 changes: 1 addition & 1 deletion sdk/quota/Azure.ResourceManager.Quota/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This library follows the [new Azure SDK guidelines](https://azure.github.io/azur
Install the Microsoft Azure Quota management library for .NET with [NuGet](https://www.nuget.org/):

```dotnetcli
dotnet add package Azure.ResourceManager.Quota --prerelease
dotnet add package Azure.ResourceManager.Quota
```

### Prerequisites
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-beta.4</Version>
<Version>1.0.0</Version>
<PackageId>Azure.ResourceManager.Quota</PackageId>
<Description>Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Quota.</Description>
<PackageTags>azure;management;arm;resource manager;quota</PackageTags>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d4ebd5b

Please sign in to comment.