From e2170cd375552eaec0f71dffe948b1b7158c2c26 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Thu, 6 Jun 2019 21:16:52 +0000 Subject: [PATCH 1/3] Generated from 0f35adc463170a9a0d6d04e267cc583b07e64b81 Custom properties were updated to reflect all the possible values --- .../arm-apimanagement/src/models/index.ts | 33 ++++++++++++++----- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/sdk/apimanagement/arm-apimanagement/src/models/index.ts b/sdk/apimanagement/arm-apimanagement/src/models/index.ts index f91afeb3611d..eed3b2106bba 100644 --- a/sdk/apimanagement/arm-apimanagement/src/models/index.ts +++ b/sdk/apimanagement/arm-apimanagement/src/models/index.ts @@ -2359,9 +2359,14 @@ export interface ApiManagementServiceBaseProperties { * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168` will disable the * cipher TLS_RSA_WITH_3DES_EDE_CBC_SHA for all TLS(1.0, 1.1 and 1.2). Setting * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11` can be used to disable - * just TLS 1.1 and setting - * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10` can be used to disable - * TLS 1.0 on an API Management service. + * just TLS 1.1. Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10` + * can be used to disable TLS 1.0 on an API Management service. Setting + * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11` can be used to + * disable just TLS 1.1 for communications with backends. Setting + * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10` can be used to + * disable TLS 1.0 for communications with backends. Setting + * `Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2` can be used to enable + * HTTP2 protocol on an API Management service. */ customProperties?: { [propertyName: string]: string }; /** @@ -2509,9 +2514,14 @@ export interface ApiManagementServiceResource extends ApimResource { * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168` will disable the * cipher TLS_RSA_WITH_3DES_EDE_CBC_SHA for all TLS(1.0, 1.1 and 1.2). Setting * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11` can be used to disable - * just TLS 1.1 and setting - * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10` can be used to disable - * TLS 1.0 on an API Management service. + * just TLS 1.1. Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10` + * can be used to disable TLS 1.0 on an API Management service. Setting + * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11` can be used to + * disable just TLS 1.1 for communications with backends. Setting + * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10` can be used to + * disable TLS 1.0 for communications with backends. Setting + * `Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2` can be used to enable + * HTTP2 protocol on an API Management service. */ customProperties?: { [propertyName: string]: string }; /** @@ -2643,9 +2653,14 @@ export interface ApiManagementServiceUpdateParameters extends ApimResource { * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168` will disable the * cipher TLS_RSA_WITH_3DES_EDE_CBC_SHA for all TLS(1.0, 1.1 and 1.2). Setting * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11` can be used to disable - * just TLS 1.1 and setting - * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10` can be used to disable - * TLS 1.0 on an API Management service. + * just TLS 1.1. Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10` + * can be used to disable TLS 1.0 on an API Management service. Setting + * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11` can be used to + * disable just TLS 1.1 for communications with backends. Setting + * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10` can be used to + * disable TLS 1.0 for communications with backends. Setting + * `Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2` can be used to enable + * HTTP2 protocol on an API Management service. */ customProperties?: { [propertyName: string]: string }; /** From b8f56c31878fba4052804359af423d697566d75d Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 7 Jun 2019 17:45:39 +0000 Subject: [PATCH 2/3] Generated from 157fcfac350600ccc936ca407dd4f18d274e33cf Custom properties were updated to reflect all the possible values --- .../arm-apimanagement/src/models/index.ts | 39 ++++++++++--------- 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/sdk/apimanagement/arm-apimanagement/src/models/index.ts b/sdk/apimanagement/arm-apimanagement/src/models/index.ts index eed3b2106bba..8cc4f735c67b 100644 --- a/sdk/apimanagement/arm-apimanagement/src/models/index.ts +++ b/sdk/apimanagement/arm-apimanagement/src/models/index.ts @@ -2355,16 +2355,17 @@ export interface ApiManagementServiceBaseProperties { */ additionalLocations?: AdditionalLocation[]; /** - * Custom properties of the API Management service. Setting + * Custom properties of the API Management service.
Setting * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168` will disable the - * cipher TLS_RSA_WITH_3DES_EDE_CBC_SHA for all TLS(1.0, 1.1 and 1.2). Setting + * cipher TLS_RSA_WITH_3DES_EDE_CBC_SHA for all TLS(1.0, 1.1 and 1.2).
Setting * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11` can be used to disable - * just TLS 1.1. Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10` - * can be used to disable TLS 1.0 on an API Management service. Setting + * just TLS 1.1.
Setting + * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10` can be used to disable + * TLS 1.0 on an API Management service.
Setting * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11` can be used to - * disable just TLS 1.1 for communications with backends. Setting + * disable just TLS 1.1 for communications with backends.
Setting * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10` can be used to - * disable TLS 1.0 for communications with backends. Setting + * disable TLS 1.0 for communications with backends.
Setting * `Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2` can be used to enable * HTTP2 protocol on an API Management service. */ @@ -2510,16 +2511,17 @@ export interface ApiManagementServiceResource extends ApimResource { */ additionalLocations?: AdditionalLocation[]; /** - * Custom properties of the API Management service. Setting + * Custom properties of the API Management service.
Setting * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168` will disable the - * cipher TLS_RSA_WITH_3DES_EDE_CBC_SHA for all TLS(1.0, 1.1 and 1.2). Setting + * cipher TLS_RSA_WITH_3DES_EDE_CBC_SHA for all TLS(1.0, 1.1 and 1.2).
Setting * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11` can be used to disable - * just TLS 1.1. Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10` - * can be used to disable TLS 1.0 on an API Management service. Setting + * just TLS 1.1.
Setting + * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10` can be used to disable + * TLS 1.0 on an API Management service.
Setting * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11` can be used to - * disable just TLS 1.1 for communications with backends. Setting + * disable just TLS 1.1 for communications with backends.
Setting * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10` can be used to - * disable TLS 1.0 for communications with backends. Setting + * disable TLS 1.0 for communications with backends.
Setting * `Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2` can be used to enable * HTTP2 protocol on an API Management service. */ @@ -2649,16 +2651,17 @@ export interface ApiManagementServiceUpdateParameters extends ApimResource { */ additionalLocations?: AdditionalLocation[]; /** - * Custom properties of the API Management service. Setting + * Custom properties of the API Management service.
Setting * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168` will disable the - * cipher TLS_RSA_WITH_3DES_EDE_CBC_SHA for all TLS(1.0, 1.1 and 1.2). Setting + * cipher TLS_RSA_WITH_3DES_EDE_CBC_SHA for all TLS(1.0, 1.1 and 1.2).
Setting * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11` can be used to disable - * just TLS 1.1. Setting `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10` - * can be used to disable TLS 1.0 on an API Management service. Setting + * just TLS 1.1.
Setting + * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10` can be used to disable + * TLS 1.0 on an API Management service.
Setting * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11` can be used to - * disable just TLS 1.1 for communications with backends. Setting + * disable just TLS 1.1 for communications with backends.
Setting * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10` can be used to - * disable TLS 1.0 for communications with backends. Setting + * disable TLS 1.0 for communications with backends.
Setting * `Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2` can be used to enable * HTTP2 protocol on an API Management service. */ From e0d1be1a7513c4aba350bb78fb9ae639a93b178f Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 7 Jun 2019 18:48:17 +0000 Subject: [PATCH 3/3] Generated from 50d490c0581eaa973ba2d01e7e6967fd74f67aaa Custom properties were updated to reflect all the possible values --- .../arm-apimanagement/src/models/index.ts | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/sdk/apimanagement/arm-apimanagement/src/models/index.ts b/sdk/apimanagement/arm-apimanagement/src/models/index.ts index 8cc4f735c67b..f18a2f5c10f4 100644 --- a/sdk/apimanagement/arm-apimanagement/src/models/index.ts +++ b/sdk/apimanagement/arm-apimanagement/src/models/index.ts @@ -2367,7 +2367,10 @@ export interface ApiManagementServiceBaseProperties { * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10` can be used to * disable TLS 1.0 for communications with backends.
Setting * `Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2` can be used to enable - * HTTP2 protocol on an API Management service. + * HTTP2 protocol on an API Management service.
Not specifying any of these properties on + * PATCH operation will reset omitted properties' values to their defaults. For all the settings + * except Http2 the default value is `True` if the service was created on or before April 1st + * 2018 and `False` otherwise. Http2 setting's default value is `False`. */ customProperties?: { [propertyName: string]: string }; /** @@ -2523,7 +2526,10 @@ export interface ApiManagementServiceResource extends ApimResource { * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10` can be used to * disable TLS 1.0 for communications with backends.
Setting * `Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2` can be used to enable - * HTTP2 protocol on an API Management service. + * HTTP2 protocol on an API Management service.
Not specifying any of these properties on + * PATCH operation will reset omitted properties' values to their defaults. For all the settings + * except Http2 the default value is `True` if the service was created on or before April 1st + * 2018 and `False` otherwise. Http2 setting's default value is `False`. */ customProperties?: { [propertyName: string]: string }; /** @@ -2663,7 +2669,10 @@ export interface ApiManagementServiceUpdateParameters extends ApimResource { * `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10` can be used to * disable TLS 1.0 for communications with backends.
Setting * `Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2` can be used to enable - * HTTP2 protocol on an API Management service. + * HTTP2 protocol on an API Management service.
Not specifying any of these properties on + * PATCH operation will reset omitted properties' values to their defaults. For all the settings + * except Http2 the default value is `True` if the service was created on or before April 1st + * 2018 and `False` otherwise. Http2 setting's default value is `False`. */ customProperties?: { [propertyName: string]: string }; /**