diff --git a/eng/mgmt/mgmtmetadata/recoveryservices_resource-manager.txt b/eng/mgmt/mgmtmetadata/recoveryservices_resource-manager.txt index be44f2bd96ba..fcfee8706e00 100644 --- a/eng/mgmt/mgmtmetadata/recoveryservices_resource-manager.txt +++ b/eng/mgmt/mgmtmetadata/recoveryservices_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/recoveryservices/resource-manager/readme.md --csharp --version=V2 --reflect-api-versions --csharp-sdks-folder=D:\GH\sdk\sdk -2020-04-09 08:21:50 UTC +cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/recoveryservices/resource-manager/readme.md --csharp --version=V2 --reflect-api-versions --csharp-sdks-folder=D:\azure-sdk-for-net\sdk +2020-11-20 06:08:12 UTC Azure-rest-api-specs repository information GitHub fork: Azure Branch: master -Commit: 9c34dd740a8364c0249b477a1d32a96dfc7a78d7 +Commit: 88fa0d128fbcf2d1ff3b330add6b4425c84f4149 AutoRest information Requested version: V2 Bootstrapper version: autorest@2.0.4413 diff --git a/sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Generated/Models/PatchVault.cs b/sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Generated/Models/PatchVault.cs index 15f954a38224..5b56a4b874ae 100644 --- a/sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Generated/Models/PatchVault.cs +++ b/sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Generated/Models/PatchVault.cs @@ -40,11 +40,12 @@ public PatchVault() /// Optional ETag. /// Resource location. /// Resource tags. - public PatchVault(string id = default(string), string name = default(string), string type = default(string), string eTag = default(string), string location = default(string), IDictionary tags = default(IDictionary), VaultProperties properties = default(VaultProperties), Sku sku = default(Sku)) + public PatchVault(string id = default(string), string name = default(string), string type = default(string), string eTag = default(string), string location = default(string), IDictionary tags = default(IDictionary), VaultProperties properties = default(VaultProperties), Sku sku = default(Sku), IdentityData identity = default(IdentityData)) : base(id, name, type, eTag, location, tags) { Properties = properties; Sku = sku; + Identity = identity; CustomInit(); } @@ -63,6 +64,11 @@ public PatchVault() [JsonProperty(PropertyName = "sku")] public Sku Sku { get; set; } + /// + /// + [JsonProperty(PropertyName = "identity")] + public IdentityData Identity { get; set; } + /// /// Validate the object. /// @@ -75,6 +81,10 @@ public virtual void Validate() { Sku.Validate(); } + if (Identity != null) + { + Identity.Validate(); + } } } } diff --git a/sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Generated/SdkInfo_RecoveryServicesClient.cs b/sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Generated/SdkInfo_RecoveryServicesClient.cs index 9abdb146eccd..fbc015bb2e16 100644 --- a/sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Generated/SdkInfo_RecoveryServicesClient.cs +++ b/sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Generated/SdkInfo_RecoveryServicesClient.cs @@ -31,5 +31,16 @@ public static IEnumerable> ApiInfo_RecoveryService }.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/recoveryservices/resource-manager/readme.md --csharp --version=V2 --reflect-api-versions --csharp-sdks-folder=D:\\azure-sdk-for-net\\sdk"; + public static readonly String GithubForkName = "Azure"; + public static readonly String GithubBranchName = "master"; + public static readonly String GithubCommidId = "88fa0d128fbcf2d1ff3b330add6b4425c84f4149"; + public static readonly String CodeGenerationErrors = ""; + public static readonly String GithubRepoName = "azure-rest-api-specs"; + // END: Code Generation Metadata Section } } + diff --git a/sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Microsoft.Azure.Management.RecoveryServices.csproj b/sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Microsoft.Azure.Management.RecoveryServices.csproj index 80dfb09ba00f..3274e2a74ddd 100644 --- a/sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Microsoft.Azure.Management.RecoveryServices.csproj +++ b/sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Microsoft.Azure.Management.RecoveryServices.csproj @@ -7,9 +7,9 @@ Microsoft.Azure.Management.RecoveryServices Provides developers with libraries for the updated recovery services backup feature under Azure Resource manager. Microsoft.Azure.Management.RecoveryServices - 4.3.0-preview + 4.3.1-preview Management.RecoveryServices;Azure RecoveryServices; - Adding new APIs for PrivateEndpoint support for Microsoft.RecoveryServices + Adding support for identity in Patch for Microsoft.RecoveryServices/Vaults $(SdkTargetFx) diff --git a/sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Properties/AssemblyInfo.cs b/sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Properties/AssemblyInfo.cs index 8b2011866597..0c215d3bb06f 100644 --- a/sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Properties/AssemblyInfo.cs +++ b/sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Properties/AssemblyInfo.cs @@ -8,8 +8,8 @@ [assembly: AssemblyTitle("Microsoft Azure Management Recovery Services")] [assembly: AssemblyDescription("Provides Management for Recovery Services.")] -[assembly: AssemblyVersion("4.3.0.0")] -[assembly: AssemblyFileVersion("4.3.0.0")] +[assembly: AssemblyVersion("4.3.1.0")] +[assembly: AssemblyFileVersion("4.3.1.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")]