Skip to content

Commit

Permalink
Remove upper limit for DedicatedHostGroup's PlatformFaultDomainCount …
Browse files Browse the repository at this point in the history
…and DedicatedHost's PlatformFaultDomain (Azure#15377)

* Updated

* Addressed comments
  • Loading branch information
dochung4 authored and annelo-msft committed Feb 17, 2021
1 parent 00f6629 commit 9ba7105
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 24 deletions.
6 changes: 3 additions & 3 deletions eng/mgmt/mgmtmetadata/compute_resource-manager.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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=C:\Users\luwu\Documents\october\sdk
2020-08-21 19:04:34 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=E:\azure-sdk-for-net\sdk
2020-10-04 01:09:38 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: 1d90950c9db002ca44a56873c5a2ea3c96f533f8
Commit: 1959aa63dd7a626aac36cc0e6b8c656dd2c1791d
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413

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.

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 @@ -9,7 +9,7 @@
Provides developers with libraries for the updated compute platform under Azure Resource manager to deploy virtual machine, virtual machine extensions and availability set management capabilities. Launch, restart, scale, capture and manage VMs, VM Extensions and more. Note: This client library is for Virtual Machines under Azure Resource Manager.
Development of this library has shifted focus to the Azure Unified SDK. The future development will be focused on "Azure.ResourceManager.Compute" (https://www.nuget.org/packages/Azure.ResourceManager.Compute/). Please see the package changelog for more information.
</Description>
<Version>39.0.0.0</Version>
<Version>40.0.0.0</Version>
<AssemblyName>Microsoft.Azure.Management.Compute</AssemblyName>
<PackageTags>management;virtual machine;compute;</PackageTags>
<PackageReleaseNotes>
Expand All @@ -20,6 +20,7 @@
3. Add property diskState to snapshot
4. New API: ListDiskEncryptionSetAssociatedResources.
5. Remove EncryptionAtRestWithPlatformKey in diskEncryptionSetType
6. Remove maximum for PlatformFaultDomainCount of DedicatedHostGroup
]]>
</PackageReleaseNotes>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[assembly: AssemblyTitle("Microsoft Azure Compute Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Compute Resources.")]

[assembly: AssemblyVersion("39.0.0.0")]
[assembly: AssemblyFileVersion("39.0.0.0")]
[assembly: AssemblyVersion("40.0.0.0")]
[assembly: AssemblyFileVersion("40.0.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down

0 comments on commit 9ba7105

Please sign in to comment.