From a2eed83ded151c974b8a74f5f5a609abf6af58be Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Mon, 10 Aug 2020 18:42:54 +0000 Subject: [PATCH] Generated from c75886d66af5ab3837f23b9fad37fa31333a5cda Update examples for network status contract --- .../src/Generated/ApiManagementClient.cs | 2 +- .../Generated/Models/AdditionalLocation.cs | 12 +- .../Models/ApiManagementServiceResource.cs | 12 +- .../Models/ConnectivityStatusContract.cs | 22 ++- .../src/Generated/Models/ProductContract.cs | 8 +- .../Models/ProductEntityBaseParameters.cs | 8 +- .../ProductTagResourceContractProperties.cs | 4 +- .../Models/ProductUpdateParameters.cs | 8 +- .../Generated/SdkInfo_ApiManagementClient.cs | 134 +++++++++--------- 9 files changed, 125 insertions(+), 85 deletions(-) diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementClient.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementClient.cs index 0590d3064f8fb..4bd00eae37d6a 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementClient.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementClient.cs @@ -720,7 +720,7 @@ private void Initialize() UserConfirmationPassword = new UserConfirmationPasswordOperations(this); ApiExport = new ApiExportOperations(this); BaseUri = new System.Uri("https://management.azure.com"); - ApiVersion = "2019-12-01"; + ApiVersion = "2020-06-01-preview"; AcceptLanguage = "en-US"; LongRunningOperationRetryTimeout = 30; GenerateClientRequestId = true; diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AdditionalLocation.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AdditionalLocation.cs index 4aae1833f2b73..d734565fb27e5 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AdditionalLocation.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AdditionalLocation.cs @@ -36,6 +36,8 @@ public AdditionalLocation() /// among Azure Data center regions. /// SKU properties of the API Management /// service. + /// A list of availability zones denoting where the + /// resource needs to come from. /// Public Static Load Balanced IP /// addresses of the API Management service in the additional location. /// Available only for Basic, Standard and Premium SKU. @@ -50,10 +52,11 @@ public AdditionalLocation() /// Property only valid for an Api /// Management service deployed in multiple locations. This can be used /// to disable the gateway in this additional location. - public AdditionalLocation(string location, ApiManagementServiceSkuProperties sku, IList publicIPAddresses = default(IList), IList privateIPAddresses = default(IList), VirtualNetworkConfiguration virtualNetworkConfiguration = default(VirtualNetworkConfiguration), string gatewayRegionalUrl = default(string), bool? disableGateway = default(bool?)) + public AdditionalLocation(string location, ApiManagementServiceSkuProperties sku, IList zones = default(IList), IList publicIPAddresses = default(IList), IList privateIPAddresses = default(IList), VirtualNetworkConfiguration virtualNetworkConfiguration = default(VirtualNetworkConfiguration), string gatewayRegionalUrl = default(string), bool? disableGateway = default(bool?)) { Location = location; Sku = sku; + Zones = zones; PublicIPAddresses = publicIPAddresses; PrivateIPAddresses = privateIPAddresses; VirtualNetworkConfiguration = virtualNetworkConfiguration; @@ -80,6 +83,13 @@ public AdditionalLocation() [JsonProperty(PropertyName = "sku")] public ApiManagementServiceSkuProperties Sku { get; set; } + /// + /// Gets or sets a list of availability zones denoting where the + /// resource needs to come from. + /// + [JsonProperty(PropertyName = "zones")] + public IList Zones { get; set; } + /// /// Gets public Static Load Balanced IP addresses of the API Management /// service in the additional location. Available only for Basic, diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementServiceResource.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementServiceResource.cs index 9b12d219a0d8e..889eb7b0ab595 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementServiceResource.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementServiceResource.cs @@ -145,7 +145,9 @@ public ApiManagementServiceResource() /// Managed service identity of the Api /// Management service. /// ETag of the resource. - public ApiManagementServiceResource(string publisherEmail, string publisherName, ApiManagementServiceSkuProperties sku, string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string notificationSenderEmail = default(string), string provisioningState = default(string), string targetProvisioningState = default(string), System.DateTime? createdAtUtc = default(System.DateTime?), string gatewayUrl = default(string), string gatewayRegionalUrl = default(string), string portalUrl = default(string), string managementApiUrl = default(string), string scmUrl = default(string), string developerPortalUrl = default(string), IList hostnameConfigurations = default(IList), IList publicIPAddresses = default(IList), IList privateIPAddresses = default(IList), VirtualNetworkConfiguration virtualNetworkConfiguration = default(VirtualNetworkConfiguration), IList additionalLocations = default(IList), IDictionary customProperties = default(IDictionary), IList certificates = default(IList), bool? enableClientCertificate = default(bool?), bool? disableGateway = default(bool?), string virtualNetworkType = default(string), ApiVersionConstraint apiVersionConstraint = default(ApiVersionConstraint), ApiManagementServiceIdentity identity = default(ApiManagementServiceIdentity), string etag = default(string)) + /// A list of availability zones denoting where the + /// resource needs to come from. + public ApiManagementServiceResource(string publisherEmail, string publisherName, ApiManagementServiceSkuProperties sku, string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string notificationSenderEmail = default(string), string provisioningState = default(string), string targetProvisioningState = default(string), System.DateTime? createdAtUtc = default(System.DateTime?), string gatewayUrl = default(string), string gatewayRegionalUrl = default(string), string portalUrl = default(string), string managementApiUrl = default(string), string scmUrl = default(string), string developerPortalUrl = default(string), IList hostnameConfigurations = default(IList), IList publicIPAddresses = default(IList), IList privateIPAddresses = default(IList), VirtualNetworkConfiguration virtualNetworkConfiguration = default(VirtualNetworkConfiguration), IList additionalLocations = default(IList), IDictionary customProperties = default(IDictionary), IList certificates = default(IList), bool? enableClientCertificate = default(bool?), bool? disableGateway = default(bool?), string virtualNetworkType = default(string), ApiVersionConstraint apiVersionConstraint = default(ApiVersionConstraint), ApiManagementServiceIdentity identity = default(ApiManagementServiceIdentity), string etag = default(string), IList zones = default(IList)) : base(id, name, type, tags) { NotificationSenderEmail = notificationSenderEmail; @@ -175,6 +177,7 @@ public ApiManagementServiceResource() Identity = identity; Location = location; Etag = etag; + Zones = zones; CustomInit(); } @@ -413,6 +416,13 @@ public ApiManagementServiceResource() [JsonProperty(PropertyName = "etag")] public string Etag { get; private set; } + /// + /// Gets or sets a list of availability zones denoting where the + /// resource needs to come from. + /// + [JsonProperty(PropertyName = "zones")] + public IList Zones { get; set; } + /// /// Validate the object. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ConnectivityStatusContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ConnectivityStatusContract.cs index eeeca7a189e93..05d3d6365f774 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ConnectivityStatusContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ConnectivityStatusContract.cs @@ -49,15 +49,19 @@ public ConnectivityStatusContract() /// vice-versa. The date conforms to the following format: /// `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard. /// + /// Resource Type. + /// Whether this is optional. /// Error details of the connectivity to the /// resource. - public ConnectivityStatusContract(string name, string status, System.DateTime lastUpdated, System.DateTime lastStatusChange, string error = default(string)) + public ConnectivityStatusContract(string name, string status, System.DateTime lastUpdated, System.DateTime lastStatusChange, string resourceType, bool isOptional, string error = default(string)) { Name = name; Status = status; Error = error; LastUpdated = lastUpdated; LastStatusChange = lastStatusChange; + ResourceType = resourceType; + IsOptional = isOptional; CustomInit(); } @@ -109,6 +113,18 @@ public ConnectivityStatusContract() [JsonProperty(PropertyName = "lastStatusChange")] public System.DateTime LastStatusChange { get; set; } + /// + /// Gets or sets resource Type. + /// + [JsonProperty(PropertyName = "resourceType")] + public string ResourceType { get; set; } + + /// + /// Gets or sets whether this is optional. + /// + [JsonProperty(PropertyName = "isOptional")] + public bool IsOptional { get; set; } + /// /// Validate the object. /// @@ -125,6 +141,10 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "Status"); } + if (ResourceType == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "ResourceType"); + } if (Name != null) { if (Name.Length < 1) diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductContract.cs index f86b51a2ac20f..de06cc03b6ba9 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductContract.cs @@ -57,12 +57,12 @@ public ProductContract() /// immediately after subscribing. If true, administrators must /// manually approve the subscription before the developer can any of /// the product’s APIs. Can be present only if subscriptionRequired - /// property is present and has a value of true. + /// property is present and has a value of false. /// Whether the number of /// subscriptions a user can have to this product at the same time. Set /// to null or omit to allow unlimited per user subscriptions. Can be /// present only if subscriptionRequired property is present and has a - /// value of true. + /// value of false. /// whether product is published or not. Published /// products are discoverable by users of developer portal. Non /// published products are visible only to administrators. Default @@ -120,7 +120,7 @@ public ProductContract() /// subscribing. If true, administrators must manually approve the /// subscription before the developer can any of the product’s APIs. /// Can be present only if subscriptionRequired property is present and - /// has a value of true. + /// has a value of false. /// [JsonProperty(PropertyName = "properties.approvalRequired")] public bool? ApprovalRequired { get; set; } @@ -129,7 +129,7 @@ public ProductContract() /// Gets or sets whether the number of subscriptions a user can have to /// this product at the same time. Set to null or omit to allow /// unlimited per user subscriptions. Can be present only if - /// subscriptionRequired property is present and has a value of true. + /// subscriptionRequired property is present and has a value of false. /// [JsonProperty(PropertyName = "properties.subscriptionsLimit")] public int? SubscriptionsLimit { get; set; } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductEntityBaseParameters.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductEntityBaseParameters.cs index c82c9c4e929ac..27c7a314d53b7 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductEntityBaseParameters.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductEntityBaseParameters.cs @@ -52,12 +52,12 @@ public ProductEntityBaseParameters() /// immediately after subscribing. If true, administrators must /// manually approve the subscription before the developer can any of /// the product’s APIs. Can be present only if subscriptionRequired - /// property is present and has a value of true. + /// property is present and has a value of false. /// Whether the number of /// subscriptions a user can have to this product at the same time. Set /// to null or omit to allow unlimited per user subscriptions. Can be /// present only if subscriptionRequired property is present and has a - /// value of true. + /// value of false. /// whether product is published or not. Published /// products are discoverable by users of developer portal. Non /// published products are visible only to administrators. Default @@ -113,7 +113,7 @@ public ProductEntityBaseParameters() /// subscribing. If true, administrators must manually approve the /// subscription before the developer can any of the product’s APIs. /// Can be present only if subscriptionRequired property is present and - /// has a value of true. + /// has a value of false. /// [JsonProperty(PropertyName = "approvalRequired")] public bool? ApprovalRequired { get; set; } @@ -122,7 +122,7 @@ public ProductEntityBaseParameters() /// Gets or sets whether the number of subscriptions a user can have to /// this product at the same time. Set to null or omit to allow /// unlimited per user subscriptions. Can be present only if - /// subscriptionRequired property is present and has a value of true. + /// subscriptionRequired property is present and has a value of false. /// [JsonProperty(PropertyName = "subscriptionsLimit")] public int? SubscriptionsLimit { get; set; } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductTagResourceContractProperties.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductTagResourceContractProperties.cs index dbc2ef18dd4dd..870bc3b61cceb 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductTagResourceContractProperties.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductTagResourceContractProperties.cs @@ -53,12 +53,12 @@ public ProductTagResourceContractProperties() /// immediately after subscribing. If true, administrators must /// manually approve the subscription before the developer can any of /// the product’s APIs. Can be present only if subscriptionRequired - /// property is present and has a value of true. + /// property is present and has a value of false. /// Whether the number of /// subscriptions a user can have to this product at the same time. Set /// to null or omit to allow unlimited per user subscriptions. Can be /// present only if subscriptionRequired property is present and has a - /// value of true. + /// value of false. /// whether product is published or not. Published /// products are discoverable by users of developer portal. Non /// published products are visible only to administrators. Default diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductUpdateParameters.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductUpdateParameters.cs index 11a9008aaa348..d131595232c5f 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductUpdateParameters.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductUpdateParameters.cs @@ -52,12 +52,12 @@ public ProductUpdateParameters() /// immediately after subscribing. If true, administrators must /// manually approve the subscription before the developer can any of /// the product’s APIs. Can be present only if subscriptionRequired - /// property is present and has a value of true. + /// property is present and has a value of false. /// Whether the number of /// subscriptions a user can have to this product at the same time. Set /// to null or omit to allow unlimited per user subscriptions. Can be /// present only if subscriptionRequired property is present and has a - /// value of true. + /// value of false. /// whether product is published or not. Published /// products are discoverable by users of developer portal. Non /// published products are visible only to administrators. Default @@ -115,7 +115,7 @@ public ProductUpdateParameters() /// subscribing. If true, administrators must manually approve the /// subscription before the developer can any of the product’s APIs. /// Can be present only if subscriptionRequired property is present and - /// has a value of true. + /// has a value of false. /// [JsonProperty(PropertyName = "properties.approvalRequired")] public bool? ApprovalRequired { get; set; } @@ -124,7 +124,7 @@ public ProductUpdateParameters() /// Gets or sets whether the number of subscriptions a user can have to /// this product at the same time. Set to null or omit to allow /// unlimited per user subscriptions. Can be present only if - /// subscriptionRequired property is present and has a value of true. + /// subscriptionRequired property is present and has a value of false. /// [JsonProperty(PropertyName = "properties.subscriptionsLimit")] public int? SubscriptionsLimit { get; set; } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/SdkInfo_ApiManagementClient.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/SdkInfo_ApiManagementClient.cs index 26e05683efb9c..223c87f5e5e9f 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/SdkInfo_ApiManagementClient.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/SdkInfo_ApiManagementClient.cs @@ -19,73 +19,73 @@ public static IEnumerable> ApiInfo_ApiManagementCl { return new Tuple[] { - new Tuple("ApiManagement", "Api", "2019-12-01"), - new Tuple("ApiManagement", "ApiDiagnostic", "2019-12-01"), - new Tuple("ApiManagement", "ApiExport", "2019-12-01"), - new Tuple("ApiManagement", "ApiIssue", "2019-12-01"), - new Tuple("ApiManagement", "ApiIssueAttachment", "2019-12-01"), - new Tuple("ApiManagement", "ApiIssueComment", "2019-12-01"), - new Tuple("ApiManagement", "ApiManagementOperations", "2019-12-01"), - new Tuple("ApiManagement", "ApiManagementService", "2019-12-01"), - new Tuple("ApiManagement", "ApiManagementServiceSkus", "2019-12-01"), - new Tuple("ApiManagement", "ApiOperation", "2019-12-01"), - new Tuple("ApiManagement", "ApiOperationPolicy", "2019-12-01"), - new Tuple("ApiManagement", "ApiPolicy", "2019-12-01"), - new Tuple("ApiManagement", "ApiProduct", "2019-12-01"), - new Tuple("ApiManagement", "ApiRelease", "2019-12-01"), - new Tuple("ApiManagement", "ApiRevision", "2019-12-01"), - new Tuple("ApiManagement", "ApiSchema", "2019-12-01"), - new Tuple("ApiManagement", "ApiTagDescription", "2019-12-01"), - new Tuple("ApiManagement", "ApiVersionSet", "2019-12-01"), - new Tuple("ApiManagement", "AuthorizationServer", "2019-12-01"), - new Tuple("ApiManagement", "Backend", "2019-12-01"), - new Tuple("ApiManagement", "Cache", "2019-12-01"), - new Tuple("ApiManagement", "Certificate", "2019-12-01"), - new Tuple("ApiManagement", "ContentItem", "2019-12-01"), - new Tuple("ApiManagement", "ContentType", "2019-12-01"), - new Tuple("ApiManagement", "ContentTypes", "2019-12-01"), - new Tuple("ApiManagement", "DelegationSettings", "2019-12-01"), - new Tuple("ApiManagement", "Diagnostic", "2019-12-01"), - new Tuple("ApiManagement", "EmailTemplate", "2019-12-01"), - new Tuple("ApiManagement", "Gateway", "2019-12-01"), - new Tuple("ApiManagement", "GatewayApi", "2019-12-01"), - new Tuple("ApiManagement", "GatewayHostnameConfiguration", "2019-12-01"), - new Tuple("ApiManagement", "Group", "2019-12-01"), - new Tuple("ApiManagement", "GroupUser", "2019-12-01"), - new Tuple("ApiManagement", "IdentityProvider", "2019-12-01"), - new Tuple("ApiManagement", "Issue", "2019-12-01"), - new Tuple("ApiManagement", "Logger", "2019-12-01"), - new Tuple("ApiManagement", "NamedValue", "2019-12-01"), - new Tuple("ApiManagement", "NetworkStatus", "2019-12-01"), - new Tuple("ApiManagement", "Notification", "2019-12-01"), - new Tuple("ApiManagement", "NotificationRecipientEmail", "2019-12-01"), - new Tuple("ApiManagement", "NotificationRecipientUser", "2019-12-01"), - new Tuple("ApiManagement", "OpenIdConnectProvider", "2019-12-01"), - new Tuple("ApiManagement", "Operation", "2019-12-01"), - new Tuple("ApiManagement", "Policy", "2019-12-01"), - new Tuple("ApiManagement", "PolicyDescription", "2019-12-01"), - new Tuple("ApiManagement", "Product", "2019-12-01"), - new Tuple("ApiManagement", "ProductApi", "2019-12-01"), - new Tuple("ApiManagement", "ProductGroup", "2019-12-01"), - new Tuple("ApiManagement", "ProductPolicy", "2019-12-01"), - new Tuple("ApiManagement", "ProductSubscriptions", "2019-12-01"), - new Tuple("ApiManagement", "QuotaByCounterKeys", "2019-12-01"), - new Tuple("ApiManagement", "QuotaByPeriodKeys", "2019-12-01"), - new Tuple("ApiManagement", "Region", "2019-12-01"), - new Tuple("ApiManagement", "Reports", "2019-12-01"), - new Tuple("ApiManagement", "SignInSettings", "2019-12-01"), - new Tuple("ApiManagement", "SignUpSettings", "2019-12-01"), - new Tuple("ApiManagement", "Subscription", "2019-12-01"), - new Tuple("ApiManagement", "Tag", "2019-12-01"), - new Tuple("ApiManagement", "TagResource", "2019-12-01"), - new Tuple("ApiManagement", "TenantAccess", "2019-12-01"), - new Tuple("ApiManagement", "TenantAccessGit", "2019-12-01"), - new Tuple("ApiManagement", "TenantConfiguration", "2019-12-01"), - new Tuple("ApiManagement", "User", "2019-12-01"), - new Tuple("ApiManagement", "UserConfirmationPassword", "2019-12-01"), - new Tuple("ApiManagement", "UserGroup", "2019-12-01"), - new Tuple("ApiManagement", "UserIdentities", "2019-12-01"), - new Tuple("ApiManagement", "UserSubscription", "2019-12-01"), + new Tuple("ApiManagement", "Api", "2020-06-01-preview"), + new Tuple("ApiManagement", "ApiDiagnostic", "2020-06-01-preview"), + new Tuple("ApiManagement", "ApiExport", "2020-06-01-preview"), + new Tuple("ApiManagement", "ApiIssue", "2020-06-01-preview"), + new Tuple("ApiManagement", "ApiIssueAttachment", "2020-06-01-preview"), + new Tuple("ApiManagement", "ApiIssueComment", "2020-06-01-preview"), + new Tuple("ApiManagement", "ApiManagementOperations", "2020-06-01-preview"), + new Tuple("ApiManagement", "ApiManagementService", "2020-06-01-preview"), + new Tuple("ApiManagement", "ApiManagementServiceSkus", "2020-06-01-preview"), + new Tuple("ApiManagement", "ApiOperation", "2020-06-01-preview"), + new Tuple("ApiManagement", "ApiOperationPolicy", "2020-06-01-preview"), + new Tuple("ApiManagement", "ApiPolicy", "2020-06-01-preview"), + new Tuple("ApiManagement", "ApiProduct", "2020-06-01-preview"), + new Tuple("ApiManagement", "ApiRelease", "2020-06-01-preview"), + new Tuple("ApiManagement", "ApiRevision", "2020-06-01-preview"), + new Tuple("ApiManagement", "ApiSchema", "2020-06-01-preview"), + new Tuple("ApiManagement", "ApiTagDescription", "2020-06-01-preview"), + new Tuple("ApiManagement", "ApiVersionSet", "2020-06-01-preview"), + new Tuple("ApiManagement", "AuthorizationServer", "2020-06-01-preview"), + new Tuple("ApiManagement", "Backend", "2020-06-01-preview"), + new Tuple("ApiManagement", "Cache", "2020-06-01-preview"), + new Tuple("ApiManagement", "Certificate", "2020-06-01-preview"), + new Tuple("ApiManagement", "ContentItem", "2020-06-01-preview"), + new Tuple("ApiManagement", "ContentType", "2020-06-01-preview"), + new Tuple("ApiManagement", "ContentTypes", "2020-06-01-preview"), + new Tuple("ApiManagement", "DelegationSettings", "2020-06-01-preview"), + new Tuple("ApiManagement", "Diagnostic", "2020-06-01-preview"), + new Tuple("ApiManagement", "EmailTemplate", "2020-06-01-preview"), + new Tuple("ApiManagement", "Gateway", "2020-06-01-preview"), + new Tuple("ApiManagement", "GatewayApi", "2020-06-01-preview"), + new Tuple("ApiManagement", "GatewayHostnameConfiguration", "2020-06-01-preview"), + new Tuple("ApiManagement", "Group", "2020-06-01-preview"), + new Tuple("ApiManagement", "GroupUser", "2020-06-01-preview"), + new Tuple("ApiManagement", "IdentityProvider", "2020-06-01-preview"), + new Tuple("ApiManagement", "Issue", "2020-06-01-preview"), + new Tuple("ApiManagement", "Logger", "2020-06-01-preview"), + new Tuple("ApiManagement", "NamedValue", "2020-06-01-preview"), + new Tuple("ApiManagement", "NetworkStatus", "2020-06-01-preview"), + new Tuple("ApiManagement", "Notification", "2020-06-01-preview"), + new Tuple("ApiManagement", "NotificationRecipientEmail", "2020-06-01-preview"), + new Tuple("ApiManagement", "NotificationRecipientUser", "2020-06-01-preview"), + new Tuple("ApiManagement", "OpenIdConnectProvider", "2020-06-01-preview"), + new Tuple("ApiManagement", "Operation", "2020-06-01-preview"), + new Tuple("ApiManagement", "Policy", "2020-06-01-preview"), + new Tuple("ApiManagement", "PolicyDescription", "2020-06-01-preview"), + new Tuple("ApiManagement", "Product", "2020-06-01-preview"), + new Tuple("ApiManagement", "ProductApi", "2020-06-01-preview"), + new Tuple("ApiManagement", "ProductGroup", "2020-06-01-preview"), + new Tuple("ApiManagement", "ProductPolicy", "2020-06-01-preview"), + new Tuple("ApiManagement", "ProductSubscriptions", "2020-06-01-preview"), + new Tuple("ApiManagement", "QuotaByCounterKeys", "2020-06-01-preview"), + new Tuple("ApiManagement", "QuotaByPeriodKeys", "2020-06-01-preview"), + new Tuple("ApiManagement", "Region", "2020-06-01-preview"), + new Tuple("ApiManagement", "Reports", "2020-06-01-preview"), + new Tuple("ApiManagement", "SignInSettings", "2020-06-01-preview"), + new Tuple("ApiManagement", "SignUpSettings", "2020-06-01-preview"), + new Tuple("ApiManagement", "Subscription", "2020-06-01-preview"), + new Tuple("ApiManagement", "Tag", "2020-06-01-preview"), + new Tuple("ApiManagement", "TagResource", "2020-06-01-preview"), + new Tuple("ApiManagement", "TenantAccess", "2020-06-01-preview"), + new Tuple("ApiManagement", "TenantAccessGit", "2020-06-01-preview"), + new Tuple("ApiManagement", "TenantConfiguration", "2020-06-01-preview"), + new Tuple("ApiManagement", "User", "2020-06-01-preview"), + new Tuple("ApiManagement", "UserConfirmationPassword", "2020-06-01-preview"), + new Tuple("ApiManagement", "UserGroup", "2020-06-01-preview"), + new Tuple("ApiManagement", "UserIdentities", "2020-06-01-preview"), + new Tuple("ApiManagement", "UserSubscription", "2020-06-01-preview"), }.AsEnumerable(); } }