diff --git a/eng/mgmt/mgmtmetadata/compute_resource-manager.txt b/eng/mgmt/mgmtmetadata/compute_resource-manager.txt
index 68f1616f3d4e..8e372e06b295 100644
--- a/eng/mgmt/mgmtmetadata/compute_resource-manager.txt
+++ b/eng/mgmt/mgmtmetadata/compute_resource-manager.txt
@@ -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=D:\Azure\azure-sdk-for-net\sdk
-2020-10-12 03:40:00 PDT
+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-11-29 04:50:45 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
-Commit: 3330966e764d615930452a561c2f91886414fb04
+Commit: 33b5733cc82028c9ce6e2c9ec9f28e7f763098f7
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostGroup.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostGroup.cs
index 03c9b92e68a8..bb23e586e178 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostGroup.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostGroup.cs
@@ -54,8 +54,8 @@ public DedicatedHostGroup()
/// machines or virtual machine scale sets can be placed automatically
/// on the dedicated host group. Automatic placement means resources
/// are allocated on dedicated hosts, that are chosen by Azure, under
- /// the dedicated host group. The value is defaulted to 'true' when not
- /// provided. <br><br>Minimum api-version:
+ /// the dedicated host group. The value is defaulted to 'false' when
+ /// not provided. <br><br>Minimum api-version:
/// 2020-06-01.
/// Availability Zone to use for this host group.
/// Only single zone is supported. The zone can be assigned only during
@@ -104,7 +104,7 @@ public DedicatedHostGroup()
/// scale sets can be placed automatically on the dedicated host group.
/// Automatic placement means resources are allocated on dedicated
/// hosts, that are chosen by Azure, under the dedicated host group.
- /// The value is defaulted to 'true' when not provided.
+ /// The value is defaulted to 'false' when not provided.
/// <br><br>Minimum api-version:
/// 2020-06-01.
///
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostGroupUpdate.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostGroupUpdate.cs
index c021f69c8e5b..cdd31b9d1d48 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostGroupUpdate.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostGroupUpdate.cs
@@ -47,8 +47,8 @@ public DedicatedHostGroupUpdate()
/// machines or virtual machine scale sets can be placed automatically
/// on the dedicated host group. Automatic placement means resources
/// are allocated on dedicated hosts, that are chosen by Azure, under
- /// the dedicated host group. The value is defaulted to 'true' when not
- /// provided. <br><br>Minimum api-version:
+ /// the dedicated host group. The value is defaulted to 'false' when
+ /// not provided. <br><br>Minimum api-version:
/// 2020-06-01.
/// Availability Zone to use for this host group.
/// Only single zone is supported. The zone can be assigned only during
@@ -97,7 +97,7 @@ public DedicatedHostGroupUpdate()
/// scale sets can be placed automatically on the dedicated host group.
/// Automatic placement means resources are allocated on dedicated
/// hosts, that are chosen by Azure, under the dedicated host group.
- /// The value is defaulted to 'true' when not provided.
+ /// The value is defaulted to 'false' when not provided.
/// <br><br>Minimum api-version:
/// 2020-06-01.
///
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj b/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj
index 3520abd8a2b5..5df0d657990c 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj
@@ -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.
- 41.0.0.0
+ 42.0.0.0
Microsoft.Azure.Management.Compute
management;virtual machine;compute;
@@ -22,6 +22,7 @@
5. Remove EncryptionAtRestWithPlatformKey in diskEncryptionSetType
6. Remove maximum for PlatformFaultDomainCount of DedicatedHostGroup
7. New API: RunCommand resource for VM and VMSS instance
+ 8. Update the description for DedicatedHostGroup.supportAutomaticPlacement to mention that the property defaults to true.
]]>
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Properties/AssemblyInfo.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Properties/AssemblyInfo.cs
index 355cb2e67ba4..88607af30c37 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Properties/AssemblyInfo.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Properties/AssemblyInfo.cs
@@ -7,8 +7,8 @@
[assembly: AssemblyTitle("Microsoft Azure Compute Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Compute Resources.")]
-[assembly: AssemblyVersion("41.0.0.0")]
-[assembly: AssemblyFileVersion("41.0.0.0")]
+[assembly: AssemblyVersion("42.0.0.0")]
+[assembly: AssemblyFileVersion("42.0.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]