diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/ApplicationPackageOperations.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/ApplicationPackageOperations.cs index 5ceb743da021..90d8ece2337b 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/ApplicationPackageOperations.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/ApplicationPackageOperations.cs @@ -51,7 +51,9 @@ internal ApplicationPackageOperations(BatchManagementClient client) public BatchManagementClient Client { get; private set; } /// - /// Activates the specified application package. + /// Activates the specified application package. This should be done after the + /// `ApplicationPackage` was created and uploaded. This needs to be done before + /// an `ApplicationPackage` can be used on Pools or Tasks /// /// /// The name of the resource group that contains the Batch account. @@ -329,7 +331,10 @@ internal ApplicationPackageOperations(BatchManagementClient client) } /// - /// Creates an application package record. + /// Creates an application package record. The record contains the SAS where + /// the package should be uploaded to. Once it is uploaded the + /// `ApplicationPackage` needs to be activated using `ApplicationPackageActive` + /// before it can be used. /// /// /// The name of the resource group that contains the Batch account. diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/ApplicationPackageOperationsExtensions.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/ApplicationPackageOperationsExtensions.cs index 88295d149910..0a93927d1ebb 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/ApplicationPackageOperationsExtensions.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/ApplicationPackageOperationsExtensions.cs @@ -22,7 +22,9 @@ namespace Microsoft.Azure.Management.Batch public static partial class ApplicationPackageOperationsExtensions { /// - /// Activates the specified application package. + /// Activates the specified application package. This should be done after the + /// `ApplicationPackage` was created and uploaded. This needs to be done before + /// an `ApplicationPackage` can be used on Pools or Tasks /// /// /// The operations group for this extension method. @@ -48,7 +50,9 @@ public static ApplicationPackage Activate(this IApplicationPackageOperations ope } /// - /// Activates the specified application package. + /// Activates the specified application package. This should be done after the + /// `ApplicationPackage` was created and uploaded. This needs to be done before + /// an `ApplicationPackage` can be used on Pools or Tasks /// /// /// The operations group for this extension method. @@ -80,7 +84,10 @@ public static ApplicationPackage Activate(this IApplicationPackageOperations ope } /// - /// Creates an application package record. + /// Creates an application package record. The record contains the SAS where + /// the package should be uploaded to. Once it is uploaded the + /// `ApplicationPackage` needs to be activated using `ApplicationPackageActive` + /// before it can be used. /// /// /// The operations group for this extension method. @@ -103,7 +110,10 @@ public static ApplicationPackage Create(this IApplicationPackageOperations opera } /// - /// Creates an application package record. + /// Creates an application package record. The record contains the SAS where + /// the package should be uploaded to. Once it is uploaded the + /// `ApplicationPackage` needs to be activated using `ApplicationPackageActive` + /// before it can be used. /// /// /// The operations group for this extension method. diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/IApplicationPackageOperations.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/IApplicationPackageOperations.cs index 36f474fc365c..473ff7a5546e 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/IApplicationPackageOperations.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/IApplicationPackageOperations.cs @@ -24,7 +24,10 @@ namespace Microsoft.Azure.Management.Batch public partial interface IApplicationPackageOperations { /// - /// Activates the specified application package. + /// Activates the specified application package. This should be done + /// after the `ApplicationPackage` was created and uploaded. This needs + /// to be done before an `ApplicationPackage` can be used on Pools or + /// Tasks /// /// /// The name of the resource group that contains the Batch account. @@ -59,7 +62,10 @@ public partial interface IApplicationPackageOperations /// Task> ActivateWithHttpMessagesAsync(string resourceGroupName, string accountName, string applicationName, string versionName, string format, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Creates an application package record. + /// Creates an application package record. The record contains the SAS + /// where the package should be uploaded to. Once it is uploaded the + /// `ApplicationPackage` needs to be activated using + /// `ApplicationPackageActive` before it can be used. /// /// /// The name of the resource group that contains the Batch account. diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/Pool.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/Pool.cs index dcea21954adb..6f76584237b1 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/Pool.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/Pool.cs @@ -190,7 +190,7 @@ public Pool() /// For information about available sizes of virtual machines for Cloud /// Services pools (pools created with cloudServiceConfiguration), see /// Sizes for Cloud Services - /// (http://azure.microsoft.com/documentation/articles/cloud-services-sizes-specs/). + /// (https://azure.microsoft.com/documentation/articles/cloud-services-sizes-specs/). /// Batch supports all Cloud Services VM sizes except ExtraSmall. For /// information about available VM sizes for pools using images from /// the Virtual Machines Marketplace (pools created with diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/SdkInfo_BatchManagement.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/SdkInfo_BatchManagement.cs index 183d718438f4..49c7e6c13027 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/SdkInfo_BatchManagement.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/SdkInfo_BatchManagement.cs @@ -29,16 +29,5 @@ public static IEnumerable> ApiInfo_BatchManagement }.AsEnumerable(); } } - // BEGIN: Code Generation Metadata Section - public static readonly String AutoRestVersion = "latest"; - public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4283"; - public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/batch/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=C:\\work\\github\\azure-sdk-for-net\\sdk"; - public static readonly String GithubForkName = "Azure"; - public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "ad759850354ddb7b4ffea0a49b70243fd9ec5a42"; - public static readonly String CodeGenerationErrors = ""; - public static readonly String GithubRepoName = "azure-rest-api-specs"; - // END: Code Generation Metadata Section } } -