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

Generate new compute import for SDK. Includes OS Image profile and maxSurge in Microsoft.Compute #32880

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
14 changes: 6 additions & 8 deletions eng/mgmt/mgmtmetadata/compute_resource-manager.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ AutoRest installed successfully.
Commencing code generation
Generating CSharp code
Executing AutoRest command
cmd.exe /c autorest.cmd https://github.com/csassasin/azure-rest-api-specs/blob/feature/cplat-2022-11-01/specification/compute/resource-manager/readme.md --csharp --version=2.0.4421 --reflect-api-versions --csharp-sdks-folder=C:\Users\ashwtiwari\source\repos\swaggerupdates\idiot\azure-sdk-for-net\sdk
cmd.exe /c autorest.cmd https://github.com/johnzhang-microsoft/azure-rest-api-specs/blob/dev/johnzhang/addReimageNotification/specification/compute/resource-manager/readme.md --csharp --version=2.0.4421 --reflect-api-versions --csharp-sdks-folder=C:\repos\azure-sdk-for-net\sdk
Autorest CSharp Version: 2.3.82
2022-10-27 09:42:53 UTC
2022-11-16 23:19:19 UTC
Azure-rest-api-specs repository information
GitHub fork: csassasin
Branch: feature/cplat-2022-11-01
Commit: a4f6e3218b4957781a79e7d541e2adde2d0a56ed
GitHub fork: johnzhang-microsoft
Branch: dev/johnzhang/addReimageNotification
Commit: edb6fcd4fe01667973aac35696c455c652e1482e
AutoRest information
Requested version: 2.0.4421
Bootstrapper version: [email protected]
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
Bootstrapper version: [email protected]

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.

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
Expand Up @@ -21,6 +21,8 @@
4. Changed the GalleryImageVersionStorageProfile type to GalleryArtifactVersionFullSource.
5. Moved the Uri property from GalleryArtifactVersionSource to GalleryDiskImageSource.
6. Added the PrivacyStatementUri and Eula properties to SharedGalleryImageProperties.
7. Adding OS Image Scheduled Events to the Scheduled Events Profile in Virtual Machines and Virtual Machine Scale Sets. This allows users to configure if a VM has scheduled events pop up when it's about to undergo an OS-related operation like a reimage or an OS upgrade.
8. Adding the Max Surge setting to the Rolling Upgrade Policy in Virtual Machine Scale Sets. Enabling Max Surge would create new VMs to upgrade the Scale Set, rather than updating the existing VMs. Existing VMs will be deleted once the new virtual machines are created for each batch.
]]>
</PackageReleaseNotes>
</PropertyGroup>
Expand All @@ -31,4 +33,4 @@
<!-- Please do not move/edit code below this line -->
<Import Condition=" Exists('$([MSBuild]::GetPathOfFileAbove(AzSdk.RP.props))') " Project="$([MSBuild]::GetPathOfFileAbove('AzSdk.RP.props'))" />
<!-- Please do not move/edit code above this line -->
</Project>
</Project>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Start-AutoRestCodeGeneration -ResourceProvider "compute/resource-manager" -AutoRestVersion "v2"
Start-AutoRestCodeGeneration -ResourceProvider "compute/resource-manager" -AutoRestVersion "v2"
Loading