Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polish the Azure.ResourceManager.Quota for first stable #36131

Merged
merged 7 commits into from
Jun 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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