diff --git a/src/SDKs/Cdn/AzSdk.RP.props b/src/SDKs/Cdn/AzSdk.RP.props index 10ffcf5a2267..e2700bac749d 100644 --- a/src/SDKs/Cdn/AzSdk.RP.props +++ b/src/SDKs/Cdn/AzSdk.RP.props @@ -1,7 +1,7 @@ - Cdn_2017-10-12; + Cdn_12341234123412; $(PackageTags);$(CommonTags);$(AzureApiTag); \ No newline at end of file diff --git a/src/SDKs/Cdn/Management.Cdn/Generated/CdnManagementClient.cs b/src/SDKs/Cdn/Management.Cdn/Generated/CdnManagementClient.cs index 6346d5cb132f..f26e32c25103 100644 --- a/src/SDKs/Cdn/Management.Cdn/Generated/CdnManagementClient.cs +++ b/src/SDKs/Cdn/Management.Cdn/Generated/CdnManagementClient.cs @@ -363,7 +363,7 @@ private void Initialize() Operations = new Operations(this); EdgeNodes = new EdgeNodesOperations(this); BaseUri = new System.Uri("https://management.azure.com"); - ApiVersion = "2017-10-12"; + ApiVersion = "12341234123412"; AcceptLanguage = "en-US"; LongRunningOperationRetryTimeout = 30; GenerateClientRequestId = true; diff --git a/src/SDKs/Cdn/Management.Cdn/Generated/CustomDomainsOperations.cs b/src/SDKs/Cdn/Management.Cdn/Generated/CustomDomainsOperations.cs index 63eb7b9ca484..3a85e85f60d2 100644 --- a/src/SDKs/Cdn/Management.Cdn/Generated/CustomDomainsOperations.cs +++ b/src/SDKs/Cdn/Management.Cdn/Generated/CustomDomainsOperations.cs @@ -772,28 +772,6 @@ internal CustomDomainsOperations(CdnManagementClient client) return _result; } - public async Task> EnableCustomHttpsWithHttpMessagesAsync( - string resourceGroupName, - string profileName, - string endpointName, - string customDomainName, - CustomDomainHttpsParameters customDomainHttpsParameters = default(CustomDomainHttpsParameters), - Dictionary> customHeaders = null, - CancellationToken cancellationToken = default(CancellationToken)) - { - // Send request - AzureOperationResponse _response = await BeginEnableCustomHttpsWithHttpMessagesAsync( - resourceGroupName, - profileName, - endpointName, - customDomainName, - customDomainHttpsParameters, - customHeaders, - cancellationToken) - .ConfigureAwait(false); - return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); - } - /// /// Enable https delivery of the custom domain. /// @@ -835,14 +813,7 @@ public async Task> EnableCustomHttpsWithHtt /// /// A response object containing the response body and response headers. /// - public async Task> BeginEnableCustomHttpsWithHttpMessagesAsync( - string resourceGroupName, - string profileName, - string endpointName, - string customDomainName, - CustomDomainHttpsParameters customDomainHttpsParameters = default(CustomDomainHttpsParameters), - Dictionary> customHeaders = null, - CancellationToken cancellationToken = default(CancellationToken)) + public async Task> EnableCustomHttpsWithHttpMessagesAsync(string resourceGroupName, string profileName, string endpointName, string customDomainName, CustomDomainHttpsParameters customDomainHttpsParameters = default(CustomDomainHttpsParameters), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { diff --git a/src/SDKs/Cdn/Management.Cdn/Generated/Models/Sku.cs b/src/SDKs/Cdn/Management.Cdn/Generated/Models/Sku.cs index aff0802b32d2..28a9e8be7c78 100644 --- a/src/SDKs/Cdn/Management.Cdn/Generated/Models/Sku.cs +++ b/src/SDKs/Cdn/Management.Cdn/Generated/Models/Sku.cs @@ -32,7 +32,7 @@ public Sku() /// /// Name of the pricing tier. Possible values /// include: 'Standard_Verizon', 'Premium_Verizon', 'Custom_Verizon', - /// 'Standard_Akamai', 'Standard_ChinaCdn', + /// 'Standard_Akamai', 'Standard_ChinaCdn', 'Premium_ChinaCdn', /// 'Standard_Microsoft' public Sku(string name = default(string)) { @@ -48,7 +48,8 @@ public Sku() /// /// Gets or sets name of the pricing tier. Possible values include: /// 'Standard_Verizon', 'Premium_Verizon', 'Custom_Verizon', - /// 'Standard_Akamai', 'Standard_ChinaCdn', 'Standard_Microsoft' + /// 'Standard_Akamai', 'Standard_ChinaCdn', 'Premium_ChinaCdn', + /// 'Standard_Microsoft' /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } diff --git a/src/SDKs/Cdn/Management.Cdn/Generated/Models/SkuName.cs b/src/SDKs/Cdn/Management.Cdn/Generated/Models/SkuName.cs index 078718b50323..a39197b12a1d 100644 --- a/src/SDKs/Cdn/Management.Cdn/Generated/Models/SkuName.cs +++ b/src/SDKs/Cdn/Management.Cdn/Generated/Models/SkuName.cs @@ -21,6 +21,7 @@ public static class SkuName public const string CustomVerizon = "Custom_Verizon"; public const string StandardAkamai = "Standard_Akamai"; public const string StandardChinaCdn = "Standard_ChinaCdn"; + public const string PremiumChinaCdn = "Premium_ChinaCdn"; public const string StandardMicrosoft = "Standard_Microsoft"; } } diff --git a/src/SDKs/Cdn/Management.Cdn/Generated/SdkInfo_CdnManagementClient.cs b/src/SDKs/Cdn/Management.Cdn/Generated/SdkInfo_CdnManagementClient.cs index 8502b18db894..e81d2dd7113a 100644 --- a/src/SDKs/Cdn/Management.Cdn/Generated/SdkInfo_CdnManagementClient.cs +++ b/src/SDKs/Cdn/Management.Cdn/Generated/SdkInfo_CdnManagementClient.cs @@ -19,16 +19,16 @@ public static IEnumerable> ApiInfo_CdnManagementCl { return new Tuple[] { - new Tuple("Cdn", "CheckNameAvailability", "2017-10-12"), - new Tuple("Cdn", "CheckNameAvailabilityWithSubscription", "2017-10-12"), - new Tuple("Cdn", "CustomDomains", "2017-10-12"), - new Tuple("Cdn", "EdgeNodes", "2017-10-12"), - new Tuple("Cdn", "Endpoints", "2017-10-12"), - new Tuple("Cdn", "Operations", "2017-10-12"), - new Tuple("Cdn", "Origins", "2017-10-12"), - new Tuple("Cdn", "Profiles", "2017-10-12"), - new Tuple("Cdn", "ResourceUsage", "2017-10-12"), - new Tuple("Cdn", "ValidateProbe", "2017-10-12"), + new Tuple("Cdn", "CheckNameAvailability", "12341234123412"), + new Tuple("Cdn", "CheckNameAvailabilityWithSubscription", "12341234123412"), + new Tuple("Cdn", "CustomDomains", "12341234123412"), + new Tuple("Cdn", "EdgeNodes", "12341234123412"), + new Tuple("Cdn", "Endpoints", "12341234123412"), + new Tuple("Cdn", "Operations", "12341234123412"), + new Tuple("Cdn", "Origins", "12341234123412"), + new Tuple("Cdn", "Profiles", "12341234123412"), + new Tuple("Cdn", "ResourceUsage", "12341234123412"), + new Tuple("Cdn", "ValidateProbe", "12341234123412"), }.AsEnumerable(); } }