forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
generating SDK and adding SDK test for patch status instance view (Az…
…ure#13764) * generating sdk and adding sdktest for patch status instance view * generating from master * updating the version * revert version update; use 3 numbers as csproj version Co-authored-by: Yeming Liu <[email protected]>
- Loading branch information
Showing
17 changed files
with
731 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,12 @@ AutoRest installed successfully. | |
Commencing code generation | ||
Generating CSharp code | ||
Executing AutoRest command | ||
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/compute/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=E:\workdir\github\azure-sdk-for-net\sdk | ||
2020-07-14 19:06:24 UTC | ||
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/compute/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\Code2\azure-sdk-for-net | ||
2020-08-05 03:47:11 UTC | ||
Azure-rest-api-specs repository information | ||
GitHub fork: Azure | ||
Branch: master | ||
Commit: 00ac1cbffba123ba5e30cb324935100495d0700d | ||
Commit: 231a2ce2e26a7467456927065b9e04df4d3e97d4 | ||
AutoRest information | ||
Requested version: v2 | ||
Bootstrapper version: [email protected] |
133 changes: 133 additions & 0 deletions
133
sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/AvailablePatchSummary.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
84 changes: 84 additions & 0 deletions
84
...ute/Microsoft.Azure.Management.Compute/src/Generated/Models/ConfigurationStatusSummary.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.