Skip to content

Commit

Permalink
Group Quota SDK (#44180)
Browse files Browse the repository at this point in the history
  • Loading branch information
tejasm-microsoft authored Jul 22, 2024
1 parent a8d2f4f commit fc6fe72
Show file tree
Hide file tree
Showing 192 changed files with 28,816 additions and 113 deletions.
7 changes: 7 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -986,6 +986,12 @@
# ServiceLabel: %Oracle %Mgmt
# ServiceOwners: @v-jamcheung @v-rvilathurs @v-eelhomsi

# PRLabel: %Quota
/sdk/quota/Azure.ResourceManager.*/ @tejasm-microsoft

# ServiceLabel: %Quota %Mgmt
# ServiceOwners: @tejasm-microsoft

# PRLabel: %Recovery Services Backup
/sdk/recoveryservices-backup/Azure.ResourceManager.*/ @Daya-Patil

Expand All @@ -1001,6 +1007,7 @@
# PRLabel: %Spring App Discovery
/sdk/springappdiscovery/Azure.ResourceManager.*/ @sunkun99 @archerzz @ArcturusZhang @ArthurMa1978


# ServiceLabel: %Spring App Discovery %Mgmt
# ServiceOwners: @sunkun99

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Global
{41D2F401-C1C8-477F-9FAD-3A7C4ADAB43E}.Release|x86.ActiveCfg = Release|Any CPU
{41D2F401-C1C8-477F-9FAD-3A7C4ADAB43E}.Release|x86.Build.0 = Release|Any CPU
{1095BB62-9456-4D33-A6CF-18313491CF74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1095BB62-9456-4D33-A6CF-18313491CF74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1095BB62-9456-4D33-A6CF-18313491CF74}.Debug|x64.ActiveCfg = Debug|Any CPU
{1095BB62-9456-4D33-A6CF-18313491CF74}.Debug|x64.Build.0 = Debug|Any CPU
{1095BB62-9456-4D33-A6CF-18313491CF74}.Debug|x86.ActiveCfg = Debug|Any CPU
Expand Down
21 changes: 11 additions & 10 deletions sdk/quota/Azure.ResourceManager.Quota/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
# Release History

## 1.1.0-beta.2 (Unreleased)
## 1.1.0-beta.2 (2027-07-23)

### Features Added

- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.

### Breaking Changes

### Bugs Fixed
- Enabled the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
- Added experimental Bicep serialization.
- Upgraded api-version tag from 'package-2023-02-01' to 'package-2023-06-01-preview'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/d1f4d6fcf1bbb2e71a32bb2079de12f17fedf56a/specification/quota/resource-manager/readme.md.

### Other Changes

- Upgraded Azure.Core from 1.36.0 to 1.41.0
- Upgraded Azure.ResourceManager from 1.9.0 to 1.12.0

## 1.1.0-beta.1 (2023-11-29)

### Features Added

- Enable mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.
- Enabled mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.

### Other Changes

Expand All @@ -35,8 +36,8 @@ Polishing since last public beta release:

### Features Added

- Enable the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder).
- Add support for new version 2023-02-01
- Enabled the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder).
- Added support for new version 2023-02-01.

### Other Changes

Expand Down Expand Up @@ -72,4 +73,4 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur

This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues).

> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).
> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sdk/quota/Azure.ResourceManager.Quota/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/quota/Azure.ResourceManager.Quota",
"Tag": "net/quota/Azure.ResourceManager.Quota_253c07d9f8"
"Tag": "net/quota/Azure.ResourceManager.Quota_e87cf161fa"
}

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.

Loading

0 comments on commit fc6fe72

Please sign in to comment.