Skip to content

Commit a2f5a26

Browse files
OchirkhuyagOchiYao725
authored
A new Subscription API version 2021-10-01 (Azure#25305)
* A new Subscription API version 2021-10-01 * executed generate.ps1 * .csproj is updated with the version 2.0.0 * Test cases not in use are deleted * AzSdk.RP.props is updated * AssemblyFileVersion is updated * Breaking changes are updated, a version is updated * Test case for AcceptOwnership is implemented * Test case for AcceptOwnership is implemented * AcceptOwnershipTest is updated * Updated breaking changes in Microsoft.Azure.Management.Subscription.csproj * Some tests are implemented * added a scenario test for initial run * All test cases are implemented * Enabling issue is solved * Enabling is solved * all test records are done * deleted unused files * Uncommented test and checked. It works! * deleted some unnecessary comments * splited Alias operations * added an item group to .csproj file * Deleted some commented codes * try to fix ci * fix discrepancy in SdkInfo_SubscriptionClient.cs * executed generate1.ps required by CI failure * change sdkinfo * modified cancel test Co-authored-by: Ochi <[email protected]> Co-authored-by: Yao Kou <[email protected]>
1 parent 0626263 commit a2f5a26

File tree

70 files changed

+5265
-511
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+5265
-511
lines changed

eng/mgmt/mgmtmetadata/subscription_resource-manager.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ AutoRest installed successfully.
33
Commencing code generation
44
Generating CSharp code
55
Executing AutoRest command
6-
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/subscription/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\github2\sdk
7-
2020-10-02 19:40:15 UTC
6+
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/main/specification/subscription/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\Tasks\azure-sdk-for-net\sdk
7+
Autorest CSharp Version: 2.3.82
8+
2022-01-25 15:40:07 UTC
89
Azure-rest-api-specs repository information
910
GitHub fork: Azure
10-
Branch: master
11-
Commit: a2f45d8b74aa5def295b86ffceecdeb27b8e1602
11+
Branch: main
12+
Commit: 0e85ddcc82e288d60b444213c0beb7f698ce5649
1213
AutoRest information
1314
Requested version: v2
1415
Bootstrapper version: [email protected]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file-->
33
<PropertyGroup>
4-
<AzureApiTag>Subscription_2020-09-01;SubscriptionClient_2016-06-01;</AzureApiTag>
4+
<AzureApiTag>Subscription_2021-10-01;</AzureApiTag>
55
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
66
</PropertyGroup>
77
</Project>

sdk/subscription/Microsoft.Azure.Management.Subscription/src/Generated/AliasOperations.cs

Lines changed: 29 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)