diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHost.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHost.cs index 26a73584615c..2492e07e7fed 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHost.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHost.cs @@ -168,10 +168,6 @@ public override void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "Sku"); } - if (PlatformFaultDomain > 2) - { - throw new ValidationException(ValidationRules.InclusiveMaximum, "PlatformFaultDomain", 2); - } if (PlatformFaultDomain < 0) { throw new ValidationException(ValidationRules.InclusiveMinimum, "PlatformFaultDomain", 0); 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 2b5ce35389aa..03c9b92e68a8 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 @@ -130,10 +130,6 @@ public DedicatedHostGroup() public override void Validate() { base.Validate(); - if (PlatformFaultDomainCount > 3) - { - throw new ValidationException(ValidationRules.InclusiveMaximum, "PlatformFaultDomainCount", 3); - } if (PlatformFaultDomainCount < 1) { throw new ValidationException(ValidationRules.InclusiveMinimum, "PlatformFaultDomainCount", 1); 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 fc9d5783c807..c021f69c8e5b 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 @@ -122,10 +122,6 @@ public DedicatedHostGroupUpdate() /// public virtual void Validate() { - if (PlatformFaultDomainCount > 3) - { - throw new ValidationException(ValidationRules.InclusiveMaximum, "PlatformFaultDomainCount", 3); - } if (PlatformFaultDomainCount < 1) { throw new ValidationException(ValidationRules.InclusiveMinimum, "PlatformFaultDomainCount", 1); diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostUpdate.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostUpdate.cs index 99a1a24361c2..b49fbb5da148 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostUpdate.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/DedicatedHostUpdate.cs @@ -148,10 +148,6 @@ public DedicatedHostUpdate() /// public virtual void Validate() { - if (PlatformFaultDomain > 2) - { - throw new ValidationException(ValidationRules.InclusiveMaximum, "PlatformFaultDomain", 2); - } if (PlatformFaultDomain < 0) { throw new ValidationException(ValidationRules.InclusiveMinimum, "PlatformFaultDomain", 0); diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SdkInfo_ComputeManagementClient.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SdkInfo_ComputeManagementClient.cs index 3d3ee884b917..42ca72a44f9b 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SdkInfo_ComputeManagementClient.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SdkInfo_ComputeManagementClient.cs @@ -53,16 +53,5 @@ public static IEnumerable> ApiInfo_ComputeManageme }.AsEnumerable(); } } - // BEGIN: Code Generation Metadata Section - public static readonly String AutoRestVersion = "v2"; - public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4413"; - public static readonly String AutoRestCmdExecuted = "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"; - public static readonly String GithubForkName = "Azure"; - public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "1d90950c9db002ca44a56873c5a2ea3c96f533f8"; - public static readonly String CodeGenerationErrors = ""; - public static readonly String GithubRepoName = "azure-rest-api-specs"; - // END: Code Generation Metadata Section } } -