diff --git a/sdk/keyvault/Microsoft.Azure.Management.KeyVault/src/Generated/Models/VaultProperties.cs b/sdk/keyvault/Microsoft.Azure.Management.KeyVault/src/Generated/Models/VaultProperties.cs
index 976ca743b9bc..9f580d1ae2b6 100644
--- a/sdk/keyvault/Microsoft.Azure.Management.KeyVault/src/Generated/Models/VaultProperties.cs
+++ b/sdk/keyvault/Microsoft.Azure.Management.KeyVault/src/Generated/Models/VaultProperties.cs
@@ -37,7 +37,7 @@ public VaultProperties()
/// should be used for authenticating requests to the key
/// vault.
/// SKU details
- /// An array of 0 to 16 identities that
+ /// An array of 0 to 1024 identities that
/// have access to the key vault. All identities in the array must use
/// the same tenant ID as the key vault's tenant ID. When `createMode`
/// is set to `recover`, access policies are not required. Otherwise,
@@ -122,9 +122,9 @@ public VaultProperties()
public Sku Sku { get; set; }
///
- /// Gets or sets an array of 0 to 16 identities that have access to the
- /// key vault. All identities in the array must use the same tenant ID
- /// as the key vault's tenant ID. When `createMode` is set to
+ /// Gets or sets an array of 0 to 1024 identities that have access to
+ /// the key vault. All identities in the array must use the same tenant
+ /// ID as the key vault's tenant ID. When `createMode` is set to
/// `recover`, access policies are not required. Otherwise, access
/// policies are required.
///
diff --git a/sdk/keyvault/Microsoft.Azure.Management.KeyVault/src/Generated/SdkInfo_KeyVaultManagementClient.cs b/sdk/keyvault/Microsoft.Azure.Management.KeyVault/src/Generated/SdkInfo_KeyVaultManagementClient.cs
index 2ec2c146cb46..d0b852943516 100644
--- a/sdk/keyvault/Microsoft.Azure.Management.KeyVault/src/Generated/SdkInfo_KeyVaultManagementClient.cs
+++ b/sdk/keyvault/Microsoft.Azure.Management.KeyVault/src/Generated/SdkInfo_KeyVaultManagementClient.cs
@@ -27,16 +27,5 @@ public static IEnumerable> ApiInfo_KeyVaultManagem
}.AsEnumerable();
}
}
- // BEGIN: Code Generation Metadata Section
- public static readonly String AutoRestVersion = "2.0.4413";
- 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/keyvault/resource-manager/readme.md --csharp --version=2.0.4413 --reflect-api-versions --csharp.output-folder=C:\\Users\\yeliu\\isra-fel\\azure-sdk-for-net\\sdk\\keyvault\\Microsoft.Azure.Management.KeyVault\\src\\Generated";
- public static readonly String GithubForkName = "Azure";
- public static readonly String GithubBranchName = "master";
- public static readonly String GithubCommidId = "c9a1ed48c35572cf59cb5030e678a9d614684a7f";
- public static readonly String CodeGenerationErrors = "";
- public static readonly String GithubRepoName = "azure-rest-api-specs";
- // END: Code Generation Metadata Section
}
}
-