Skip to content

Commit ebbd3e1

Browse files
aashish1987Aashish Rajaram Salokhe
andauthored
Add VMSS support for Guest Configuration (Azure#20245)
* Create new SDK for VMSS * Add Tests * Add SDK for VMSS * Recreate the generated folder * Regenerate the metadata file Co-authored-by: Aashish Rajaram Salokhe <aasalokh@microsoft.com>
1 parent f6e3dda commit ebbd3e1

File tree

35 files changed

+2431
-823
lines changed

35 files changed

+2431
-823
lines changed

eng/mgmt/mgmtmetadata/guestconfiguration_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/guestconfiguration/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\data\azure-sdk-for-net\sdk
7-
2020-07-31 16:45:52 UTC
6+
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/guestconfiguration/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --tag=package-2021-01-25 --csharp-sdks-folder=D:\AzSdkNet\azure-sdk-for-net\sdk
7+
Autorest CSharp Version: 2.3.82
8+
2021-06-25 17:21:03 UTC
89
Azure-rest-api-specs repository information
910
GitHub fork: Azure
1011
Branch: master
11-
Commit: cfd53fbb24ddb3551abddf6f1096983378e9e1e2
12+
Commit: 8dff86df71bee429af84ea4713288ef3cdd1db2f
1213
AutoRest information
1314
Requested version: v2
14-
Bootstrapper version: autorest@2.0.4413
15+
Bootstrapper version: autorest@3.2.3
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>Compute_2018-11-20;GuestConfiguration_2018-11-20;GuestConfiguration_2020-06-25</AzureApiTag>
4+
<AzureApiTag>Compute_2018-11-20;GuestConfiguration_2018-11-20;GuestConfiguration_2020-06-25;GuestConfiguration_2021-01-25</AzureApiTag>
55
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
66
</PropertyGroup>
77
</Project>

sdk/guestconfiguration/Microsoft.Azure.Management.GuestConfiguration/src/Generated/GuestConfigurationAssignmentReportsVMSSOperations.cs

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

sdk/guestconfiguration/Microsoft.Azure.Management.GuestConfiguration/src/Generated/GuestConfigurationAssignmentReportsVMSSOperationsExtensions.cs

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

0 commit comments

Comments
 (0)