From 27fcf28e353dc660ed873ba4085236e8c75994ea Mon Sep 17 00:00:00 2001 From: Update Parameters Pipeline Date: Thu, 20 Nov 2025 14:52:28 +0100 Subject: [PATCH 1/7] =?UTF-8?q?fix(api):=20=F0=9F=90=9B=20update=20API=20v?= =?UTF-8?q?ersion=20handling=20in=20ApiOperationOperations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Set a fixed `apiVersion` to "2024-05-01". * Adjusted the logic to use the new `apiVersion` instead of the client’s version. * Ensured proper tracing functionality remains intact. --- .../Generated/ApiOperationOperations.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperationOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperationOperations.cs index f08cf0883466..98ddcd491b48 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperationOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperationOperations.cs @@ -682,9 +682,9 @@ internal ApiOperationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - - // Tracing - bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string apiVersion = "2024-05-01"; + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; if (_shouldTrace) { @@ -710,7 +710,7 @@ internal ApiOperationOperations (ApiManagementClient client) _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); - if (this.Client.ApiVersion != null) + if (apiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); } From a032ceb99e4ab62b0ec7a028b8fab64e23da3a8d Mon Sep 17 00:00:00 2001 From: Update Parameters Pipeline Date: Fri, 21 Nov 2025 10:00:12 +0100 Subject: [PATCH 2/7] =?UTF-8?q?feat(api-management):=20=E2=9C=A8=20add=20P?= =?UTF-8?q?roductWikisOperationsExtensions=20for=20Wiki=20management?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Introduced extension methods for `IProductWikisOperations` to facilitate Wiki management for products in API Management. - Added synchronous and asynchronous methods for listing Wikis, including pagination support. - Enhanced usability by providing cancellation token support for asynchronous operations. --- azure-powershell.sln | 5013 +++++++++++++++++ .../Generated/ApiDiagnosticOperations.cs | 132 +- .../ApiDiagnosticOperationsExtensions.cs | 24 +- .../Generated/ApiExportOperations.cs | 22 +- .../ApiExportOperationsExtensions.cs | 4 +- .../Generated/ApiIssueAttachmentOperations.cs | 110 +- .../ApiIssueAttachmentOperationsExtensions.cs | 20 +- .../Generated/ApiIssueCommentOperations.cs | 110 +- .../ApiIssueCommentOperationsExtensions.cs | 20 +- .../Generated/ApiIssueOperations.cs | 132 +- .../Generated/ApiIssueOperationsExtensions.cs | 24 +- .../Generated/ApiManagementClient.cs | 63 +- .../ApiManagementClientExtensions.cs | 8 +- .../ApiManagementServiceOperations.cs | 576 +- ...piManagementServiceOperationsExtensions.cs | 146 +- .../ApiManagementServiceSkusOperations.cs | 22 +- ...nagementServiceSkusOperationsExtensions.cs | 4 +- .../Generated/ApiManagementSkusOperations.cs | 8 +- .../Generated/ApiOperationOperations.cs | 138 +- .../ApiOperationOperationsExtensions.cs | 24 +- .../Generated/ApiOperationPolicyOperations.cs | 110 +- .../ApiOperationPolicyOperationsExtensions.cs | 20 +- .../Generated/ApiOperations.cs | 156 +- .../Generated/ApiOperationsExtensions.cs | 32 +- .../Generated/ApiPolicyOperations.cs | 110 +- .../ApiPolicyOperationsExtensions.cs | 20 +- .../Generated/ApiProductOperations.cs | 22 +- .../ApiProductOperationsExtensions.cs | 4 +- .../Generated/ApiReleaseOperations.cs | 132 +- .../ApiReleaseOperationsExtensions.cs | 24 +- .../Generated/ApiRevisionOperations.cs | 22 +- .../ApiRevisionOperationsExtensions.cs | 4 +- .../Generated/ApiSchemaOperations.cs | 112 +- .../ApiSchemaOperationsExtensions.cs | 24 +- .../Generated/ApiTagDescriptionOperations.cs | 110 +- .../ApiTagDescriptionOperationsExtensions.cs | 20 +- .../Generated/ApiVersionSetOperations.cs | 132 +- .../ApiVersionSetOperationsExtensions.cs | 24 +- .../Generated/ApiWikiOperations.cs | 1447 +++++ .../Generated/ApiWikiOperationsExtensions.cs | 278 + .../Generated/ApiWikisOperations.cs | 491 ++ .../Generated/ApiWikisOperationsExtensions.cs | 102 + .../AuthorizationServerOperations.cs | 154 +- ...AuthorizationServerOperationsExtensions.cs | 28 +- .../Generated/BackendOperations.cs | 160 +- .../Generated/BackendOperationsExtensions.cs | 40 +- .../Generated/CacheOperations.cs | 132 +- .../Generated/CacheOperationsExtensions.cs | 24 +- .../Generated/CertificateOperations.cs | 132 +- .../CertificateOperationsExtensions.cs | 24 +- .../Generated/ContentItemOperations.cs | 127 +- .../ContentItemOperationsExtensions.cs | 28 +- .../Generated/ContentTypeOperations.cs | 105 +- .../ContentTypeOperationsExtensions.cs | 24 +- .../Generated/DelegationSettingsOperations.cs | 110 +- .../DelegationSettingsOperationsExtensions.cs | 20 +- .../Generated/DeletedServicesOperations.cs | 45 +- .../Generated/DiagnosticOperations.cs | 132 +- .../DiagnosticOperationsExtensions.cs | 24 +- .../Generated/EmailTemplateOperations.cs | 132 +- .../EmailTemplateOperationsExtensions.cs | 24 +- .../Generated/GatewayApiOperations.cs | 88 +- .../GatewayApiOperationsExtensions.cs | 16 +- .../GatewayCertificateAuthorityOperations.cs | 110 +- ...ertificateAuthorityOperationsExtensions.cs | 20 +- .../GatewayHostnameConfigurationOperations.cs | 110 +- ...stnameConfigurationOperationsExtensions.cs | 20 +- .../Generated/GatewayOperations.cs | 198 +- .../Generated/GatewayOperationsExtensions.cs | 36 +- .../Generated/GlobalSchemaOperations.cs | 112 +- .../GlobalSchemaOperationsExtensions.cs | 24 +- .../Generated/GraphQLApiResolverOperations.cs | 2035 +++++++ .../GraphQLApiResolverOperationsExtensions.cs | 418 ++ .../GraphQLApiResolverPolicyOperations.cs | 1729 ++++++ ...QLApiResolverPolicyOperationsExtensions.cs | 357 ++ .../Generated/GroupOperations.cs | 132 +- .../Generated/GroupOperationsExtensions.cs | 24 +- .../Generated/GroupUserOperations.cs | 88 +- .../GroupUserOperationsExtensions.cs | 16 +- .../Generated/IApiDiagnosticOperations.cs | 12 +- .../Generated/IApiExportOperations.cs | 2 +- .../IApiIssueAttachmentOperations.cs | 10 +- .../Generated/IApiIssueCommentOperations.cs | 10 +- .../Generated/IApiIssueOperations.cs | 12 +- .../Generated/IApiManagementClient.cs | 38 +- .../IApiManagementServiceOperations.cs | 102 +- .../IApiManagementServiceSkusOperations.cs | 2 +- .../Generated/IApiOperationOperations.cs | 12 +- .../IApiOperationPolicyOperations.cs | 10 +- .../Generated/IApiOperations.cs | 16 +- .../Generated/IApiPolicyOperations.cs | 10 +- .../Generated/IApiProductOperations.cs | 2 +- .../Generated/IApiReleaseOperations.cs | 12 +- .../Generated/IApiRevisionOperations.cs | 2 +- .../Generated/IApiSchemaOperations.cs | 12 +- .../Generated/IApiTagDescriptionOperations.cs | 10 +- .../Generated/IApiVersionSetOperations.cs | 12 +- .../Generated/IApiWikiOperations.cs | 183 + .../Generated/IApiWikisOperations.cs | 73 + .../IAuthorizationServerOperations.cs | 14 +- .../Generated/IBackendOperations.cs | 26 +- .../Generated/ICacheOperations.cs | 12 +- .../Generated/ICertificateOperations.cs | 12 +- .../Generated/IContentItemOperations.cs | 15 +- .../Generated/IContentTypeOperations.cs | 13 +- .../IDelegationSettingsOperations.cs | 10 +- .../Generated/IDeletedServicesOperations.cs | 4 +- .../Generated/IDiagnosticOperations.cs | 12 +- .../Generated/IEmailTemplateOperations.cs | 12 +- .../Generated/IGatewayApiOperations.cs | 8 +- .../IGatewayCertificateAuthorityOperations.cs | 10 +- ...IGatewayHostnameConfigurationOperations.cs | 10 +- .../Generated/IGatewayOperations.cs | 18 +- .../Generated/IGlobalSchemaOperations.cs | 12 +- .../IGraphQLApiResolverOperations.cs | 267 + .../IGraphQLApiResolverPolicyOperations.cs | 226 + .../Generated/IGroupOperations.cs | 12 +- .../Generated/IGroupUserOperations.cs | 8 +- .../Generated/IIdentityProviderOperations.cs | 14 +- .../Generated/IIssueOperations.cs | 4 +- .../Generated/ILoggerOperations.cs | 12 +- .../Generated/INamedValueOperations.cs | 22 +- .../Generated/INetworkStatusOperations.cs | 4 +- .../Generated/INotificationOperations.cs | 6 +- .../INotificationRecipientEmailOperations.cs | 8 +- .../INotificationRecipientUserOperations.cs | 8 +- .../IOpenIdConnectProviderOperations.cs | 14 +- .../Generated/IOperationOperations.cs | 2 +- ...dNetworkDependenciesEndpointsOperations.cs | 2 +- .../Generated/IPolicyDescriptionOperations.cs | 2 +- .../Generated/IPolicyOperations.cs | 10 +- .../Generated/IPortalRevisionOperations.cs | 14 +- .../Generated/IPortalSettingsOperations.cs | 2 +- .../IPrivateEndpointConnectionOperations.cs | 24 +- .../Generated/IProductApiOperations.cs | 8 +- .../Generated/IProductGroupOperations.cs | 8 +- .../Generated/IProductOperations.cs | 14 +- .../Generated/IProductPolicyOperations.cs | 10 +- .../IProductSubscriptionsOperations.cs | 2 +- .../Generated/IProductWikiOperations.cs | 183 + .../Generated/IProductWikisOperations.cs | 73 + .../IQuotaByCounterKeysOperations.cs | 4 +- .../Generated/IQuotaByPeriodKeysOperations.cs | 4 +- .../Generated/IRegionOperations.cs | 2 +- .../Generated/IReportsOperations.cs | 16 +- .../Generated/ISignInSettingsOperations.cs | 8 +- .../Generated/ISignUpSettingsOperations.cs | 8 +- .../Generated/ISubscriptionOperations.cs | 18 +- .../Generated/ITagOperations.cs | 42 +- .../Generated/ITagResourceOperations.cs | 2 +- .../Generated/ITenantAccessGitOperations.cs | 4 +- .../Generated/ITenantAccessOperations.cs | 16 +- .../ITenantConfigurationOperations.cs | 14 +- .../Generated/ITenantSettingsOperations.cs | 4 +- .../IUserConfirmationPasswordOperations.cs | 2 +- .../Generated/IUserGroupOperations.cs | 2 +- .../Generated/IUserIdentitiesOperations.cs | 2 +- .../Generated/IUserOperations.cs | 16 +- .../Generated/IUserSubscriptionOperations.cs | 4 +- .../Generated/IdentityProviderOperations.cs | 154 +- .../IdentityProviderOperationsExtensions.cs | 28 +- .../Generated/IssueOperations.cs | 44 +- .../Generated/IssueOperationsExtensions.cs | 8 +- .../Generated/LoggerOperations.cs | 132 +- .../Generated/LoggerOperationsExtensions.cs | 24 +- .../Models/AccessInformationContract.cs | 2 +- .../Generated/Models/AdditionalLocation.cs | 27 +- .../Generated/Models/ApiContract.cs | 2 +- .../Models/ApiCreateOrUpdateParameter.cs | 15 +- .../Models/ApiCreateOrUpdateProperties.cs | 15 +- ...ApplyNetworkConfigurationUpdatesHeaders.cs | 45 + .../ApiManagementServiceBackupHeaders.cs | 45 + .../ApiManagementServiceBaseProperties.cs | 49 +- ...piManagementServiceMigrateToStv2Headers.cs | 45 + .../Models/ApiManagementServiceProperties.cs | 22 +- .../Models/ApiManagementServiceResource.cs | 49 +- .../ApiManagementServiceRestoreHeaders.cs | 45 + .../ApiManagementServiceUpdateParameters.cs | 49 +- .../ApiManagementServiceUpdateProperties.cs | 22 +- .../Generated/Models/ApiReleaseContract.cs | 2 +- .../Generated/Models/ApiVersionSetContract.cs | 2 +- .../Models/ApiWikiCreateOrUpdateHeaders.cs | 45 + .../Models/ApiWikiGetEntityTagHeaders.cs | 45 + .../Generated/Models/ApiWikiGetHeaders.cs | 45 + .../Generated/Models/ApiWikiUpdateHeaders.cs | 45 + .../Generated/Models/AssociationContract.cs | 2 +- .../Generated/Models/AsyncResolverStatus.cs | 63 + .../Models/AuthenticationSettingsContract.cs | 25 +- .../AuthorizationAccessPolicyCollection.cs | 68 + .../AuthorizationAccessPolicyContract.cs | 71 + ...orizationAccessPolicyContractProperties.cs | 58 + .../Models/AuthorizationCollection.cs | 68 + ...zationConfirmConsentCodeRequestContract.cs | 50 + .../Generated/Models/AuthorizationContract.cs | 101 + .../Models/AuthorizationContractProperties.cs | 88 + .../Generated/Models/AuthorizationError.cs | 58 + .../AuthorizationLoginRequestContract.cs | 48 + .../AuthorizationLoginResponseContract.cs | 48 + .../Models/AuthorizationProviderCollection.cs | 58 + .../Models/AuthorizationProviderContract.cs | 103 + ...AuthorizationProviderContractProperties.cs | 90 + .../AuthorizationProviderOAuth2GrantTypes.cs | 58 + .../AuthorizationProviderOAuth2Settings.cs | 58 + .../Models/AuthorizationServerContract.cs | 29 +- .../AuthorizationServerContractProperties.cs | 27 +- .../AuthorizationServerUpdateContract.cs | 29 +- ...orizationServerUpdateContractProperties.cs | 27 +- .../Generated/Models/AuthorizationType.cs | 21 + .../Generated/Models/BackendBaseParameters.cs | 8 +- .../Generated/Models/BackendContract.cs | 10 +- .../Models/BackendContractProperties.cs | 4 +- .../Models/BackendReconnectContract.cs | 2 +- .../BackendUpdateParameterProperties.cs | 4 +- .../Models/BackendUpdateParameters.cs | 8 +- .../Generated/Models/CacheContract.cs | 2 +- .../Generated/Models/CertificateContract.cs | 2 +- .../Generated/Models/ContentItemContract.cs | 2 +- .../Generated/Models/ContentTypeContract.cs | 2 +- .../Models/DeletedServiceContract.cs | 2 +- .../Models/DeletedServicesPurgeHeaders.cs | 45 + .../Generated/Models/DiagnosticContract.cs | 16 +- .../Models/DiagnosticContractProperties.cs | 14 +- .../Models/DocumentationCollection.cs | 58 + .../Generated/Models/DocumentationContract.cs | 71 + .../Models/DocumentationContractProperties.cs | 58 + .../Models/DocumentationUpdateContract.cs | 59 + .../Generated/Models/EmailTemplateContract.cs | 2 +- .../GatewayCertificateAuthorityContract.cs | 2 +- .../Generated/Models/GatewayContract.cs | 2 +- .../GatewayHostnameConfigurationContract.cs | 2 +- .../Generated/Models/GlobalSchemaContract.cs | 2 +- ...GraphQlApiResolverCreateOrUpdateHeaders.cs | 45 + .../GraphQlApiResolverGetEntityTagHeaders.cs | 45 + .../Models/GraphQlApiResolverGetHeaders.cs | 45 + ...lApiResolverPolicyCreateOrUpdateHeaders.cs | 45 + ...hQlApiResolverPolicyGetEntityTagHeaders.cs | 45 + .../GraphQlApiResolverPolicyGetHeaders.cs | 45 + .../Models/GraphQlApiResolverUpdateHeaders.cs | 45 + .../Generated/Models/GroupContract.cs | 2 +- .../Generated/Models/HostnameConfiguration.cs | 4 +- .../Models/IdentityProviderBaseParameters.cs | 21 +- .../Models/IdentityProviderContract.cs | 23 +- .../IdentityProviderContractProperties.cs | 8 +- .../Models/IdentityProviderCreateContract.cs | 23 +- ...dentityProviderCreateContractProperties.cs | 8 +- .../IdentityProviderUpdateParameters.cs | 21 +- .../IdentityProviderUpdateProperties.cs | 8 +- .../Models/IssueAttachmentContract.cs | 2 +- .../Generated/Models/IssueCommentContract.cs | 2 +- .../Generated/Models/IssueContract.cs | 2 +- .../KeyVaultContractCreateProperties.cs | 8 +- .../Models/KeyVaultContractProperties.cs | 4 +- .../Generated/Models/LoggerContract.cs | 2 +- .../Generated/Models/NamedValueContract.cs | 2 +- .../Models/NamedValueCreateContract.cs | 2 +- .../Generated/Models/NatGatewayState.cs | 25 + .../Generated/Models/NotificationContract.cs | 2 +- .../Generated/Models/OAuth2GrantType.cs | 25 + .../Models/OpenidConnectProviderContract.cs | 29 +- ...OpenidConnectProviderContractProperties.cs | 27 +- .../OpenidConnectProviderUpdateContract.cs | 27 +- ...ConnectProviderUpdateContractProperties.cs | 27 +- .../Generated/Models/OperationContract.cs | 2 +- .../Models/OperationResultContract.cs | 2 +- .../Generated/Models/PolicyContentFormat.cs | 4 +- .../Generated/Models/PolicyContract.cs | 2 +- .../Models/PolicyDescriptionCollection.cs | 6 +- .../Models/PolicyDescriptionContract.cs | 2 +- .../Models/PolicyFragmentCollection.cs | 68 + .../Models/PolicyFragmentContentFormat.cs | 26 + .../Models/PolicyFragmentContract.cs | 99 + .../PolicyFragmentContractProperties.cs | 90 + .../Models/PortalConfigCollection.cs | 58 + .../Generated/Models/PortalConfigContract.cs | 112 + .../Models/PortalConfigCorsProperties.cs | 48 + .../Models/PortalConfigCspProperties.cs | 70 + .../PortalConfigDelegationProperties.cs | 77 + .../Models/PortalConfigProperties.cs | 99 + .../Models/PortalConfigPropertiesSignin.cs | 45 + .../Models/PortalConfigPropertiesSignup.cs | 45 + .../PortalConfigTermsOfServiceProperties.cs | 58 + .../Models/PortalDelegationSettings.cs | 2 +- .../Models/PortalRevisionContract.cs | 2 +- .../Models/PortalSettingsCollection.cs | 6 +- .../Models/PortalSettingsContract.cs | 2 +- .../Generated/Models/PortalSettingsCspMode.cs | 30 + .../Generated/Models/PortalSigninSettings.cs | 2 +- .../Generated/Models/PortalSignupSettings.cs | 2 +- .../Generated/Models/ProductContract.cs | 2 +- .../ProductWikiCreateOrUpdateHeaders.cs | 45 + .../Models/ProductWikiGetEntityTagHeaders.cs | 45 + .../Generated/Models/ProductWikiGetHeaders.cs | 45 + .../Models/ProductWikiUpdateHeaders.cs | 45 + .../Models/ProductWikisListHeaders.cs | 45 + .../Generated/Models/ProxyResource.cs | 55 + .../Models/RecipientEmailContract.cs | 2 +- .../Generated/Models/RecipientUserContract.cs | 2 +- .../Generated/Models/ReportRecordContract.cs | 6 +- .../Generated/Models/ResolverContract.cs | 119 + .../Models/ResolverEntityBaseContract.cs | 106 + .../Models/ResolverResultContract.cs | 132 + .../ResolverResultContractProperties.cs | 119 + .../Models/ResolverResultLogItemContract.cs | 68 + .../Models/ResolverUpdateContract.cs | 107 + .../ResolverUpdateContractProperties.cs | 106 + .../Generated/Models/ResourceCollection.cs | 68 + .../Models/ResourceCollectionValueItem.cs | 47 + .../Generated/Models/SchemaContract.cs | 2 +- .../Generated/Models/SchemaType.cs | 2 +- .../Generated/Models/SubscriptionContract.cs | 2 +- .../Generated/Models/TagContract.cs | 2 +- .../Models/TagDescriptionContract.cs | 2 +- .../TenantConfigurationSyncStateContract.cs | 2 +- .../Models/TenantSettingsContract.cs | 2 +- ...TranslateRequiredQueryParametersConduct.cs | 25 + .../Generated/Models/UserContract.cs | 2 +- .../Generated/Models/WikiContract.cs | 61 + .../Models/WikiContractProperties.cs | 48 + .../Models/WikiDocumentationContract.cs | 48 + .../Generated/Models/WikiUpdateContract.cs | 49 + .../Generated/NamedValueOperations.cs | 182 +- .../NamedValueOperationsExtensions.cs | 44 +- .../Generated/NetworkStatusOperations.cs | 44 +- .../NetworkStatusOperationsExtensions.cs | 8 +- .../Generated/NotificationOperations.cs | 66 +- .../NotificationOperationsExtensions.cs | 12 +- .../NotificationRecipientEmailOperations.cs | 88 +- ...ationRecipientEmailOperationsExtensions.cs | 16 +- .../NotificationRecipientUserOperations.cs | 88 +- ...cationRecipientUserOperationsExtensions.cs | 16 +- .../OpenIdConnectProviderOperations.cs | 154 +- ...enIdConnectProviderOperationsExtensions.cs | 28 +- .../Generated/OperationOperations.cs | 22 +- .../OperationOperationsExtensions.cs | 4 +- ...dNetworkDependenciesEndpointsOperations.cs | 22 +- ...pendenciesEndpointsOperationsExtensions.cs | 4 +- .../Generated/PolicyDescriptionOperations.cs | 22 +- .../PolicyDescriptionOperationsExtensions.cs | 4 +- .../Generated/PolicyOperations.cs | 110 +- .../Generated/PolicyOperationsExtensions.cs | 20 +- .../Generated/PortalRevisionOperations.cs | 114 +- .../PortalRevisionOperationsExtensions.cs | 28 +- .../Generated/PortalSettingsOperations.cs | 22 +- .../PortalSettingsOperationsExtensions.cs | 4 +- .../PrivateEndpointConnectionOperations.cs | 140 +- ...eEndpointConnectionOperationsExtensions.cs | 40 +- .../Generated/ProductApiOperations.cs | 88 +- .../ProductApiOperationsExtensions.cs | 16 +- .../Generated/ProductGroupOperations.cs | 88 +- .../ProductGroupOperationsExtensions.cs | 16 +- .../Generated/ProductOperations.cs | 154 +- .../Generated/ProductOperationsExtensions.cs | 28 +- .../Generated/ProductPolicyOperations.cs | 110 +- .../ProductPolicyOperationsExtensions.cs | 20 +- .../ProductSubscriptionsOperations.cs | 22 +- ...roductSubscriptionsOperationsExtensions.cs | 4 +- .../Generated/ProductWikiOperations.cs | 1447 +++++ .../ProductWikiOperationsExtensions.cs | 278 + .../Generated/ProductWikisOperations.cs | 517 ++ .../ProductWikisOperationsExtensions.cs | 102 + .../Generated/QuotaByCounterKeysOperations.cs | 44 +- .../QuotaByCounterKeysOperationsExtensions.cs | 8 +- .../Generated/QuotaByPeriodKeysOperations.cs | 44 +- .../QuotaByPeriodKeysOperationsExtensions.cs | 8 +- .../Generated/RegionOperations.cs | 22 +- .../Generated/RegionOperationsExtensions.cs | 4 +- .../Generated/ReportsOperations.cs | 176 +- .../Generated/ReportsOperationsExtensions.cs | 32 +- .../Generated/SignInSettingsOperations.cs | 88 +- .../SignInSettingsOperationsExtensions.cs | 16 +- .../Generated/SignUpSettingsOperations.cs | 88 +- .../SignUpSettingsOperationsExtensions.cs | 16 +- .../Generated/SubscriptionOperations.cs | 198 +- .../SubscriptionOperationsExtensions.cs | 36 +- .../Generated/TagOperations.cs | 462 +- .../Generated/TagOperationsExtensions.cs | 84 +- .../Generated/TagResourceOperations.cs | 22 +- .../TagResourceOperationsExtensions.cs | 4 +- .../Generated/TenantAccessGitOperations.cs | 44 +- .../TenantAccessGitOperationsExtensions.cs | 8 +- .../Generated/TenantAccessOperations.cs | 176 +- .../TenantAccessOperationsExtensions.cs | 32 +- .../TenantConfigurationOperations.cs | 94 +- ...TenantConfigurationOperationsExtensions.cs | 28 +- .../Generated/TenantSettingsOperations.cs | 44 +- .../TenantSettingsOperationsExtensions.cs | 8 +- .../UserConfirmationPasswordOperations.cs | 22 +- ...onfirmationPasswordOperationsExtensions.cs | 4 +- .../Generated/UserGroupOperations.cs | 22 +- .../UserGroupOperationsExtensions.cs | 4 +- .../Generated/UserIdentitiesOperations.cs | 22 +- .../UserIdentitiesOperationsExtensions.cs | 4 +- .../Generated/UserOperations.cs | 176 +- .../Generated/UserOperationsExtensions.cs | 32 +- .../Generated/UserSubscriptionOperations.cs | 44 +- .../UserSubscriptionOperationsExtensions.cs | 8 +- .../ApiManagement.Management.Sdk/README.md | 93 +- .../ApiManagement/Az.ApiManagement.psd1 | 410 +- 398 files changed, 28703 insertions(+), 2587 deletions(-) create mode 100644 azure-powershell.sln create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiWikiOperations.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiWikiOperationsExtensions.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiWikisOperations.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiWikisOperationsExtensions.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/GraphQLApiResolverOperations.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/GraphQLApiResolverOperationsExtensions.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/GraphQLApiResolverPolicyOperations.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/GraphQLApiResolverPolicyOperationsExtensions.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiWikiOperations.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiWikisOperations.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGraphQLApiResolverOperations.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGraphQLApiResolverPolicyOperations.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductWikiOperations.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductWikisOperations.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceApplyNetworkConfigurationUpdatesHeaders.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceBackupHeaders.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceMigrateToStv2Headers.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceRestoreHeaders.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiWikiCreateOrUpdateHeaders.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiWikiGetEntityTagHeaders.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiWikiGetHeaders.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiWikiUpdateHeaders.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AsyncResolverStatus.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationAccessPolicyCollection.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationAccessPolicyContract.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationAccessPolicyContractProperties.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationCollection.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationConfirmConsentCodeRequestContract.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationContract.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationContractProperties.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationError.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationLoginRequestContract.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationLoginResponseContract.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationProviderCollection.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationProviderContract.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationProviderContractProperties.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationProviderOAuth2GrantTypes.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationProviderOAuth2Settings.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationType.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DeletedServicesPurgeHeaders.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DocumentationCollection.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DocumentationContract.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DocumentationContractProperties.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DocumentationUpdateContract.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverCreateOrUpdateHeaders.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverGetEntityTagHeaders.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverGetHeaders.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverPolicyCreateOrUpdateHeaders.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverPolicyGetEntityTagHeaders.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverPolicyGetHeaders.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverUpdateHeaders.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/NatGatewayState.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OAuth2GrantType.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyFragmentCollection.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyFragmentContentFormat.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyFragmentContract.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyFragmentContractProperties.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigCollection.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigContract.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigCorsProperties.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigCspProperties.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigDelegationProperties.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigProperties.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigPropertiesSignin.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigPropertiesSignup.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigTermsOfServiceProperties.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalSettingsCspMode.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProductWikiCreateOrUpdateHeaders.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProductWikiGetEntityTagHeaders.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProductWikiGetHeaders.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProductWikiUpdateHeaders.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProductWikisListHeaders.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProxyResource.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverContract.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverEntityBaseContract.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverResultContract.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverResultContractProperties.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverResultLogItemContract.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverUpdateContract.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverUpdateContractProperties.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResourceCollection.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResourceCollectionValueItem.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/TranslateRequiredQueryParametersConduct.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/WikiContract.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/WikiContractProperties.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/WikiDocumentationContract.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/WikiUpdateContract.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductWikiOperations.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductWikiOperationsExtensions.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductWikisOperations.cs create mode 100644 src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductWikisOperationsExtensions.cs diff --git a/azure-powershell.sln b/azure-powershell.sln new file mode 100644 index 000000000000..9d40ceb8bd05 --- /dev/null +++ b/azure-powershell.sln @@ -0,0 +1,5013 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.2.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{07C2787E-EAC7-C090-1BA3-A61EC2A24D84}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "generated", "generated", "{10872A52-0024-0064-E5E9-275657532B83}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "setup", "setup", "{8234297F-5141-16AD-017A-2883AE030302}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{827E0CD3-B72D-47B6-A68D-7590B98EB39B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BatchModelGenerator", "tools\BatchModelGenerator\BatchModelGenerator.csproj", "{8D881FA7-1B06-27FE-7344-0B49448C0DC8}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StaticAnalysis.Netcore", "tools\StaticAnalysis\StaticAnalysis.Netcore.csproj", "{EF354FB7-56A7-02A0-FB6D-0A3D57346387}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestFx", "tools\TestFx\TestFx.csproj", "{F96AAFA3-111D-94D3-DFA7-A9A13E39DA90}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tools.Common.Netcore", "tools\Tools.Common\Tools.Common.Netcore.csproj", "{68D55A6A-A155-2FE4-3C2C-65871C1C06E9}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tools.Common.Test", "tools\Tools.Common.Test\Tools.Common.Test.csproj", "{65C87BFE-2FA8-981D-A512-2FF629FDD303}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersionController.Netcore", "tools\VersionController\VersionController.Netcore.csproj", "{AE903C9D-F720-3F1C-7321-6ED3E957275F}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ADDomainServices", "ADDomainServices", "{58C5F9CA-F812-0A6C-C434-61BB2A574B0D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ADDomainServices", "generated\ADDomainServices\ADDomainServices.Autorest\Az.ADDomainServices.csproj", "{71293CCB-6F5C-4046-72A6-9EB9BDC7CF73}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Advisor", "Advisor", "{63FE694E-AF90-BFA5-F95F-3322C4D9DDF9}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Advisor", "generated\Advisor\Advisor.Autorest\Az.Advisor.csproj", "{28C8E85A-161B-A647-E455-A742721801D0}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Aks", "Aks", "{27D06479-FBF7-721F-9131-8EBCD74EDD28}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Aks", "generated\Aks\Aks.Autorest\Az.Aks.csproj", "{9735F44F-9285-C576-CF32-9D690897AC70}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AksArc", "AksArc", "{D2F2877F-B53A-E84E-D35A-39242750B136}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.AksArc", "generated\AksArc\AksArc.Autorest\Az.AksArc.csproj", "{43487866-D5FE-1305-2C6B-492D5168D18C}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Alb", "Alb", "{6862E0D0-4274-C7CA-1F22-A37EEDE61F94}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Alb", "generated\Alb\Alb.Autorest\Az.Alb.csproj", "{7C5F6416-9A89-2BF6-4AB1-4E2737C24ECB}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AlertsManagement", "AlertsManagement", "{44E2EE1F-6D31-CBAA-BCC2-961A32975E62}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.PrometheusRuleGroups", "generated\AlertsManagement\PrometheusRuleGroups.Autorest\Az.PrometheusRuleGroups.csproj", "{74C70400-3D4C-C7AA-1397-03F9BCA53022}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "App", "App", "{9DD7374A-B377-7BCB-372D-3A7164935173}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.App", "generated\App\App.Autorest\Az.App.csproj", "{DDE85BCE-7CD0-C13F-BF20-F2612765A023}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AppComplianceAutomation", "AppComplianceAutomation", "{008049FC-281A-47CC-0A4F-351A1A19498F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.AppComplianceAutomation", "generated\AppComplianceAutomation\AppComplianceAutomation.Autorest\Az.AppComplianceAutomation.csproj", "{4210D64A-AA26-B5C7-25D9-84C62535176B}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AppConfiguration", "AppConfiguration", "{92037B4A-49F5-C989-F776-2E3B751889EA}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.AppConfiguration", "generated\AppConfiguration\AppConfiguration.Autorest\Az.AppConfiguration.csproj", "{F3774B4A-B580-A8D0-828E-CEF3A1CE8853}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.AppConfigurationdata", "generated\AppConfiguration\AppConfigurationdata.Autorest\Az.AppConfigurationdata.csproj", "{E7055B7B-EDFC-DD7F-002C-22B86B4ABF26}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ApplicationInsights", "ApplicationInsights", "{D01C3712-56B2-75E9-3A0F-A20A21CE1736}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ApplicationInsights", "generated\ApplicationInsights\ApplicationInsights.Autorest\Az.ApplicationInsights.csproj", "{5E5CD1F9-5584-9B72-0AAC-72BEF77F19DE}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ArcGateway", "ArcGateway", "{D5CD3561-C594-20C6-DC9A-802D597BFCF4}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ArcGateway", "generated\ArcGateway\ArcGateway.Autorest\Az.ArcGateway.csproj", "{E579EA3E-4325-C5CF-8230-E85CEF68EDAA}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ArcResourceBridge", "ArcResourceBridge", "{D6689AF0-8D71-D6D5-1773-0FEA257535AD}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ArcResourceBridge", "generated\ArcResourceBridge\ArcResourceBridge.Autorest\Az.ArcResourceBridge.csproj", "{235E4FD0-360D-B52A-D9FA-778CFEC15B50}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ArizeAI", "ArizeAI", "{EC650307-88C9-AF8C-5DC5-CA5325AECB84}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ArizeAI", "generated\ArizeAI\ArizeAI.Autorest\Az.ArizeAI.csproj", "{BBC2F846-0D8D-FD13-A519-627897A8703D}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Astro", "Astro", "{158B4809-A059-DDC9-75AE-AEE4E7BCF669}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Astro", "generated\Astro\Astro.Autorest\Az.Astro.csproj", "{8B096DA0-DA01-8D46-D242-36534D675F7D}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Attestation", "Attestation", "{1DF74003-8BEF-90B2-0092-1540C85583E5}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Attestation", "generated\Attestation\Attestation.Autorest\Az.Attestation.csproj", "{337DCDB6-A92E-B4C1-1D0D-A44A2A0B1826}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Automanage", "Automanage", "{9549CF29-344A-70DD-AFE9-990BE2FB2CB9}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Automanage", "generated\Automanage\Automanage.Autorest\Az.Automanage.csproj", "{5F291AB7-C04C-F191-D0CC-E720FBA5FC25}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BareMetal", "BareMetal", "{87A0A88F-B4FC-25F7-1A38-162D634171A0}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.BareMetal", "generated\BareMetal\BareMetal.Autorest\Az.BareMetal.csproj", "{D018DD9B-2D1A-085F-BA63-3DEB17687710}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BillingBenefits", "BillingBenefits", "{464365A4-CF9B-42FF-788A-2F7E3D876D7D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.BillingBenefits", "generated\BillingBenefits\BillingBenefits.Autorest\Az.BillingBenefits.csproj", "{1CD942BC-8F31-A0CB-5322-6EFBD7F672AC}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BotService", "BotService", "{032CEB36-3752-7548-A34B-E83231252744}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.BotService", "generated\BotService\BotService.Autorest\Az.BotService.csproj", "{0985C488-93F2-C613-10C6-4C805E6DDFC7}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Carbon", "Carbon", "{2A12AB31-1887-3CD9-2183-3AFF00E44A73}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Carbon", "generated\Carbon\Carbon.Autorest\Az.Carbon.csproj", "{608DDC55-BD81-D590-4B18-DD9C87BD4499}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Cdn", "Cdn", "{A84BFB6B-CE69-FAF8-A014-A3BD099682DF}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Cdn", "generated\Cdn\Cdn.Autorest\Az.Cdn.csproj", "{CE13C690-8FD3-237C-1BFB-7C4D216696F8}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ChangeAnalysis", "ChangeAnalysis", "{AFEBD96B-748D-3AC7-EB23-13ED858FC682}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ChangeAnalysis", "generated\ChangeAnalysis\ChangeAnalysis.Autorest\Az.ChangeAnalysis.csproj", "{A21A0A61-7150-4128-44BC-BD9820FBAF16}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Chaos", "Chaos", "{D8EB649A-7FF9-E86D-0B9B-4DEFDA0429ED}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Chaos", "generated\Chaos\Chaos.Autorest\Az.Chaos.csproj", "{145B5C42-F357-B292-94D8-6CDC5CBCE56A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CloudHsm", "CloudHsm", "{C419CE53-0075-A93A-61DF-D0920EF6058D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.CloudHsm", "generated\CloudHsm\CloudHsm.Autorest\Az.CloudHsm.csproj", "{36483933-A9DF-1983-30D5-1B883A768666}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CloudService", "CloudService", "{7713C8E7-7152-0140-CB3D-27C51A6776E1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.CloudService", "generated\CloudService\CloudService.Autorest\Az.CloudService.csproj", "{443B70BD-B837-B40F-99CB-E3A46960072E}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Communication", "Communication", "{3B830E3B-682C-0386-9A10-155C19990306}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Communication", "generated\Communication\Communication.Autorest\Az.Communication.csproj", "{1C41507A-1930-D52D-0983-1F2207A05E83}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.CommunicationServiceSmtpUsername", "generated\Communication\CommunicationServiceSmtpUsername.Autorest\Az.CommunicationServiceSmtpUsername.csproj", "{BB9FD59F-4A73-95FF-68E6-6DE337F7205D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.EmailService", "generated\Communication\EmailService.Autorest\Az.EmailService.csproj", "{25A9CA5F-F39C-EFF2-33F6-A785ADDE4A6C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.EmailServicedata", "generated\Communication\EmailServicedata.Autorest\Az.EmailServicedata.csproj", "{1988B106-EB82-F4DF-B95E-9DF806D95C5B}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Compute", "Compute", "{4284ECD6-FE22-4EFC-52D4-053FB7E0B264}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Compute", "generated\Compute\Compute.Autorest\Az.Compute.csproj", "{C10C3666-C443-6BC3-D7E1-8151A5D4A90A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ComputeFleet", "ComputeFleet", "{3159AFEC-4676-704D-2E7A-419553105DD2}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ComputeFleet", "generated\ComputeFleet\ComputeFleet.Autorest\Az.ComputeFleet.csproj", "{B79ABBD9-8A2D-A39F-2CF1-9BC75A1B9E95}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ComputeSchedule", "ComputeSchedule", "{F00B8E0A-F92B-5283-169E-E16E35C25818}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ComputeSchedule", "generated\ComputeSchedule\ComputeSchedule.Autorest\Az.ComputeSchedule.csproj", "{8D5FD2BF-4B0A-F7DF-8CFE-0FCF0189AAB5}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ConfidentialLedger", "ConfidentialLedger", "{56EBFA45-C633-D081-596C-B3B5A562F1AF}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ConfidentialLedger", "generated\ConfidentialLedger\ConfidentialLedger.Autorest\Az.ConfidentialLedger.csproj", "{C78D3C0C-B3A3-4C82-4E06-2C1396A8137F}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Confluent", "Confluent", "{33A3D2F7-7BDA-719B-B406-30EB21432A96}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Confluent", "generated\Confluent\Confluent.Autorest\Az.Confluent.csproj", "{39018945-28B1-28A2-0773-C326414D2B18}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ConnectedKubernetes", "ConnectedKubernetes", "{B70B9E4E-7D79-5B96-A5B1-FF53D9B22CF9}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ConnectedKubernetes", "generated\ConnectedKubernetes\ConnectedKubernetes.Autorest\Az.ConnectedKubernetes.csproj", "{F6A951A1-2276-EE9F-C6E3-EF67434753C8}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ConnectedMachine", "ConnectedMachine", "{4DACB977-5F98-D427-6C18-045E1AD63D5B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ConnectedMachine", "generated\ConnectedMachine\ConnectedMachine.Autorest\Az.ConnectedMachine.csproj", "{BA493704-8E2D-F995-8D64-E15058FEDFB2}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ConnectedNetwork", "ConnectedNetwork", "{9D7C9F26-2AA6-2530-8317-54ECE4A49E73}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ConnectedNetwork", "generated\ConnectedNetwork\ConnectedNetwork.Autorest\Az.ConnectedNetwork.csproj", "{3DE1E3EF-2FA1-299B-E4ED-71D007A0B020}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ConnectedVMware", "ConnectedVMware", "{3D6C18D9-05C4-DC4B-068B-1553BAAC127A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ConnectedVMware", "generated\ConnectedVMware\ConnectedVMware.Autorest\Az.ConnectedVMware.csproj", "{8B807A0F-5FEF-F2B0-CBCC-B692558C10A6}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ContainerInstance", "ContainerInstance", "{C28103E8-6114-9ABA-23F0-C662D917701C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ContainerInstance", "generated\ContainerInstance\ContainerInstance.Autorest\Az.ContainerInstance.csproj", "{84696891-280C-058B-7D68-8AC4AAF6DA7E}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ContainerRegistry", "ContainerRegistry", "{31C2435C-289D-BD00-81D7-33D8136A875F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ContainerRegistry", "generated\ContainerRegistry\ContainerRegistry.Autorest\Az.ContainerRegistry.csproj", "{B980868A-E37C-48BB-C52B-7C130751AC64}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CostManagement", "CostManagement", "{29C4A30B-4E08-2A50-A294-0ED29D628681}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.CostManagement", "generated\CostManagement\CostManagement.Autorest\Az.CostManagement.csproj", "{B687BDF9-B297-F5B2-7066-3EAFE4FF7FF8}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CustomLocation", "CustomLocation", "{57E3ED74-D182-69F9-EC08-2146D30BAD61}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.CustomLocation", "generated\CustomLocation\CustomLocation.Autorest\Az.CustomLocation.csproj", "{2C536D34-5448-EFD9-B67F-9A5E4749CE99}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CustomProviders", "CustomProviders", "{E5229844-D31F-DAD4-688E-43477EA692EA}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.CustomProviders", "generated\CustomProviders\CustomProviders.Autorest\Az.CustomProviders.csproj", "{20F49E2A-5282-7408-B702-55153F954FF4}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dashboard", "Dashboard", "{0A56D275-1B66-A552-BE3B-8D31C0CED146}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Dashboard", "generated\Dashboard\Dashboard.Autorest\Az.Dashboard.csproj", "{D35A7563-8D9F-EB72-4C15-5DE35B36BC92}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DataBox", "DataBox", "{C35A8C28-F42A-D433-81E6-0FB7C13D5318}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DataBox", "generated\DataBox\DataBox.Autorest\Az.DataBox.csproj", "{EF8BED62-98B5-5DB9-2B7E-66C5CF7CE936}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Databricks", "Databricks", "{95741C28-1E07-1F4C-56F7-6F775BAD8FE0}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Databricks", "generated\Databricks\Databricks.Autorest\Az.Databricks.csproj", "{6394EE13-E429-A74B-73FE-2234FBB8CEB0}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Datadog", "Datadog", "{78423CDC-F0C3-4C4A-79B1-42B1C74449A2}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Datadog", "generated\Datadog\Datadog.Autorest\Az.Datadog.csproj", "{9B8261A3-D79C-0377-0895-4DA68D14B2E0}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DataMigration", "DataMigration", "{7FF4416D-F288-84E2-83C9-E7C0A07CAC0E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DataMigration", "generated\DataMigration\DataMigration.Autorest\Az.DataMigration.csproj", "{08B3AF69-8B0D-FA09-430A-E5EB0F6C1041}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DataProtection", "DataProtection", "{A87EB077-635F-EACA-A93E-7BBA5DA17B2F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DataProtection", "generated\DataProtection\DataProtection.Autorest\Az.DataProtection.csproj", "{F39FCD4B-E5CE-07F9-1313-6A974C27CA3C}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DataTransfer", "DataTransfer", "{3E888D77-CC3A-D57C-DD6A-92111E31AE07}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DataTransfer", "generated\DataTransfer\DataTransfer.Autorest\Az.DataTransfer.csproj", "{47D80129-5C17-DAC1-53CC-CA9DBEBAD23B}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DedicatedHsm", "DedicatedHsm", "{3F88DC9F-5279-A3BC-AF11-8D8D280227EE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DedicatedHsm", "generated\DedicatedHsm\DedicatedHsm.Autorest\Az.DedicatedHsm.csproj", "{5264C003-5568-7876-28AA-B35C873F15DE}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DependencyMap", "DependencyMap", "{49AF3DB1-7B89-9E70-9A22-840EB610944B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DependencyMap", "generated\DependencyMap\DependencyMap.Autorest\Az.DependencyMap.csproj", "{A5B0752D-1531-D350-F4D4-8517A04516D6}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DesktopVirtualization", "DesktopVirtualization", "{596702B3-1633-34D3-87D4-9E25BE8FB1FF}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DesktopVirtualization", "generated\DesktopVirtualization\DesktopVirtualization.Autorest\Az.DesktopVirtualization.csproj", "{23FDC0D9-BBC0-4E2F-0028-3123A1107C84}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DevCenter", "DevCenter", "{3CB97037-12AF-D43A-2573-D1D7CBE05B90}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DevCenter", "generated\DevCenter\DevCenter.AutoRest\Az.DevCenter.csproj", "{E5DC7C5A-35B5-829A-683C-712B19883E9F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DevCenterData", "generated\DevCenter\DevCenterData.AutoRest\Az.DevCenterData.csproj", "{1094EEF5-DED6-019D-5126-140935BAD377}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DeviceRegistry", "DeviceRegistry", "{D314DCF9-25C6-D374-1DF0-2AB02F0C2C78}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DeviceRegistry", "generated\DeviceRegistry\DeviceRegistry.Autorest\Az.DeviceRegistry.csproj", "{0665E5B7-FE2F-8E16-4BCE-DD62CA8D292D}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DeviceUpdate", "DeviceUpdate", "{4F67D13A-87BC-90F6-A981-11190E9481F2}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DeviceUpdate", "generated\DeviceUpdate\DeviceUpdate.Autorest\Az.DeviceUpdate.csproj", "{0480FF02-BF67-7C3E-4BDF-20DDF3E6B395}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DigitalTwins", "DigitalTwins", "{62EB45D7-0326-EB49-C837-5B00E80E1496}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DigitalTwins", "generated\DigitalTwins\DigitalTwins.Autorest\Az.DigitalTwins.csproj", "{1807F841-00E3-4496-5482-1DF75E98CDDA}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DisconnectedOperations", "DisconnectedOperations", "{3CF16726-E99B-E795-D4E8-F299511A1B7C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DisconnectedOperations", "generated\DisconnectedOperations\DisconnectedOperations.Autorest\Az.DisconnectedOperations.csproj", "{D64F2896-FCE7-1756-F752-D7E1C1830B1E}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DiskPool", "DiskPool", "{2D6C466A-9D07-F494-9551-43022E7D6319}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DiskPool", "generated\DiskPool\DiskPool.Autorest\Az.DiskPool.csproj", "{9B41F6FA-75EE-AB3C-8F05-A81A0B34F857}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dns", "Dns", "{E6C09B04-CC7C-5CE7-0FA5-4285CDDFA9B1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Dns", "generated\Dns\Dns.Autorest\Az.Dns.csproj", "{3C04875B-048B-C207-EDE1-D13FE98528EA}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DnsResolver", "DnsResolver", "{B08BBE9C-2373-5A5B-29DC-2A81A41A4E23}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DnsResolver", "generated\DnsResolver\DnsResolver.Autorest\Az.DnsResolver.csproj", "{974AEB79-500C-9028-F575-5AB593877170}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DynatraceObservability", "DynatraceObservability", "{2FCEC017-90CD-6733-9A31-1E56CF99B461}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DynatraceObservability", "generated\DynatraceObservability\DynatraceObservability.Autorest\Az.DynatraceObservability.csproj", "{AE193B51-FBD9-5027-C4E8-E4C59E108A52}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "EdgeOrder", "EdgeOrder", "{CC9CCDFD-CC3B-F1CC-EDE1-D1627348D95C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.EdgeOrder", "generated\EdgeOrder\EdgeOrder.Autorest\Az.EdgeOrder.csproj", "{9C3E862E-369F-25C3-4573-D8D5AD4A81A5}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "EdgeZones", "EdgeZones", "{47452F90-7D48-E498-694D-E4F884D83318}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.EdgeZones", "generated\EdgeZones\EdgeZones.Autorest\Az.EdgeZones.csproj", "{49CD9FA0-8672-03F8-0A13-587FF44C89D5}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Elastic", "Elastic", "{AE44CFA6-3452-E56A-A9C8-F17BF4415042}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Elastic", "generated\Elastic\Elastic.Autorest\Az.Elastic.csproj", "{D4068F46-1EFC-990C-C55E-A097BA27E2D4}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ElasticSan", "ElasticSan", "{CC3215F2-4A40-1CC0-C544-73D8456A1081}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ElasticSan", "generated\ElasticSan\ElasticSan.Autorest\Az.ElasticSan.csproj", "{4E437487-5452-8095-6AAF-BA886655F5D9}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "EventGrid", "EventGrid", "{2F89291F-8D49-E337-EC53-306BCC3210EC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.EventGrid", "generated\EventGrid\EventGrid.Autorest\Az.EventGrid.csproj", "{CBF783A7-1B4F-CD95-2105-BCDA3344F70D}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "EventHub", "EventHub", "{195C9C2C-E003-43D1-C148-A95FE316F647}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.EventHub", "generated\EventHub\EventHub.Autorest\Az.EventHub.csproj", "{BEB316EB-F352-9F2B-1265-E5CDF0A038EB}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Fabric", "Fabric", "{4F746EDD-2CB7-F37C-F9DF-0181B066EA46}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Fabric", "generated\Fabric\Fabric.Autorest\Az.Fabric.csproj", "{63DA484A-9CE9-F310-862B-472219628229}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FirmwareAnalysis", "FirmwareAnalysis", "{4932D2A7-7038-C746-9B73-D23AFA7D5702}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.FirmwareAnalysis", "generated\FirmwareAnalysis\FirmwareAnalysis.Autorest\Az.FirmwareAnalysis.csproj", "{6CE5A99C-036D-5B84-0768-BE4CDBA4FD5A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Fleet", "Fleet", "{730AF7E2-12A8-4AD3-7ABF-A8D0FBE0B01C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Fleet", "generated\Fleet\Fleet.Autorest\Az.Fleet.csproj", "{C299CD39-18AA-8AA8-F8EB-ABF3A9CE9DE6}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FluidRelay", "FluidRelay", "{44154DCB-DDC7-068E-B5E8-F5716C5C4B5E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.FluidRelay", "generated\FluidRelay\FluidRelay.Autorest\Az.FluidRelay.csproj", "{8A9DD0DC-3302-E98A-B5CE-38A422AC3546}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FrontDoor", "FrontDoor", "{84E37E42-F68A-6019-CAD1-BC09C5689FFD}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.FrontDoor", "generated\FrontDoor\FrontDoor.Autorest\Az.FrontDoor.csproj", "{A48A0E77-0E55-44FC-D207-87380492C2F9}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Functions", "Functions", "{5E2622FD-0A73-80F0-8F58-81B489171E64}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Functions", "generated\Functions\Functions.Autorest\Az.Functions.csproj", "{631FDB44-094A-5E33-C71C-564D19704D69}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GraphServices", "GraphServices", "{4E46CE63-EA11-2142-2539-76B66CD6A646}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.GraphServices", "generated\GraphServices\GraphServices.Autorest\Az.GraphServices.csproj", "{4C053182-5985-818C-7F70-C2AA6945276E}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GuestConfiguration", "GuestConfiguration", "{7349FE8F-D375-2807-8814-A2FB25D4CE30}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.GuestConfiguration", "generated\GuestConfiguration\GuestConfiguration.Autorest\Az.GuestConfiguration.csproj", "{951530FD-FA53-5BBE-4C3D-1B279A4803A2}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HanaOnAzure", "HanaOnAzure", "{501A7EB5-C9B0-87C9-FB97-EC4BE96B236B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.HanaOnAzure", "generated\HanaOnAzure\HanaOnAzure.Autorest\Az.HanaOnAzure.csproj", "{22D353BB-7A6D-E67C-6382-2B90BF39F4A9}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HealthBot", "HealthBot", "{69D21B68-8F47-1AF9-FF99-F78294B15DD1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.HealthBot", "generated\HealthBot\HealthBot.Autorest\Az.HealthBot.csproj", "{45F23C1A-278F-5F28-2184-6097872CCE87}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HealthcareApis", "HealthcareApis", "{870675CE-1E2B-BB8B-EFD4-E41EBB8A9DFF}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.HealthcareApis", "generated\HealthcareApis\HealthcareApis.Autorest\Az.HealthcareApis.csproj", "{EC9188DB-1440-3604-466F-9B57FA617152}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HealthDataAIServices", "HealthDataAIServices", "{6711F641-914E-7125-0202-76AA7806482D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.HealthDataAIServices", "generated\HealthDataAIServices\HealthDataAIServices.Autorest\Az.HealthDataAIServices.csproj", "{2951F8FB-0ED4-E2B6-C337-09B96A6ABCC2}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ImageBuilder", "ImageBuilder", "{31B527D7-016A-8B44-F8AF-488C6DB52E29}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ImageBuilder", "generated\ImageBuilder\ImageBuilder.Autorest\Az.ImageBuilder.csproj", "{02C1DAA1-AFDC-9E7A-AC95-E523DEEFA146}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ImportExport", "ImportExport", "{A06C3FCB-C41B-33D7-FD4B-85778B9700CB}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ImportExport", "generated\ImportExport\ImportExport.Autorest\Az.ImportExport.csproj", "{03EDEA11-551F-C88C-866C-3D366F8815C2}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Informatica", "Informatica", "{3C5E2D2D-D0CB-B339-5AF1-003442FA042C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Informatica", "generated\Informatica\Informatica.Autorest\Az.Informatica.csproj", "{93F46F32-5A74-6FE6-B28C-9F3737D74D33}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "IoTOperationsService", "IoTOperationsService", "{B0DF87CE-9C09-5281-209A-E9DC2E01AF73}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.IoTOperationsService", "generated\IoTOperationsService\IoTOperationsService.Autorest\Az.IoTOperationsService.csproj", "{4C8E4E19-7F2C-8979-F0BC-2F1F051A8312}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "KeyVault", "KeyVault", "{0B309A4D-36E2-54B1-08EF-B45EC9827FB9}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.KeyVault", "generated\KeyVault\KeyVault.Autorest\Az.KeyVault.csproj", "{B35B0118-DD3E-3953-C33D-9095F9FD5643}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "KubernetesConfiguration", "KubernetesConfiguration", "{331A2EBF-5F20-6A37-88BA-07A5F304C81D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.KubernetesConfiguration", "generated\KubernetesConfiguration\KubernetesConfiguration.Autorest\Az.KubernetesConfiguration.csproj", "{9E09A589-9438-9F53-5A19-5FC730E3ED5B}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "KubernetesRuntime", "KubernetesRuntime", "{4C79C9EE-2BCB-67BD-ECDF-3B3E47FA5EB9}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.KubernetesRuntime", "generated\KubernetesRuntime\KubernetesRuntime.Autorest\Az.KubernetesRuntime.csproj", "{CA95CB46-DE62-2145-CC05-16FC272BB7E8}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Kusto", "Kusto", "{7B5D2CAA-89B3-7FA9-3076-88D2CCDF57C5}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Kusto", "generated\Kusto\Kusto.Autorest\Az.Kusto.csproj", "{D813C4C4-DB5F-80C0-6AAC-6A8DA2144D1D}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "LabServices", "LabServices", "{66F561E2-8675-AA8D-DBB5-5804438CFA71}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.LabServices", "generated\LabServices\LabServices.Autorest\Az.LabServices.csproj", "{0835084B-9F6F-7E15-3A0F-A68FFBFEFE79}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "LambdaTest", "LambdaTest", "{0572AD58-1B4A-7B7D-569F-770CF610F60E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.LambdaTest", "generated\LambdaTest\LambdaTest.Autorest\Az.LambdaTest.csproj", "{C6E3B96D-CF86-E4F3-4033-75C4ED4B969A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "LoadTesting", "LoadTesting", "{C7189163-055A-2FA7-515A-84C3DCB9B808}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.LoadTesting", "generated\LoadTesting\LoadTesting.Autorest\Az.LoadTesting.csproj", "{4663C413-5301-1C4A-2EF7-524B2BC54ADB}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MachineLearningServices", "MachineLearningServices", "{027FFDA8-03EC-05B4-DE3A-2A5D474C9ABF}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MachineLearningServices", "generated\MachineLearningServices\MachineLearningServices.Autorest\Az.MachineLearningServices.csproj", "{F117BB6E-2859-3097-BDDA-63E3A91C59FA}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ManagedNetworkFabric", "ManagedNetworkFabric", "{F55459C8-5874-B3CE-71E0-505B1466CA7F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ManagedNetworkFabric", "generated\ManagedNetworkFabric\ManagedNetworkFabric.Autorest\Az.ManagedNetworkFabric.csproj", "{FEE1D82E-5B86-3DDC-7292-F3BAEA485205}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ManagedServiceIdentity", "ManagedServiceIdentity", "{20241DDB-2291-A3E1-AF2F-2DAEC8AE191D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ManagedServiceIdentity", "generated\ManagedServiceIdentity\ManagedServiceIdentity.Autorest\Az.ManagedServiceIdentity.csproj", "{4AE626B7-F6DB-4BE9-0B88-DB168A0FB7F7}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ManagedServices", "ManagedServices", "{7D17448F-618E-9FE2-EFED-D75D7FE4F187}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ManagedServices", "generated\ManagedServices\ManagedServices.Autorest\Az.ManagedServices.csproj", "{2E793724-66AC-B37C-F8B3-1683BA84FF4F}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Maps", "Maps", "{B83F9A5A-5F34-808B-3203-018B42532BBC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Maps", "generated\Maps\Maps.Autorest\Az.Maps.csproj", "{A7418CCC-817E-75B1-68FB-3C8077019C96}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MariaDb", "MariaDb", "{D2B964FA-0A2A-55CD-CA91-1236CB549644}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MariaDb", "generated\MariaDb\MariaDb.Autorest\Az.MariaDb.csproj", "{B44EC3B6-F070-DE26-F2F8-FD6D02FC8C2D}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Marketplace", "Marketplace", "{554EB951-ED71-F1D2-EA31-E3BFEA923CA3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Marketplace", "generated\Marketplace\Marketplace.Autorest\Az.Marketplace.csproj", "{C1B9A988-E0B2-D7D7-DFF1-E46AF38C3067}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MarketplaceOrdering", "MarketplaceOrdering", "{F607EB42-A25C-FA00-66DB-C4B33883D178}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MarketplaceOrdering", "generated\MarketplaceOrdering\MarketplaceOrdering.Autorest\Az.MarketplaceOrdering.csproj", "{E7FDCD71-11AA-AD28-BB2E-0EAB31E24AEC}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Mdp", "Mdp", "{99EDA5DE-CBC8-B5E9-85F7-2E2427FFFABA}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Mdp", "generated\Mdp\Mdp.Autorest\Az.Mdp.csproj", "{465E42BE-F9B6-0236-A2E1-CF598EE5EBD8}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Migrate", "Migrate", "{A3417E47-8611-B4B7-5FF2-6ABB1E7585F0}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Migrate", "generated\Migrate\Migrate.Autorest\Az.Migrate.csproj", "{DFF70CCC-556C-369D-083C-074CA6F23265}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MixedReality", "MixedReality", "{C816AD0F-E332-2D67-9FCA-36FF443F7A37}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MixedReality", "generated\MixedReality\MixedReality.Autorest\Az.MixedReality.csproj", "{BB972B12-D8E1-EFDA-2D4E-11AFE60957FE}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MobileNetwork", "MobileNetwork", "{BDCF6CD1-8118-939A-244E-0320D843BC31}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MobileNetwork", "generated\MobileNetwork\MobileNetwork.Autorest\Az.MobileNetwork.csproj", "{BFDB6075-E996-5E8F-FDA7-EFAF93DA9626}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MongoDB", "MongoDB", "{178C3779-3A76-3BD1-5D6A-59E2142DA11F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MongoDB", "generated\MongoDB\MongoDB.Autorest\Az.MongoDB.csproj", "{E2FD6193-9FB0-20C8-116E-8447E59111C8}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Monitor", "Monitor", "{FB1FF5CA-E520-47D5-358D-C9EC8C53970B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ActionGroup", "generated\Monitor\ActionGroup.Autorest\Az.ActionGroup.csproj", "{FEC3D206-7DB0-FAF0-596A-F99356B1E2B5}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ActivityLogAlert", "generated\Monitor\ActivityLogAlert.Autorest\Az.ActivityLogAlert.csproj", "{99FDA24C-E5D3-AB11-D11A-3E1E11C24EBF}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Autoscale", "generated\Monitor\Autoscale.Autorest\Az.Autoscale.csproj", "{4DF8BB05-3870-4F34-940B-E500ECD567C0}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DataCollectionRule", "generated\Monitor\DataCollectionRule.Autorest\Az.DataCollectionRule.csproj", "{69037815-B60D-70FC-EA6F-646B1E7B4DE5}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DiagnosticSetting", "generated\Monitor\DiagnosticSetting.Autorest\Az.DiagnosticSetting.csproj", "{B2F46470-E85A-DE85-9AF8-7C145152367D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Metricdata", "generated\Monitor\Metricdata.Autorest\Az.Metricdata.csproj", "{D1D4DF1E-18CE-D8E4-758B-F4DFF6E58078}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MonitorWorkspace", "generated\Monitor\MonitorWorkspace.Autorest\Az.MonitorWorkspace.csproj", "{ADC1D7DB-FF2E-496A-B36A-576747EF7AF9}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.PipelineGroup", "generated\Monitor\PipelineGroup.Autorest\Az.PipelineGroup.csproj", "{E64FC047-F379-415A-84B7-8DA4C5CCC41E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ScheduledQueryRule", "generated\Monitor\ScheduledQueryRule.Autorest\Az.ScheduledQueryRule.csproj", "{E3054236-2F4A-4C2C-95AE-46178A62BD63}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MonitoringSolutions", "MonitoringSolutions", "{B66EDD94-0D39-F8FA-FE9F-6E96E0991994}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MonitoringSolutions", "generated\MonitoringSolutions\MonitoringSolutions.Autorest\Az.MonitoringSolutions.csproj", "{DA46DD14-2AFA-6078-DCE3-7AD55792DA6F}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MySql", "MySql", "{8A1D4F79-6C07-4D92-735C-8663F186CF53}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MySql", "generated\MySql\MySql.Autorest\Az.MySql.csproj", "{F5B429CD-A828-34FD-BDD1-A1D73308884C}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NeonPostgres", "NeonPostgres", "{5F79675E-39F1-E642-C0C6-9079870BB83F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.NeonPostgres", "generated\NeonPostgres\NeonPostgres.Autorest\Az.NeonPostgres.csproj", "{1F50C02A-8CEF-B0CE-4E05-FDB07DF19742}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Network", "Network", "{D6F8E709-B78A-94C7-FF06-E41ACC23BB43}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.NetworkSecurityPerimeter", "generated\Network\NetworkSecurityPerimeter.Autorest\Az.NetworkSecurityPerimeter.csproj", "{DC91C59B-E3AF-DC64-8633-E87C6E2E889C}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NetworkAnalytics", "NetworkAnalytics", "{CAE1DCAA-B634-1D9D-3781-C5D055B10D73}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.NetworkAnalytics", "generated\NetworkAnalytics\NetworkAnalytics.Autorest\Az.NetworkAnalytics.csproj", "{36DF0B2B-4170-9E00-41C7-DBC1E494B625}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NetworkCloud", "NetworkCloud", "{E3F15288-42F2-1DD4-15AC-915464E9B629}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.NetworkCloud", "generated\NetworkCloud\NetworkCloud.Autorest\Az.NetworkCloud.csproj", "{FF750CB9-102D-F445-E8DA-DFE3E9462DFF}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NetworkFunction", "NetworkFunction", "{3E6D3A36-5C7F-2856-ADB7-EB38D996ED8B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.NetworkFunction", "generated\NetworkFunction\NetworkFunction.Autorest\Az.NetworkFunction.csproj", "{41A58349-32F2-7354-454D-E4134905DED3}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NewRelic", "NewRelic", "{AD1723AF-2868-558C-AC7E-F56C6DB01798}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.NewRelic", "generated\NewRelic\NewRelic.Autorest\Az.NewRelic.csproj", "{DC786A60-BCAB-C123-F8E5-849AC2B2EADD}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Nginx", "Nginx", "{D8EB9F88-FD7D-9A95-181F-26175F359922}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Nginx", "generated\Nginx\Nginx.Autorest\Az.Nginx.csproj", "{6A685992-FF09-8F5E-0355-3346083ABCBB}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Oracle", "Oracle", "{AD4D8FAC-28B0-AD2B-7F0F-FD6D84DD0B29}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Oracle", "generated\Oracle\Oracle.Autorest\Az.Oracle.csproj", "{926C19D9-493F-D7E7-7F89-4F89071D9BFE}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Orbital", "Orbital", "{E92857EE-250A-AFE0-E4B4-72BB8448A126}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Orbital", "generated\Orbital\Orbital.Autorest\Az.Orbital.csproj", "{5CAF4B8F-853C-D9E6-4210-43CD5F4B082D}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PaloAltoNetworks", "PaloAltoNetworks", "{61434D02-C37C-7820-D829-7F88D8636179}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.PaloAltoNetworks", "generated\PaloAltoNetworks\PaloAltoNetworks.Autorest\Az.PaloAltoNetworks.csproj", "{D3137B3F-0A9B-CAE7-0C5F-7A24EAE02BF9}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Peering", "Peering", "{92CEFD77-1747-AAC1-9E77-EC2B164BCC41}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Peering", "generated\Peering\Peering.Autorest\Az.Peering.csproj", "{0AE856B6-1ECA-9507-3D32-5BDCEEEEBBB8}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Pinecone", "Pinecone", "{591BD3E2-8F51-F127-770F-2A00DA40376B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Pinecone", "generated\Pinecone\Pinecone.Autorest\Az.Pinecone.csproj", "{CF16C541-8050-60AB-EAE3-20BB74EF08D2}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Portal", "Portal", "{96B55541-674D-5DF6-5EB2-74C61C6D85B6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Portal", "generated\Portal\Portal.Autorest\Az.Portal.csproj", "{CC08E656-7CA0-24B6-917C-78090016ADF6}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PostgreSql", "PostgreSql", "{371C1768-D095-6158-EE06-7057AB94B607}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.PostgreSql", "generated\PostgreSql\PostgreSql.Autorest\Az.PostgreSql.csproj", "{0094494D-5D1C-20E6-896D-C13C5ACB65C3}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ProviderHub", "ProviderHub", "{82E46691-6820-37E8-36D3-DEAE0E72FCC1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ProviderHub", "generated\ProviderHub\ProviderHub.Autorest\Az.ProviderHub.csproj", "{1E480FD6-618D-9DFF-8F74-543D8E4086D3}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Purview", "Purview", "{5012B004-AE77-D3C5-8349-93AEAB6E9F3C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Purview", "generated\Purview\Purview.Autorest\Az.Purview.csproj", "{D4B2F78B-E8FA-B44B-59AD-A8D60607012E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Purviewdata", "generated\Purview\Purviewdata.Autorest\Az.Purviewdata.csproj", "{3D5BE22D-4557-1B73-E8A2-46CDE6206214}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Quantum", "Quantum", "{77D7B3BB-0193-FAEB-37F3-D0A131B94545}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Quantum", "generated\Quantum\Quantum.Autorest\Az.Quantum.csproj", "{27F2E048-438E-35DD-D48C-63DCBDCCF7C3}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Qumulo", "Qumulo", "{299E2BFE-E871-7572-307A-50E76BEF94E1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Qumulo", "generated\Qumulo\Qumulo.Autorest\Az.Qumulo.csproj", "{922ECDD2-3E7B-BC34-A2A3-EC3AB672ACF6}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Quota", "Quota", "{0694920B-D0DD-1D52-AE68-08BA9C65CBF2}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Quota", "generated\Quota\Quota.Autorest\Az.Quota.csproj", "{50595E5D-B390-D080-CEA9-AECBE5012CBC}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "RedisEnterpriseCache", "RedisEnterpriseCache", "{2FC09EEE-9FD1-50DE-2E98-48985D767D66}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.RedisEnterpriseCache", "generated\RedisEnterpriseCache\RedisEnterpriseCache.Autorest\Az.RedisEnterpriseCache.csproj", "{D4398F33-2DB2-6833-11D9-BD0FC7FE26F9}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Relay", "Relay", "{5508C2FB-7C16-597B-5793-9530A9B86918}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Relay", "generated\Relay\Relay.Autorest\Az.Relay.csproj", "{330CFE34-2FE2-CA26-6936-18013EE77A44}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Reservations", "Reservations", "{AA962E09-8C99-22C5-D4FB-0D4CFE0CD939}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Reservations", "generated\Reservations\Reservations.Autorest\Az.Reservations.csproj", "{F0F37F78-CC90-6A7B-2142-C8025878C838}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ResourceGraph", "ResourceGraph", "{34ED2A11-9262-3CBA-03E7-94F6AA37677F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ResourceGraph", "generated\ResourceGraph\ResourceGraph.Autorest\Az.ResourceGraph.csproj", "{08DD2B94-ACAD-59A6-7A55-64F9947C7A20}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ResourceMover", "ResourceMover", "{6B0202B9-77B8-BEC3-5825-5CC6BD5BDB3F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ResourceMover", "generated\ResourceMover\ResourceMover.Autorest\Az.ResourceMover.csproj", "{09CD1554-7346-8C63-3F37-84D657E4BCE6}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Resources", "Resources", "{DB98D866-F329-162A-4789-AE51FAF207C0}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Authorization", "generated\Resources\Authorization.Autorest\Az.Authorization.csproj", "{6E83F53D-5C3E-C7B0-E93A-5489461844BF}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DataBoundary", "generated\Resources\DataBoundary.Autorest\Az.DataBoundary.csproj", "{C32C8C41-74FB-9EFD-C92C-789058E644BB}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MSGraph", "generated\Resources\MSGraph.Autorest\Az.MSGraph.csproj", "{7E377CC6-396A-11BB-8A8C-BB155605F892}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Policy", "generated\Resources\Policy.Autorest\Az.Policy.csproj", "{82602DCC-C3FB-80FF-A7E6-22D34B402071}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ScVmm", "ScVmm", "{04172FE3-981E-D375-1A49-FF2FD8541661}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ScVmm", "generated\ScVmm\ScVmm.Autorest\Az.ScVmm.csproj", "{067D3D92-C988-642E-3D5A-3F13CD220309}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Security", "Security", "{2198090E-B5B1-9026-6ACD-CA7ABC81F25C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DefenderForStorage", "generated\Security\DefenderForStorage.Autorest\Az.DefenderForStorage.csproj", "{E02407C0-64E2-A630-B124-8A28F9F0C9E6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Security", "generated\Security\Security.Autorest\Az.Security.csproj", "{5F7C1ED6-6D8E-40DF-323D-A94E35EBE9AB}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SecurityInsights", "SecurityInsights", "{20CE1243-00A9-ED79-30F0-427AA537CDB6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.SecurityInsights", "generated\SecurityInsights\SecurityInsights.Autorest\Az.SecurityInsights.csproj", "{FD4ED881-244F-B6DA-DBB6-D0FF62FD5B7D}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SelfHelp", "SelfHelp", "{23B8EA5A-B7B1-B9B5-7951-259667B8E1BC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.SelfHelp", "generated\SelfHelp\SelfHelp.Autorest\Az.SelfHelp.csproj", "{E16F2DA3-2C3B-C0DE-E441-E4489ECF2F7A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ServiceBus", "ServiceBus", "{661E8EB7-7732-B971-7412-95A952C6397E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ServiceBus", "generated\ServiceBus\ServiceBus.Autorest\Az.ServiceBus.csproj", "{2CE2B6A2-A8B3-75A7-4543-D76139730909}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ServiceLinker", "ServiceLinker", "{76E4E480-0093-74EB-C4F5-765FC90CEE20}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ServiceLinker", "generated\ServiceLinker\ServiceLinker.Autorest\Az.ServiceLinker.csproj", "{CAFDE696-EA76-07B8-4F31-1AEA8D273E09}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SignalR", "SignalR", "{0A09EB46-4B51-9B0D-2A4F-2E2853A64046}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.SignalR", "generated\SignalR\SignalR.Autorest\Az.SignalR.csproj", "{F09145ED-0386-4DC0-48A2-1653821A1FD1}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Site", "Site", "{5014F0D9-AF93-2352-ED06-9D3816239D50}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Site", "generated\Site\Site.Autorest\Az.Site.csproj", "{4E51ED34-4F19-68C6-2A4B-2D2209B6ECA8}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sphere", "Sphere", "{90337BB3-E373-B09F-3CC7-A0F74F5EDFE2}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Sphere", "generated\Sphere\Sphere.Autorest\Az.Sphere.csproj", "{6A8012C8-9BB1-EAA2-2D98-0C995D3B019A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SpringCloud", "SpringCloud", "{27469D81-66DA-0354-2AC2-2AAAF69E563C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.SpringCloud", "generated\SpringCloud\SpringCloud.Autorest\Az.SpringCloud.csproj", "{25BC6860-A7D1-DCE2-F2F6-40E3EBF495FB}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SqlVirtualMachine", "SqlVirtualMachine", "{BD568D95-D0F7-3C3E-D2C7-5441C9E926DB}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.SqlVirtualMachine", "generated\SqlVirtualMachine\SqlVirtualMachine.Autorest\Az.SqlVirtualMachine.csproj", "{22147EC9-3282-F642-55BE-60485B4F4303}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StackHCI", "StackHCI", "{71A20A40-7E54-3B85-F160-5006A76A6AD7}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.StackHCI", "generated\StackHCI\StackHCI.Autorest\Az.StackHCI.csproj", "{31246B5A-07E2-E38A-5993-A377F80691A6}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StackHCIVM", "StackHCIVM", "{B769C41B-70CE-370B-78F1-A639F5B141C6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.StackHCIVM", "generated\StackHCIVM\StackHCIVM.Autorest\Az.StackHCIVM.csproj", "{BEAA6DCA-4D48-9D6F-418A-C866DCB27826}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StandbyPool", "StandbyPool", "{10C52022-6736-9CE7-F7B3-B8444D679D7A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.StandbyPool", "generated\StandbyPool\StandbyPool.Autorest\Az.StandbyPool.csproj", "{57538DAC-2113-A3F3-AD89-2566A872DF36}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Storage", "Storage", "{D31F8193-CF91-D1CE-8FBB-44BF127BCA49}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Storage", "generated\Storage\Storage.Autorest\Az.Storage.csproj", "{392643E6-0694-45C0-EDEA-F07DF82C0006}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StorageAction", "StorageAction", "{4FE99F45-1ABF-E2D6-264C-D68C28DF7F78}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.StorageAction", "generated\StorageAction\StorageAction.Autorest\Az.StorageAction.csproj", "{EE6EB745-E058-397C-FE69-DEB8E3A9D5CF}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StorageCache", "StorageCache", "{442BF024-525E-4782-F7F9-3D691234580B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.StorageCache", "generated\StorageCache\StorageCache.Autorest\Az.StorageCache.csproj", "{BFBB8525-EFBD-D66C-B293-9BC1A4B263B0}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StorageDiscovery", "StorageDiscovery", "{B3C6A873-9830-1654-751B-E72830798701}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.StorageDiscovery", "generated\StorageDiscovery\StorageDiscovery.Autorest\Az.StorageDiscovery.csproj", "{92952AC3-6725-914E-3924-51E355AEC652}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StorageMover", "StorageMover", "{685CF2F5-7F50-8C19-A3D7-F1262171D9BD}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.StorageMover", "generated\StorageMover\StorageMover.Autorest\Az.StorageMover.csproj", "{0B4F1735-86E3-5179-EADC-91787CD1106C}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StreamAnalytics", "StreamAnalytics", "{8B1B85F2-EEC9-3BAC-B1D3-0477C403E8ED}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.StreamAnalytics", "generated\StreamAnalytics\StreamAnalytics.Autorest\Az.StreamAnalytics.csproj", "{3364286C-4956-E5F1-EE07-1AE45A358B5B}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Subscription", "Subscription", "{C40A048D-354A-B289-D47B-C58C3DF4445F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Subscription", "generated\Subscription\Subscription.Autorest\Az.Subscription.csproj", "{400F5172-E82D-5F29-65B6-178DEBE39F5F}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Support", "Support", "{473C7A47-23F5-BBD8-F91B-1AD8935995FE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Support", "generated\Support\Support.Autorest\Az.Support.csproj", "{79DB9FB0-8CE0-B7EA-2C1C-C62964EA737D}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Synapse", "Synapse", "{E884015C-1F4C-85D7-7095-8059D57A3FD3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Synapse", "generated\Synapse\Synapse.Autorest\Az.Synapse.csproj", "{C68FB1D4-9CCD-EF1B-0249-E0C7346D9959}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Terraform", "Terraform", "{C0366940-CA0C-340D-FC45-E9C018D21975}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Terraform", "generated\Terraform\Terraform.Autorest\Az.Terraform.csproj", "{93709766-638E-9E06-B44E-B2B72C6641CB}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TimeSeriesInsights", "TimeSeriesInsights", "{D8E2C947-08B8-BF39-93FB-BC5EBAAAE758}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.TimeSeriesInsights", "generated\TimeSeriesInsights\TimeSeriesInsights.Autorest\Az.TimeSeriesInsights.csproj", "{99F30C23-47A7-EE66-8159-66DDEF58E17E}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TrustedSigning", "TrustedSigning", "{D6BBF30D-19C1-BE53-E908-FBE1F5E63902}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.TrustedSigning", "generated\TrustedSigning\TrustedSigning.Autorest\Az.TrustedSigning.csproj", "{2B976FC6-C8BF-59A3-1E63-30C02AF9379F}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "VMware", "VMware", "{044CCC8B-48D6-F275-040B-98C08733AB44}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.VMware", "generated\VMware\VMware.Autorest\Az.VMware.csproj", "{A73020A9-B580-3C57-7ACF-712E2324556A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "VoiceServices", "VoiceServices", "{3018FBD1-624A-4A2D-EDD9-7C3108062851}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.VoiceServices", "generated\VoiceServices\VoiceServices.Autorest\Az.VoiceServices.csproj", "{1A95B8A6-BB78-66BB-3A14-70CD165FE284}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Websites", "Websites", "{F6B44823-EBC2-6EE6-8273-9822FF869175}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Websites", "generated\Websites\Websites.Autorest\Az.Websites.csproj", "{0444ED66-3C12-EBEA-65AD-EA4E80C70C8D}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WeightsAndBiases", "WeightsAndBiases", "{E1E79AD0-6D85-76C1-272B-E450B802B874}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.WeightsAndBiases", "generated\WeightsAndBiases\WeightsAndBiases.Autorest\Az.WeightsAndBiases.csproj", "{55BF993A-22BB-317E-08B8-6844A4B37909}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WindowsIotServices", "WindowsIotServices", "{EA9DEB29-A6A3-2C8F-D3A4-7427CF6AA371}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.WindowsIotServices", "generated\WindowsIotServices\WindowsIotServices.Autorest\Az.WindowsIotServices.csproj", "{57135CB8-C66C-EF21-11F3-43A4B2083B96}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workloads", "Workloads", "{1CE51BBA-6EC5-0BBE-F22B-2445E1321635}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Monitors", "generated\Workloads\Monitors.Autorest\Az.Monitors.csproj", "{677807F6-33AF-4F2E-5C27-489E7C75BAD2}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.SapVirtualInstance", "generated\Workloads\SapVirtualInstance.Autorest\Az.SapVirtualInstance.csproj", "{433EA08F-A806-FFD3-0A97-3E2343B62902}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "InstallerChecks", "InstallerChecks", "{165F845F-7E86-2C4C-B348-B197B61127F3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InstallerChecks", "setup\InstallerChecks\InstallerChecks\InstallerChecks.csproj", "{C0700042-9302-4802-1257-16CE08A2F6A6}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Accounts", "Accounts", "{A3AC93A5-4512-48EA-6F7F-18FAB7D90316}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "src\Accounts\Accounts\Accounts.csproj", "{6C7D356E-7A9A-38FD-BDA6-815C12D1A07B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts.Test", "src\Accounts\Accounts.Test\Accounts.Test.csproj", "{E5B66C42-2CD5-1155-BFCB-9CD2FC91D85D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "src\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{69A945C3-3DA0-3FFD-085E-92C793F2D078}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading.Test", "src\Accounts\AssemblyLoading.Test\AssemblyLoading.Test.csproj", "{17B7A0D0-C44F-83B0-1993-1811AA448739}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "src\Accounts\Authentication\Authentication.csproj", "{7D5F5FDD-9746-E3AF-B039-1929454F4E02}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "src\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{714E8198-D2DA-B1CF-516C-321DD18EF50D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.Test", "src\Accounts\Authentication.Test\Authentication.Test.csproj", "{3229132E-66B4-E9C6-AD7E-266E5C750103}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "src\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{C7B09FB6-13F5-BE62-B3E4-9F4363887945}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "src\Accounts\Authenticators\Authenticators.csproj", "{4360B94E-BF9F-F428-3862-5FDC7654E8A4}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ADDomainServices", "ADDomainServices", "{4B1B95F2-CB71-906E-886E-E38C01C273CB}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ADDomainServices", "src\ADDomainServices\ADDomainServices\ADDomainServices.csproj", "{C9297162-6CB0-4D14-B04E-94AF6A638C05}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Advisor", "Advisor", "{42976835-488A-3417-3591-E5439C64408C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Advisor", "src\Advisor\Advisor\Advisor.csproj", "{E1F07FEB-9AD1-B843-946B-B14EA9A7A02A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Aks", "Aks", "{B04A0E39-18FD-D5EB-D4EF-5379AC6FAFCC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aks", "src\Aks\Aks\Aks.csproj", "{C9237CED-1CAC-AA7B-7330-769C20F43E65}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aks.Management.Sdk", "src\Aks\Aks.Management.Sdk\Aks.Management.Sdk.csproj", "{1DC9225A-9F07-EC98-90CB-47219EA2B067}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aks.Test", "src\Aks\Aks.Test\Aks.Test.csproj", "{692BE0A7-63BE-1321-68AC-68C178F4C356}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AksArc", "AksArc", "{E6883713-047A-791D-7891-56B8AA32186C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AksArc", "src\AksArc\AksArc\AksArc.csproj", "{4111645C-179D-4133-786D-2A59B0A36BAB}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Alb", "Alb", "{2410F7ED-CFEC-728D-1727-5182A699649F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Alb", "src\Alb\Alb\Alb.csproj", "{A0CF1CA9-6C3F-8834-14D2-92C40BDAAA81}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AlertsManagement", "AlertsManagement", "{229B168B-6E38-FEA3-DE0A-BFD2C461DA07}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlertsManagement", "src\AlertsManagement\AlertsManagement\AlertsManagement.csproj", "{23B70FEF-D84C-A5C7-558C-D53C2965C184}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlertsManagement.Management.Sdk", "src\AlertsManagement\AlertsManagement.Management.Sdk\AlertsManagement.Management.Sdk.csproj", "{C3AEA160-1132-CD7F-B097-7AB02A5B1D37}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlertsManagement.Test", "src\AlertsManagement\AlertsManagement.Test\AlertsManagement.Test.csproj", "{6319E8C1-976B-B973-2050-602B2EE02DA1}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AnalysisServices", "AnalysisServices", "{359F56FB-91A7-C6DB-EA20-DDF3AAEBB707}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnalysisServices", "src\AnalysisServices\AnalysisServices\AnalysisServices.csproj", "{14CCCD21-0BC5-A063-26E4-9E723A50FAA4}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnalysisServices.Dataplane", "src\AnalysisServices\AnalysisServices.Dataplane\AnalysisServices.Dataplane.csproj", "{B5751CFC-F770-EDC5-DFA3-C678AF663266}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnalysisServices.Management.Sdk", "src\AnalysisServices\AnalysisServices.Management.Sdk\AnalysisServices.Management.Sdk.csproj", "{0DBADC96-3076-4FB7-9AF9-B9DEDE5CDA4F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnalysisServices.Test", "src\AnalysisServices\AnalysisServices.Test\AnalysisServices.Test.csproj", "{3BD9D05F-CDB7-7F79-E400-E4B31097AA7A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ApiManagement", "ApiManagement", "{F721E672-6C5D-DBEE-6665-316A7945ED69}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApiManagement", "src\ApiManagement\ApiManagement\ApiManagement.csproj", "{CA960AC5-7C56-FACE-BE9E-77FA97250A12}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApiManagement.Management.Sdk", "src\ApiManagement\ApiManagement.Management.Sdk\ApiManagement.Management.Sdk.csproj", "{7662953E-71A7-2D33-6320-CC9B0F3E2D00}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApiManagement.ServiceManagement", "src\ApiManagement\ApiManagement.ServiceManagement\ApiManagement.ServiceManagement.csproj", "{A0C3C3FA-68BC-ED95-88E0-458654AED481}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApiManagement.ServiceManagement.Test", "src\ApiManagement\ApiManagement.ServiceManagement.Test\ApiManagement.ServiceManagement.Test.csproj", "{4271BCC9-6553-FACE-BC3D-6262EA3BC18A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApiManagement.Test", "src\ApiManagement\ApiManagement.Test\ApiManagement.Test.csproj", "{D597C8F9-47E5-96DB-BDFD-B49DE3FA0721}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "App", "App", "{547E75E0-49BC-27F6-65D6-DF25CFFB661A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App", "src\App\App\App.csproj", "{23F1A523-479B-B1D7-D5B0-7F73A3390F87}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AppComplianceAutomation", "AppComplianceAutomation", "{B6F0121A-514A-C6C1-77D4-39B65F86B336}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppComplianceAutomation", "src\AppComplianceAutomation\AppComplianceAutomation\AppComplianceAutomation.csproj", "{74DC1BEA-C966-DA0B-25BA-2303287BA60C}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AppConfiguration", "AppConfiguration", "{4C3C228B-A559-738B-DD65-0A3DC1823982}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppConfiguration", "src\AppConfiguration\AppConfiguration\AppConfiguration.csproj", "{AF684CC5-95BD-B6A9-419F-91A8C606D9A6}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ApplicationInsights", "ApplicationInsights", "{007306D6-83FF-99C3-A6F1-F412E5369F08}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApplicationInsights", "src\ApplicationInsights\ApplicationInsights\ApplicationInsights.csproj", "{6D98A1E6-A267-3241-E046-04A707BE92B4}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ArcGateway", "ArcGateway", "{CB8FAE1A-D004-23CD-5C39-F0AB587748C3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArcGateway", "src\ArcGateway\ArcGateway\ArcGateway.csproj", "{E99D74D6-6572-D37B-D908-A16CEBB5F478}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ArcResourceBridge", "ArcResourceBridge", "{C3465537-7452-98BA-AD13-9DC7271F326D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArcResourceBridge", "src\ArcResourceBridge\ArcResourceBridge\ArcResourceBridge.csproj", "{519318F6-5A66-2DA0-C817-77B8EBDA1FDA}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ArizeAI", "ArizeAI", "{1813F6FD-FECA-4DF3-6777-D076EC407ADE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArizeAI", "src\ArizeAI\ArizeAI\ArizeAI.csproj", "{49FC2530-E874-C32C-FE67-8B17CE69C303}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Astro", "Astro", "{45B3F24E-C209-09D5-C306-0C3D2C5D4FD8}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Astro", "src\Astro\Astro\Astro.csproj", "{9782EA50-8D24-923D-7CB0-A0E5B2BE8183}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Attestation", "Attestation", "{596293AE-24AD-AC21-B7EC-B19F94AC1EDE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Attestation", "src\Attestation\Attestation\Attestation.csproj", "{02B31539-B632-F836-F52F-153F262E4B68}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Attestation.Management.Sdk", "src\Attestation\Attestation.Management.Sdk\Attestation.Management.Sdk.csproj", "{424DA922-85CD-02B4-B083-379B72CE70A7}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Attestation.Test", "src\Attestation\Attestation.Test\Attestation.Test.csproj", "{7ED6148C-D80F-FAB5-B426-692480BAE1E9}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Automanage", "Automanage", "{4C15B95A-1889-1E68-4A96-E43D90FA20EA}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Automanage", "src\Automanage\Automanage\Automanage.csproj", "{16EA558F-6CA6-D77A-6E49-BEAB4A5A0628}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Automation", "Automation", "{5B419EA9-E5FB-FD06-7826-95E66DB71D11}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Automation", "src\Automation\Automation\Automation.csproj", "{A8367BCC-5992-8E5C-9333-3800EC27C66A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Automation.Management.Sdk", "src\Automation\Automation.Management.Sdk\Automation.Management.Sdk.csproj", "{C514BA3C-0BE9-06EA-7700-81BA7358BA3D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Automation.Test", "src\Automation\Automation.Test\Automation.Test.csproj", "{3D86415F-A76A-5073-7210-B6997FDF2FC1}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BareMetal", "BareMetal", "{39B18799-ACA9-0F5E-4546-BB678F6B7286}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BareMetal", "src\BareMetal\BareMetal\BareMetal.csproj", "{11D75697-65C3-3812-A365-FEB0D1540046}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Batch", "Batch", "{62CE2167-038D-FE17-3608-BBCA5AF7C61B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Batch", "src\Batch\Batch\Batch.csproj", "{80A0A81D-EFD3-92D4-4421-6BC177C7E048}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Batch.Management.Sdk", "src\Batch\Batch.Management.Sdk\Batch.Management.Sdk.csproj", "{1AE09BEC-D7C0-CCB8-6267-6C132F0BBD63}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Batch.Test", "src\Batch\Batch.Test\Batch.Test.csproj", "{E591DAE2-327D-8E85-4EC3-595FD974241C}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Billing", "Billing", "{FF060368-6B1E-E30E-2C06-7320FAB64058}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Billing", "src\Billing\Billing\Billing.csproj", "{B743BE01-881E-4F50-5703-9903CC129F43}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Billing.Test", "src\Billing\Billing.Test\Billing.Test.csproj", "{C48620D3-BA48-97E1-0269-D61533D4F99C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Consumption", "src\Billing\Consumption\Consumption.csproj", "{E46C5899-3232-DCE6-800D-2AD3966E53A6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Consumption.Test", "src\Billing\Consumption.Test\Consumption.Test.csproj", "{11A9F714-D872-EF5B-E741-0B6BE56EA9A9}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UsageAggregates", "src\Billing\UsageAggregates\UsageAggregates.csproj", "{D249420A-99B6-8301-001E-C6DA6ED37883}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UsageAggregates.Test", "src\Billing\UsageAggregates.Test\UsageAggregates.Test.csproj", "{F27D687C-2208-17E9-7734-189734F2F580}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BillingBenefits", "BillingBenefits", "{F5EFB701-4202-C399-3C4C-73941477056D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BillingBenefits", "src\BillingBenefits\BillingBenefits\BillingBenefits.csproj", "{30058239-BE5D-C3F6-85D7-DB84FD5BD708}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Blueprint", "Blueprint", "{6B0B9F56-478B-97DE-B1DD-65DD66F424F9}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Blueprint", "src\Blueprint\Blueprint\Blueprint.csproj", "{0C000837-0983-5978-E947-C2323616A45E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Blueprint.Management.Sdk", "src\Blueprint\Blueprint.Management.Sdk\Blueprint.Management.Sdk.csproj", "{817F3615-503D-ED18-A5ED-8C9FFFB318A0}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Blueprint.Test", "src\Blueprint\Blueprint.Test\Blueprint.Test.csproj", "{135F5CE0-0C74-298E-8523-AC9B28A3EED3}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BotService", "BotService", "{FCFA7CF0-2DE6-018D-0C6D-396432846202}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BotService", "src\BotService\BotService\BotService.csproj", "{DFEE61BC-4DD6-206A-8523-E2156C7FC5F4}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Carbon", "Carbon", "{8059879D-AE5D-E09A-BB26-0317C01CD438}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Carbon", "src\Carbon\Carbon\Carbon.csproj", "{B9B5D072-7965-7C60-4FEC-A23DF7CB08A5}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Cdn", "Cdn", "{495EE68D-8CDE-5D43-C2A3-E887D5335837}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cdn", "src\Cdn\Cdn\Cdn.csproj", "{77ADDAC4-3574-C289-AC66-8D189A043262}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ChangeAnalysis", "ChangeAnalysis", "{89FF845D-CA1C-DCC2-3773-A674DF4934D2}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChangeAnalysis", "src\ChangeAnalysis\ChangeAnalysis\ChangeAnalysis.csproj", "{60C21DDE-F54B-4B29-BBF5-387664037203}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Chaos", "Chaos", "{C3176AFE-8E07-8EA1-F617-05757745E9B6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chaos", "src\Chaos\Chaos\Chaos.csproj", "{4D43A965-1AAC-AA35-256B-A537B3C36A93}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CloudHsm", "CloudHsm", "{51080A09-4FD7-147E-20FA-DE0A3612666A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudHsm", "src\CloudHsm\CloudHsm\CloudHsm.csproj", "{BF23C087-3228-015B-D5D8-12AB74D4FF36}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CloudService", "CloudService", "{375B963B-70EC-42FB-2C9D-053049F2C02B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudService", "src\CloudService\CloudService\CloudService.csproj", "{74ABDE48-1F8E-E67A-2EC9-DBB471A03092}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CognitiveServices", "CognitiveServices", "{30031318-CF6C-A225-A661-233CE16F3247}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CognitiveServices", "src\CognitiveServices\CognitiveServices\CognitiveServices.csproj", "{A76F4ACB-5018-89F3-1A68-7E92F9D16E7D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CognitiveServices.Management.Sdk", "src\CognitiveServices\CognitiveServices.Management.Sdk\CognitiveServices.Management.Sdk.csproj", "{2AAE4059-BB17-1F2F-5A32-66937648699E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CognitiveServices.Test", "src\CognitiveServices\CognitiveServices.Test\CognitiveServices.Test.csproj", "{1C9598D4-9652-C1E6-1DA5-D7C45EF99A55}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Communication", "Communication", "{42AA32C4-1DB0-2C46-8A19-9CF10807ECC8}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Communication", "src\Communication\Communication\Communication.csproj", "{59AC3432-BCE2-9ABA-37F7-752750D3E953}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Compute", "Compute", "{EA48933A-4641-3C2F-5F39-D3885B22D9D8}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Compute", "src\Compute\Compute\Compute.csproj", "{98878709-F986-4B20-EFED-491524EDA444}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Compute.AlcWrapper", "src\Compute\Compute.AlcWrapper\Compute.AlcWrapper.csproj", "{31DE32F5-9A50-0924-5FB5-61423571503C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Compute.Helpers", "src\Compute\Compute.Helpers\Compute.Helpers.csproj", "{D9D38D65-8565-3E2D-A7E6-DE74A344C7B9}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Compute.Management.Sdk", "src\Compute\Compute.Management.Sdk\Compute.Management.Sdk.csproj", "{5F043DC9-AF61-8704-3DEE-A0FFF8069856}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Compute.Test", "src\Compute\Compute.Test\Compute.Test.csproj", "{7000F966-FFE0-CC4F-ADBB-87EDE328D78A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ComputeFleet", "ComputeFleet", "{2C111F4E-E86B-C35F-8C75-0E148621FA9D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComputeFleet", "src\ComputeFleet\ComputeFleet\ComputeFleet.csproj", "{93C7A9A7-8DD0-471B-6CDB-C651D3AA2B79}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ComputeSchedule", "ComputeSchedule", "{C135FDE1-0CF7-B978-907D-C0ECDCD45CF1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComputeSchedule", "src\ComputeSchedule\ComputeSchedule\ComputeSchedule.csproj", "{3A877014-8738-80A2-86DE-A9FCF30A12D7}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ConfidentialLedger", "ConfidentialLedger", "{C345312D-5A55-D1B7-7768-24B12DBF9BAC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConfidentialLedger", "src\ConfidentialLedger\ConfidentialLedger\ConfidentialLedger.csproj", "{01902755-CACF-C6CE-49BD-C41FA55E0026}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Confluent", "Confluent", "{18B3E6C8-E3A9-2EC9-FEAF-5AC734437B80}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Confluent", "src\Confluent\Confluent\Confluent.csproj", "{072F852E-B8CC-868D-5304-7A511DDBFFCF}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ConnectedKubernetes", "ConnectedKubernetes", "{2213CE10-14D2-0FEC-5E4B-3444329BCCAC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConnectedKubernetes", "src\ConnectedKubernetes\ConnectedKubernetes\ConnectedKubernetes.csproj", "{5260FE41-7E4C-F897-D9CC-73278B09D682}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ConnectedMachine", "ConnectedMachine", "{162D7BC4-06C4-7E3B-668A-5B4587B74899}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConnectedMachine", "src\ConnectedMachine\ConnectedMachine\ConnectedMachine.csproj", "{B11855E5-8BB3-D9A9-FDB0-EFB924EBF4B1}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ConnectedNetwork", "ConnectedNetwork", "{3165767C-A6D1-D0AC-8A07-E6AE60F4950C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConnectedNetwork", "src\ConnectedNetwork\ConnectedNetwork\ConnectedNetwork.csproj", "{A1D601F7-5C63-29E6-5D54-955306AD6C18}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ConnectedVMware", "ConnectedVMware", "{0B560ACC-F317-1856-C05A-F4722FDE67C6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConnectedVMware", "src\ConnectedVMware\ConnectedVMware\ConnectedVMware.csproj", "{677F9FB3-9158-B33C-A7DA-37E145E02C17}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ContainerInstance", "ContainerInstance", "{24B83AEB-9775-1A61-B3AC-47A50B760F05}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContainerInstance", "src\ContainerInstance\ContainerInstance\ContainerInstance.csproj", "{448AF13A-B511-694B-7F9E-3F900750DCCB}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ContainerRegistry", "ContainerRegistry", "{DB13E43D-B96D-F2E8-CB50-D81D78C71DC9}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContainerRegistry", "src\ContainerRegistry\ContainerRegistry\ContainerRegistry.csproj", "{BD202BDA-91FC-77BB-AFE7-E7971C58E3F8}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CosmosDB", "CosmosDB", "{A7B7AD3A-71CB-D300-B2A6-58484FC93188}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CosmosDB", "src\CosmosDB\CosmosDB\CosmosDB.csproj", "{3D00CF58-9654-5FD1-4C4A-B5A0C4F74EF7}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CosmosDB.Management.Sdk", "src\CosmosDB\CosmosDB.Management.Sdk\CosmosDB.Management.Sdk.csproj", "{98500B04-95FA-63D3-19E2-038DE211D023}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CosmosDB.Test", "src\CosmosDB\CosmosDB.Test\CosmosDB.Test.csproj", "{ACB2CE15-A274-4FD7-F9C6-358C067C2957}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CostManagement", "CostManagement", "{DB2605BB-2901-503B-2192-610C9EE0FDF1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CostManagement", "src\CostManagement\CostManagement\CostManagement.csproj", "{3F54CA18-4F28-68F6-B078-74DB3EC290E1}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CustomLocation", "CustomLocation", "{3A1D654A-4363-DE2E-B3EF-DAC9FD2AC042}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomLocation", "src\CustomLocation\CustomLocation\CustomLocation.csproj", "{A41B7CC9-211A-DF08-CFE1-CD8312670132}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CustomProviders", "CustomProviders", "{E599542B-A724-B08E-EC34-0DE52B7AD707}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomProviders", "src\CustomProviders\CustomProviders\CustomProviders.csproj", "{54F23E01-306B-3482-B911-6366E66ED944}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dashboard", "Dashboard", "{2ED26E08-A604-AD0F-BE44-6AAEB1445B73}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dashboard", "src\Dashboard\Dashboard\Dashboard.csproj", "{9A2BF611-8CC3-149A-9721-2C62505251E3}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DataBox", "DataBox", "{F3394424-F828-CFE9-E85F-2C028CEC708F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataBox", "src\DataBox\DataBox\DataBox.csproj", "{5D48358D-B66B-4C3F-883B-5CBC0EA275BD}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DataBoxEdge", "DataBoxEdge", "{22C8ACA7-0257-076C-E042-F1F6AA4CD5D6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataBoxEdge", "src\DataBoxEdge\DataBoxEdge\DataBoxEdge.csproj", "{C05AF12D-95CE-5321-DDCB-6AD810FBDCC6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataBoxEdge.Management.Sdk", "src\DataBoxEdge\DataBoxEdge.Management.Sdk\DataBoxEdge.Management.Sdk.csproj", "{03846D87-785C-791C-F277-F8A603769300}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataBoxEdge.Test", "src\DataBoxEdge\DataBoxEdge.Test\DataBoxEdge.Test.csproj", "{3124684B-BAA3-F9CA-68B7-A00BDB546BF4}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Databricks", "Databricks", "{E42CB9B1-F76E-4E8E-7F61-6385CCB25EE8}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Databricks", "src\Databricks\Databricks\Databricks.csproj", "{7221FDCE-F248-4FEB-F2E4-09DEEBBE6FCB}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Datadog", "Datadog", "{022426C5-8AC5-C44F-9E9E-9E35BA49A685}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Datadog", "src\Datadog\Datadog\Datadog.csproj", "{05B901B5-E6A1-A2EF-48CF-6E74EFB45E26}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DataFactory", "DataFactory", "{1AFD0C01-1368-7EBD-7FD4-7F0D0E425266}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataFactory", "src\DataFactory\DataFactory\DataFactory.csproj", "{88E11560-222A-8239-E432-9F5D0C577C86}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataFactory.Management.Sdk", "src\DataFactory\DataFactory.Management.Sdk\DataFactory.Management.Sdk.csproj", "{45037983-595A-72FC-3261-AFD6E95D2375}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataFactoryV1", "src\DataFactory\DataFactoryV1\DataFactoryV1.csproj", "{6C09F05F-E93C-1287-36D2-BA405D78C738}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataFactoryV1.Test", "src\DataFactory\DataFactoryV1.Test\DataFactoryV1.Test.csproj", "{917B4327-C011-E77D-D3DB-3702471FC105}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataFactoryV2", "src\DataFactory\DataFactoryV2\DataFactoryV2.csproj", "{4CF4C66F-12CF-12CC-AFB5-CA69864E0775}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataFactoryV2.Test", "src\DataFactory\DataFactoryV2.Test\DataFactoryV2.Test.csproj", "{4397C32E-13B8-D7B4-8AB7-D4718D50CE78}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DataLakeAnalytics", "DataLakeAnalytics", "{14F00DAB-E56C-A161-4844-3ED812EC46E8}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataLakeAnalytics", "src\DataLakeAnalytics\DataLakeAnalytics\DataLakeAnalytics.csproj", "{A6FB7FE5-3337-915B-83E4-50FBCDBF509A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataLakeAnalytics.Test", "src\DataLakeAnalytics\DataLakeAnalytics.Test\DataLakeAnalytics.Test.csproj", "{8C1FED88-1645-E05F-B8A1-52E805CE8634}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DataLakeStore", "DataLakeStore", "{69EEF6DA-D7C1-FA13-4400-E85B7655057B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataLakeStore", "src\DataLakeStore\DataLakeStore\DataLakeStore.csproj", "{8EA1B5BD-D86E-B871-3AC4-E375414F9282}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataLakeStore.Test", "src\DataLakeStore\DataLakeStore.Test\DataLakeStore.Test.csproj", "{03C574EF-F46D-30B7-7157-F584E190E8E5}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DataMigration", "DataMigration", "{6B182267-4EDB-DB4B-282B-5B7CB81CFB4E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataMigration", "src\DataMigration\DataMigration\DataMigration.csproj", "{25A6A8E3-B183-C3BC-FBEE-07D64FC60009}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataMigration.Management.Sdk", "src\DataMigration\DataMigration.Management.Sdk\DataMigration.Management.Sdk.csproj", "{2AD6BAF7-553B-1913-F3BF-5D234255650A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataMigration.Test", "src\DataMigration\DataMigration.Test\DataMigration.Test.csproj", "{9957A514-E95D-9B16-6423-E9EF2356E2DC}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DataProtection", "DataProtection", "{525A363D-8FFD-8255-7D01-BC5941E88749}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataProtection", "src\DataProtection\DataProtection\DataProtection.csproj", "{147BEB57-2BB8-2D2D-63DE-987F8ED4D7F5}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DataShare", "DataShare", "{65F9A85C-EF11-5882-128E-2677B7F237C5}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataShare", "src\DataShare\DataShare\DataShare.csproj", "{4F6CD8F5-FD44-6113-680C-7E40B56118D4}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataShare.Management.Sdk", "src\DataShare\DataShare.Management.Sdk\DataShare.Management.Sdk.csproj", "{92AB382E-CF14-116A-EC7D-AF5850924FD6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataShare.Test", "src\DataShare\DataShare.Test\DataShare.Test.csproj", "{6C27AAE0-85B3-2838-FF64-206ED090DA41}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DataTransfer", "DataTransfer", "{9F28EA82-BEA0-059A-0A28-BD1E2EEB1692}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataTransfer", "src\DataTransfer\DataTransfer\DataTransfer.csproj", "{01E78B49-4D7B-AF42-7079-DC98E842E381}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DedicatedHsm", "DedicatedHsm", "{0D12FCEE-14CC-87C4-0FE2-A754E7DB8C83}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DedicatedHsm", "src\DedicatedHsm\DedicatedHsm\DedicatedHsm.csproj", "{A368C128-891A-7BAA-AB55-DA513427CE20}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DependencyMap", "DependencyMap", "{EE5270A1-A291-1692-063C-6B2FF1C61F99}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DependencyMap", "src\DependencyMap\DependencyMap\DependencyMap.csproj", "{1FC72DFF-1461-AA1C-37F0-E50328BF9A0A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DesktopVirtualization", "DesktopVirtualization", "{068C93E3-2011-F626-25D1-E9EE2BF78238}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesktopVirtualization", "src\DesktopVirtualization\DesktopVirtualization\DesktopVirtualization.csproj", "{4B988C50-C246-AD1B-83C0-8751FC342972}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DevCenter", "DevCenter", "{A6B5BFB7-DACA-3682-EBBF-789B15EB8FD6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevCenter", "src\DevCenter\DevCenter\DevCenter.csproj", "{36AE5BA8-2A16-EE04-0D65-9E92DBE5CEE1}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DeviceProvisioningServices", "DeviceProvisioningServices", "{8D872D8C-429C-09BC-5BA3-0B015FDDA855}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeviceProvisioningServices", "src\DeviceProvisioningServices\DeviceProvisioningServices\DeviceProvisioningServices.csproj", "{024EECB2-3B24-6D83-1052-F503412BFF09}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeviceProvisioningServices.Management.Sdk", "src\DeviceProvisioningServices\DeviceProvisioningServices.Management.Sdk\DeviceProvisioningServices.Management.Sdk.csproj", "{874A8BDF-3AA1-9122-0C20-2B0C70ECA5A1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeviceProvisioningServices.Test", "src\DeviceProvisioningServices\DeviceProvisioningServices.Test\DeviceProvisioningServices.Test.csproj", "{BFCB96F8-1142-7F5E-64ED-0A4AA67C9442}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DeviceRegistry", "DeviceRegistry", "{DE5A7C85-BD7A-6CD4-E719-3B7782369D26}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeviceRegistry", "src\DeviceRegistry\DeviceRegistry\DeviceRegistry.csproj", "{42B28633-EC6F-8400-0A89-15436E0FB45F}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DeviceUpdate", "DeviceUpdate", "{E262FE38-B410-71B4-45A3-1082DB280C42}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeviceUpdate", "src\DeviceUpdate\DeviceUpdate\DeviceUpdate.csproj", "{41458BB7-38F8-B1E1-F981-1AF52DD89B5D}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DevTestLabs", "DevTestLabs", "{5CDB424C-6AD1-8A1E-5A8E-DA169398596C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevTestLabs", "src\DevTestLabs\DevTestLabs\DevTestLabs.csproj", "{D2E7034E-D9E1-86A0-43CD-A5D210EC1A60}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevTestLabs.Management.Sdk", "src\DevTestLabs\DevTestLabs.Management.Sdk\DevTestLabs.Management.Sdk.csproj", "{FBE36331-C0BF-A40A-DFD4-8A3AF41B0B31}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevTestLabs.Test", "src\DevTestLabs\DevTestLabs.Test\DevTestLabs.Test.csproj", "{6D29F821-EEBE-D57B-7C5F-B43D2C21B58C}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DigitalTwins", "DigitalTwins", "{9C40E042-5316-48D8-F669-4709324C28BC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DigitalTwins", "src\DigitalTwins\DigitalTwins\DigitalTwins.csproj", "{F52A39C5-D2FB-140E-59EF-B123CE6AF94C}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DisconnectedOperations", "DisconnectedOperations", "{C4404FDC-9A08-83FF-4E12-1A4576C5CEE7}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DisconnectedOperations", "src\DisconnectedOperations\DisconnectedOperations\DisconnectedOperations.csproj", "{08EEC101-1DE0-48A9-2EA7-294DC9F938B0}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DiskPool", "DiskPool", "{DA71ACD7-A346-995D-E057-C775861D2A0E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiskPool", "src\DiskPool\DiskPool\DiskPool.csproj", "{8F8BC93B-1F36-9FDB-8FE1-7021DC70A9DF}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dns", "Dns", "{29711E54-4399-EA8F-DD37-232682AF85A7}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dns", "src\Dns\Dns\Dns.csproj", "{8EF24C89-B805-8872-3D49-3D083D5E63B6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dns.Management.Sdk", "src\Dns\Dns.Management.Sdk\Dns.Management.Sdk.csproj", "{969F1F84-965F-6038-2AE9-AE8293555BC5}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dns.Test", "src\Dns\Dns.Test\Dns.Test.csproj", "{EB5E7DEC-0CA4-7C92-A91B-2AAE2B71FB87}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DnsResolver", "DnsResolver", "{0921C584-442A-2B04-F9BC-1FA912C99CD6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DnsResolver", "src\DnsResolver\DnsResolver\DnsResolver.csproj", "{685E79E2-4D25-8EF6-BD4F-7F080DA7A88D}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DynatraceObservability", "DynatraceObservability", "{640FC68D-8698-AFC5-F9C8-1E8FFCAFA9A3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynatraceObservability", "src\DynatraceObservability\DynatraceObservability\DynatraceObservability.csproj", "{F5C63603-AFAD-B152-42CB-74416A236C09}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "EdgeOrder", "EdgeOrder", "{15DE8D0C-7A5C-E5E1-2AF5-ACE3268051B3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EdgeOrder", "src\EdgeOrder\EdgeOrder\EdgeOrder.csproj", "{6B034F67-C86D-03FD-1C73-562C17A3C7C7}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "EdgeZones", "EdgeZones", "{AE670425-49EF-275E-0E23-FC399F39B787}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EdgeZones", "src\EdgeZones\EdgeZones\EdgeZones.csproj", "{787F1121-D8B3-5D88-B19D-FF8F29DF26AB}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Elastic", "Elastic", "{AD9C779F-1A7F-0A5A-EECB-B6D06D62E420}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Elastic", "src\Elastic\Elastic\Elastic.csproj", "{F77E69A6-6046-2927-1095-4239312F09D4}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ElasticSan", "ElasticSan", "{5E888541-5982-DCEB-D91C-E8DC9F6D797F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ElasticSan", "src\ElasticSan\ElasticSan\ElasticSan.csproj", "{094A1ACA-795A-2744-9A37-6935CF71F5B9}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "EventGrid", "EventGrid", "{86F10ADF-7EA3-8827-466F-6C38DDE46351}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventGrid", "src\EventGrid\EventGrid\EventGrid.csproj", "{2F52C4A0-6B9E-887E-ED86-9F6E1F2E2E30}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "EventHub", "EventHub", "{544406A9-BFA6-A197-E729-C912C87FACD8}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventHub", "src\EventHub\EventHub\EventHub.csproj", "{C882C569-8925-957B-BDF4-13BF3126E408}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventHub.Management.Sdk", "src\EventHub\EventHub.Management.Sdk\EventHub.Management.Sdk.csproj", "{B20A6621-6892-61AC-24D1-210EA0DF8E3F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventHub.Test", "src\EventHub\EventHub.Test\EventHub.Test.csproj", "{56E127DC-BCE1-E85D-9E4B-9FEA3E6A282D}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Fabric", "Fabric", "{54E440F0-F0C3-A3B5-EDFF-98C5B3685529}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fabric", "src\Fabric\Fabric\Fabric.csproj", "{21AC06BC-B8A1-8C38-F8EC-9188DBA19E00}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FirmwareAnalysis", "FirmwareAnalysis", "{AB3F07A0-E9CC-44CF-F111-101BD3FA9926}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FirmwareAnalysis", "src\FirmwareAnalysis\FirmwareAnalysis\FirmwareAnalysis.csproj", "{0033738C-CE6E-81FD-0246-CCB3B1E4121C}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Fleet", "Fleet", "{8B662CD0-9A98-A581-9EF4-7650D13BFBD3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fleet", "src\Fleet\Fleet\Fleet.csproj", "{B800F12F-D947-1650-12F6-435FA6BB84AA}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FluidRelay", "FluidRelay", "{58B4BF9E-D38C-A90F-366C-CC7A5BBBA7DE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluidRelay", "src\FluidRelay\FluidRelay\FluidRelay.csproj", "{54B1E9F6-85FA-AD91-B933-912148C041F7}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FrontDoor", "FrontDoor", "{D5F2C986-B09C-738A-0DC0-66B9B5C6BE6D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FrontDoor", "src\FrontDoor\FrontDoor\FrontDoor.csproj", "{E1F0B668-53B2-AEB7-1870-CF58F905EFA1}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Functions", "Functions", "{8ACE4114-8886-9720-B387-343844A27A5F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Functions", "src\Functions\Functions\Functions.csproj", "{584589D0-B29C-F8CF-46B7-2AAE812D0AA8}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GraphServices", "GraphServices", "{FFF6F712-B935-2464-8D15-C2AB4CEEADEE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphServices", "src\GraphServices\GraphServices\GraphServices.csproj", "{37DB9513-364D-FA43-3042-2A483234EDC8}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GuestConfiguration", "GuestConfiguration", "{50E9CA35-83DE-9CE9-13FD-6FF82C739C27}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GuestConfiguration", "src\GuestConfiguration\GuestConfiguration\GuestConfiguration.csproj", "{76443061-6A11-F8BC-8B9E-8729C00EDC13}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HanaOnAzure", "HanaOnAzure", "{6B03511B-355D-7BB1-CAF3-A0C38500244A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HanaOnAzure", "src\HanaOnAzure\HanaOnAzure\HanaOnAzure.csproj", "{1CA0853E-BAA1-0598-675F-29B1D49BB4A5}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HDInsight", "HDInsight", "{25EEA121-D537-D86E-BDC4-AE5812D633A8}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HDInsight", "src\HDInsight\HDInsight\HDInsight.csproj", "{E9450E5E-C4FD-8E75-7B0D-7D37CA336FE2}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HDInsight.Management.Sdk", "src\HDInsight\HDInsight.Management.Sdk\HDInsight.Management.Sdk.csproj", "{6D583F63-00B9-595B-3DC5-FDC7E9F48259}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HDInsight.Test", "src\HDInsight\HDInsight.Test\HDInsight.Test.csproj", "{85F649DC-9B2B-941F-7E99-4B60E76CBBD7}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HealthBot", "HealthBot", "{187CC8A3-4AF2-45FD-311B-DDFE713B0B33}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HealthBot", "src\HealthBot\HealthBot\HealthBot.csproj", "{2E63713F-A648-04CF-629F-BAFB2B62189A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HealthcareApis", "HealthcareApis", "{94E2902A-E698-D0B7-2E7C-1D4271786D80}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HealthcareApis", "src\HealthcareApis\HealthcareApis\HealthcareApis.csproj", "{F72C935F-4125-3663-5F56-DB37559A7A2C}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HealthDataAIServices", "HealthDataAIServices", "{35F57EE6-727F-7A4E-BEFA-99B29AA26E7C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HealthDataAIServices", "src\HealthDataAIServices\HealthDataAIServices\HealthDataAIServices.csproj", "{8DCCE67A-588A-B8D9-6260-FE06E8F1529F}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HPCCache", "HPCCache", "{6A3EA778-03D5-4E90-C745-C830CDFE2981}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HPCCache", "src\HPCCache\HPCCache\HPCCache.csproj", "{56736300-A0AB-DBE3-0DC4-33A463E4F617}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HPCCache.Test", "src\HPCCache\HPCCache.Test\HPCCache.Test.csproj", "{9262D965-C850-EC18-1711-BCE455557180}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ImageBuilder", "ImageBuilder", "{1B89B1F9-0011-C959-5544-C5AAD3FA80CD}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageBuilder", "src\ImageBuilder\ImageBuilder\ImageBuilder.csproj", "{5328213F-8446-13F0-8EE7-F6E49DD60F2E}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ImportExport", "ImportExport", "{9F38B886-71F2-6088-7D93-D8B69AD65E1D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImportExport", "src\ImportExport\ImportExport\ImportExport.csproj", "{CA1C6B42-BB6A-E859-D806-FE510628716B}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Informatica", "Informatica", "{3FC5A489-C699-CF3E-49A7-6B7A676AF2F2}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Informatica", "src\Informatica\Informatica\Informatica.csproj", "{9D1E53C5-A3B8-B603-A52C-64D13517FCE7}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "IotCentral", "IotCentral", "{6140412E-EAC9-75D1-C46D-94C464A1ED3A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IotCentral", "src\IotCentral\IotCentral\IotCentral.csproj", "{595D8028-FB63-33C4-60D5-AE02D1A00D7D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IotCentral.Management.Sdk", "src\IotCentral\IotCentral.Management.Sdk\IotCentral.Management.Sdk.csproj", "{46266FE2-D722-EF47-A244-5B6F23D4ADF3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IotCentral.Test", "src\IotCentral\IotCentral.Test\IotCentral.Test.csproj", "{1E580A5E-8551-32B2-D23D-98A5098DB08C}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "IotHub", "IotHub", "{BF33578D-94D7-35BB-1540-535E4609F843}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IotHub", "src\IotHub\IotHub\IotHub.csproj", "{7DE4FF6D-844C-2A16-A421-C1F1394D3864}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IotHub.Management.Sdk", "src\IotHub\IotHub.Management.Sdk\IotHub.Management.Sdk.csproj", "{A40ADBBA-06A1-C637-7EC8-D83DAF85F730}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IotHub.Test", "src\IotHub\IotHub.Test\IotHub.Test.csproj", "{FA2DDBF0-7090-916A-E4C7-579F6C2CCEB8}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "IoTOperationsService", "IoTOperationsService", "{64699EF7-A41C-EB10-0C5F-B073C8CD966F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IoTOperationsService", "src\IoTOperationsService\IoTOperationsService\IoTOperationsService.csproj", "{3C5E18C2-3FF4-92CA-526B-35FF95D16677}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "KeyVault", "KeyVault", "{A4E4C1BB-DF24-8D73-4523-26AAE1624AB1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeyVault", "src\KeyVault\KeyVault\KeyVault.csproj", "{0ACC5298-F71B-EC17-60B2-60A295823E95}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeyVault.Management.Sdk", "src\KeyVault\KeyVault.Management.Sdk\KeyVault.Management.Sdk.csproj", "{11923F90-BF00-5955-E2E4-7E0FA0FF4B69}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeyVault.Test", "src\KeyVault\KeyVault.Test\KeyVault.Test.csproj", "{2E32FC89-E099-C8DE-1994-F2BBA777836A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "KubernetesConfiguration", "KubernetesConfiguration", "{F072BF89-7174-5227-EF8E-568249FF0508}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KubernetesConfiguration", "src\KubernetesConfiguration\KubernetesConfiguration\KubernetesConfiguration.csproj", "{60AFB1DF-F31C-A1EF-9DFE-C89D18ACD5D7}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "KubernetesRuntime", "KubernetesRuntime", "{9D5FE13E-5046-CE28-A919-6C3A3C1754CC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KubernetesRuntime", "src\KubernetesRuntime\KubernetesRuntime\KubernetesRuntime.csproj", "{9D78439E-61FC-1E1C-1EF3-289923957451}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Kusto", "Kusto", "{DCD3E306-2A4D-0002-9A5C-E770DD7A67DF}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kusto", "src\Kusto\Kusto\Kusto.csproj", "{0A294956-433A-1949-C42C-8F87180D69EE}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "LabServices", "LabServices", "{4A097CB7-407A-8B8C-B64E-E0145EF1AF27}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LabServices", "src\LabServices\LabServices\LabServices.csproj", "{90A41091-4940-4778-D615-93830988CB2A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "LambdaTest", "LambdaTest", "{2DD626BF-0C42-2E7A-6892-555CD995C64E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LambdaTest", "src\LambdaTest\LambdaTest\LambdaTest.csproj", "{6CFF7984-B9FA-BD91-3F9D-E40866E8A05D}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "LoadTesting", "LoadTesting", "{D4E27E96-C949-9623-A178-C4A14F440C3C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoadTesting", "src\LoadTesting\LoadTesting\LoadTesting.csproj", "{98F5C3BD-2B39-2EB0-F14E-D17455BDFB4A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "LogicApp", "LogicApp", "{AAC33C5B-0A70-0F4C-0A0B-19398D5ADA99}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LogicApp", "src\LogicApp\LogicApp\LogicApp.csproj", "{E36DC136-3486-AE8A-4C5A-7E72A443844E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LogicApp.Management.Sdk", "src\LogicApp\LogicApp.Management.Sdk\LogicApp.Management.Sdk.csproj", "{AC43FCE7-F25F-C2F4-C1C0-4BF747519312}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LogicApp.Test", "src\LogicApp\LogicApp.Test\LogicApp.Test.csproj", "{6CDC142F-F806-837B-51B4-35D48A96D3BE}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MachineLearning", "MachineLearning", "{B28A7125-44A4-04D0-42AA-F662CCB7DD6E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MachineLearning", "src\MachineLearning\MachineLearning\MachineLearning.csproj", "{1527431A-17B0-A221-7F8B-C94402960CD3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MachineLearning.Test", "src\MachineLearning\MachineLearning.Test\MachineLearning.Test.csproj", "{FFD60310-CABE-2AC7-4E5E-0A187E09AFC7}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MachineLearningServices", "MachineLearningServices", "{ECE0BAB5-13C6-A882-5771-5A62F8395090}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MachineLearningServices", "src\MachineLearningServices\MachineLearningServices\MachineLearningServices.csproj", "{A90CCEE7-7472-3EA9-C67A-E03B124627E5}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Maintenance", "Maintenance", "{6FF35D0A-46C8-5794-1AF8-A4C034B22F8A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Maintenance", "src\Maintenance\Maintenance\Maintenance.csproj", "{9B0E6D8C-B0B2-6928-D119-2F98269AEE56}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Maintenance.Management.Sdk", "src\Maintenance\Maintenance.Management.Sdk\Maintenance.Management.Sdk.csproj", "{5734C630-C65C-690D-B884-762CC3630BEC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Maintenance.Test", "src\Maintenance\Maintenance.Test\Maintenance.Test.csproj", "{42C0F81F-0A8B-A5A7-C521-99306005A776}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ManagedNetworkFabric", "ManagedNetworkFabric", "{9CE1B478-4902-E285-6EF9-EA7F18EA8421}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedNetworkFabric", "src\ManagedNetworkFabric\ManagedNetworkFabric\ManagedNetworkFabric.csproj", "{E548A857-D1BB-7345-2C09-8380AB385DF7}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ManagedServiceIdentity", "ManagedServiceIdentity", "{3B5C6DC3-5BF3-B1E2-0C6A-9F2D8518214E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedServiceIdentity", "src\ManagedServiceIdentity\ManagedServiceIdentity\ManagedServiceIdentity.csproj", "{3DFFE143-35C4-270D-0AD5-AB65E40D8AA4}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ManagedServices", "ManagedServices", "{084AAF0C-180D-20ED-21C6-9EC7572A30FC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedServices", "src\ManagedServices\ManagedServices\ManagedServices.csproj", "{159F519F-D273-B998-FB1B-B5F8FDF584AC}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ManagementPartner", "ManagementPartner", "{B3C21E9A-5BA8-8A45-CEF7-D0B9BE583AA0}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagementPartner", "src\ManagementPartner\ManagementPartner\ManagementPartner.csproj", "{2F83E8B9-AD2E-E9E7-65EB-F723117F4D04}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagementPartner.Management.Sdk", "src\ManagementPartner\ManagementPartner.Management.Sdk\ManagementPartner.Management.Sdk.csproj", "{38700878-E598-4D7F-DC54-E3573A62E300}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagementPartner.Test", "src\ManagementPartner\ManagementPartner.Test\ManagementPartner.Test.csproj", "{38E34E7F-B582-05C8-8E55-4648330A2BE4}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Maps", "Maps", "{B317E0BA-4703-6B52-9627-8EE1B1261BE7}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Maps", "src\Maps\Maps\Maps.csproj", "{4B102FA8-969D-6914-D720-07CB4CC2A4DF}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MariaDb", "MariaDb", "{40EA5786-63AE-C295-F59C-A14A3FD4F966}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MariaDb", "src\MariaDb\MariaDb\MariaDb.csproj", "{1CBE267B-D63B-3FBD-7B47-7281287F236C}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Marketplace", "Marketplace", "{8B393C10-8FF7-75FF-2594-AAF29E15BF15}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Marketplace", "src\Marketplace\Marketplace\Marketplace.csproj", "{4D4184EB-D15E-927D-7014-3B9E982305B1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Marketplace.Management.Sdk", "src\Marketplace\Marketplace.Management.Sdk\Marketplace.Management.Sdk.csproj", "{2F4C5686-5EC9-06DA-1C44-75B541282B3D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Marketplace.Test", "src\Marketplace\Marketplace.Test\Marketplace.Test.csproj", "{2540452E-59F6-992F-1013-6059B021F9C8}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MarketplaceOrdering", "MarketplaceOrdering", "{8F4AD0F6-0664-8674-5623-0B0FC392F0BA}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarketplaceOrdering", "src\MarketplaceOrdering\MarketplaceOrdering\MarketplaceOrdering.csproj", "{4835793D-9339-06B5-1AD3-C357D8416028}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Mdp", "Mdp", "{8B8D0F07-D856-A6F4-41B2-DC40577A78C3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mdp", "src\Mdp\Mdp\Mdp.csproj", "{03FDBE9A-8589-CA0E-07DD-2019D9405091}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Migrate", "Migrate", "{8A20A77E-B267-A13F-C05E-E0E81D8172EA}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Migrate", "src\Migrate\Migrate\Migrate.csproj", "{0F6099A8-C236-3C7A-ABD8-343E19C59B5C}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MixedReality", "MixedReality", "{DABAF9A6-C354-7DFE-D6E0-1FAA85585489}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MixedReality", "src\MixedReality\MixedReality\MixedReality.csproj", "{18CB019E-783C-2AC1-ABCB-157F265D394C}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MobileNetwork", "MobileNetwork", "{BAEA5FB7-6852-8386-22E0-E96E641DD326}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MobileNetwork", "src\MobileNetwork\MobileNetwork\MobileNetwork.csproj", "{BB8510A0-CC2D-99F0-D02F-5B09A1471C3E}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MongoDB", "MongoDB", "{87782363-0C71-61F1-6BFE-56CCD4E3B271}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoDB", "src\MongoDB\MongoDB\MongoDB.csproj", "{11B53BA9-C1AD-AC36-817A-3F12A6A2CA4F}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Monitor", "Monitor", "{57F79365-79B9-BD8D-619C-F9BA2C8F8012}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Monitor", "src\Monitor\Monitor\Monitor.csproj", "{A9FAFC15-198B-8F37-FD9D-2FA9F0559447}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Monitor.Test", "src\Monitor\Monitor.Test\Monitor.Test.csproj", "{4DE2F3CE-3B1A-EC56-F578-71A7AE93C683}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MonitoringSolutions", "MonitoringSolutions", "{3F461F6F-E1A0-6A4D-FA10-10D2FF907B83}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonitoringSolutions", "src\MonitoringSolutions\MonitoringSolutions\MonitoringSolutions.csproj", "{21E7D369-593A-595E-3269-D144BCACFC3D}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MySql", "MySql", "{45195848-9FA0-4C5F-75C0-AD4BE09D158B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MySql", "src\MySql\MySql\MySql.csproj", "{71FEBFC9-EA36-3034-9882-7BF1D29E526D}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NeonPostgres", "NeonPostgres", "{56749A26-C140-4334-52BB-87348766141C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NeonPostgres", "src\NeonPostgres\NeonPostgres\NeonPostgres.csproj", "{E6CA2FAC-862D-0E27-4730-6DCB6CBED1AB}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NetAppFiles", "NetAppFiles", "{DD0369BB-1A30-D766-F607-ACD786193A87}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetAppFiles", "src\NetAppFiles\NetAppFiles\NetAppFiles.csproj", "{370C0888-5E83-A3B8-6013-C1E7E536196E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetAppFiles.Management.Sdk", "src\NetAppFiles\NetAppFiles.Management.Sdk\NetAppFiles.Management.Sdk.csproj", "{27217772-7CA5-017D-5921-D7D686CD9100}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetAppFiles.Test", "src\NetAppFiles\NetAppFiles.Test\NetAppFiles.Test.csproj", "{905733D5-D0D7-0443-B799-A42412059CDE}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Network", "Network", "{A959CB0A-E48E-2E9A-FDBD-1AD6291F023A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Network", "src\Network\Network\Network.csproj", "{409058DE-86FF-0873-F8B6-4500D1C16FCD}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Network.Management.Sdk", "src\Network\Network.Management.Sdk\Network.Management.Sdk.csproj", "{931FBB08-4148-419E-9CCA-4BDB8345A6F3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Network.Test", "src\Network\Network.Test\Network.Test.csproj", "{F5E5BDE7-BA46-5A9C-7113-C756D1BE7AC6}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NetworkAnalytics", "NetworkAnalytics", "{436DDC0E-AA96-479D-968C-30A5DDFBDA72}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetworkAnalytics", "src\NetworkAnalytics\NetworkAnalytics\NetworkAnalytics.csproj", "{62CA1B37-A18E-C680-EEB5-A0BD918E9E35}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NetworkCloud", "NetworkCloud", "{C5020472-41A7-8CEE-F0E6-F32D7D806289}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetworkCloud", "src\NetworkCloud\NetworkCloud\NetworkCloud.csproj", "{31D4F252-4394-358D-5B0A-30A7DE216EB0}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NetworkFunction", "NetworkFunction", "{0454EAF1-5746-07AD-E64F-EAB757DDFCF9}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetworkFunction", "src\NetworkFunction\NetworkFunction\NetworkFunction.csproj", "{9766E448-65F2-2558-38A6-30F50AD83A23}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NewRelic", "NewRelic", "{D2872283-E1D2-9646-9BF4-7F85C02F9487}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NewRelic", "src\NewRelic\NewRelic\NewRelic.csproj", "{ED9A7B1C-1129-749D-64B5-3218E17D5B38}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Nginx", "Nginx", "{196AB46A-7B49-159D-B7F0-42A3D0EE8061}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nginx", "src\Nginx\Nginx\Nginx.csproj", "{BEEDB84E-C702-64CD-8AF6-E9938397A665}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NotificationHubs", "NotificationHubs", "{7200EFE8-A220-1DEB-351C-688626662C99}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NotificationHubs", "src\NotificationHubs\NotificationHubs\NotificationHubs.csproj", "{BCEA759A-8DFF-871C-12E3-1D657233CDEF}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NotificationHubs.Test", "src\NotificationHubs\NotificationHubs.Test\NotificationHubs.Test.csproj", "{AAC70007-66EE-94E4-3002-39A579B510BD}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "OperationalInsights", "OperationalInsights", "{1088EDDF-34A8-0F03-1290-D520266FA302}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OperationalInsights", "src\OperationalInsights\OperationalInsights\OperationalInsights.csproj", "{2A32B243-9475-0B91-71DA-9C8384423BED}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OperationalInsights.Test", "src\OperationalInsights\OperationalInsights.Test\OperationalInsights.Test.csproj", "{D7A41547-71D6-2AD4-2F96-99F7545D2303}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Oracle", "Oracle", "{54474F52-3295-FDF1-248A-8A8AD1EE2F52}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Oracle", "src\Oracle\Oracle\Oracle.csproj", "{FB93D9E7-21CD-FBD6-76FA-D340C7705D3A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Orbital", "Orbital", "{9E8D63F4-1238-0124-E569-451E43E077EC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Orbital", "src\Orbital\Orbital\Orbital.csproj", "{2E209850-55B6-7305-AFA1-2F4F8C81D2A3}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PaloAltoNetworks", "PaloAltoNetworks", "{0F6C7BA5-9B35-3A1B-8366-66D300168E85}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PaloAltoNetworks", "src\PaloAltoNetworks\PaloAltoNetworks\PaloAltoNetworks.csproj", "{21C4CD6E-23C4-FC39-B3E8-30159FE3C674}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Peering", "Peering", "{61A65ED1-FC55-4577-5D0E-2A913B90E807}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Peering", "src\Peering\Peering\Peering.csproj", "{D16B8077-FA9E-6EC1-EC86-2817D9BD0279}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Pinecone", "Pinecone", "{869EAD0B-0EFF-9ACC-507B-64FDC55B8D8D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pinecone", "src\Pinecone\Pinecone\Pinecone.csproj", "{71975CCB-8B17-384E-EC10-6CFAE6A76024}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PolicyInsights", "PolicyInsights", "{5E35A95C-BD03-BCDA-4E50-5B2C68036B66}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PolicyInsights", "src\PolicyInsights\PolicyInsights\PolicyInsights.csproj", "{D5DE277C-0EE2-2CC5-529A-2C9012B5AE0F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PolicyInsights.Management.Sdk", "src\PolicyInsights\PolicyInsights.Management.Sdk\PolicyInsights.Management.Sdk.csproj", "{7956D589-CAB3-212C-D383-A7C663EEC073}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PolicyInsights.Test", "src\PolicyInsights\PolicyInsights.Test\PolicyInsights.Test.csproj", "{B01A93C2-8649-A099-79F6-EA54B32C8026}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Portal", "Portal", "{47D8B096-E82B-5B56-5B7B-84742B497FE3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Portal", "src\Portal\Portal\Portal.csproj", "{55F34654-179C-7445-574A-D0E1B25480E6}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PostgreSql", "PostgreSql", "{852F2A57-48A4-3199-1EF0-DB8CB8A35535}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PostgreSql", "src\PostgreSql\PostgreSql\PostgreSql.csproj", "{47E011F2-E35A-6F36-DA0B-D6D631F1D9CC}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PowerBIEmbedded", "PowerBIEmbedded", "{AFC178A0-C065-A4E9-BBD8-28BF51CB44E2}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerBI", "src\PowerBIEmbedded\PowerBI\PowerBI.csproj", "{338D0C64-21F8-997D-E59F-11DCB3201853}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerBI.Test", "src\PowerBIEmbedded\PowerBI.Test\PowerBI.Test.csproj", "{AE823608-08FF-071B-5A44-6C8FB07046E6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerBIDedicated.Management.Sdk", "src\PowerBIEmbedded\PowerBIDedicated.Management.Sdk\PowerBIDedicated.Management.Sdk.csproj", "{9EE994E5-2A2A-FCF6-DC87-B4C1EA346DDC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerBIEmbedded", "src\PowerBIEmbedded\PowerBIEmbedded\PowerBIEmbedded.csproj", "{FA078127-E28C-6755-3A5D-04785144DCC7}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerBIEmbedded.Management.Sdk", "src\PowerBIEmbedded\PowerBIEmbedded.Management.Sdk\PowerBIEmbedded.Management.Sdk.csproj", "{86AF216A-5DFF-3ADB-E7D3-FC036F35373E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerBIEmbedded.Test", "src\PowerBIEmbedded\PowerBIEmbedded.Test\PowerBIEmbedded.Test.csproj", "{3C575F0B-F620-A909-F9E9-3CB52B0A9D9C}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PrivateDns", "PrivateDns", "{0F477B59-092D-6CAC-D1E7-EF7CD546FE16}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrivateDns", "src\PrivateDns\PrivateDns\PrivateDns.csproj", "{299B98F1-58C9-8CBB-339E-1D491F76C15D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrivateDns.Management.Sdk", "src\PrivateDns\PrivateDns.Management.Sdk\PrivateDns.Management.Sdk.csproj", "{0A1753D5-6F38-FA3A-7F14-A3EF445FF2ED}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrivateDns.Test", "src\PrivateDns\PrivateDns.Test\PrivateDns.Test.csproj", "{A3BE29E6-D4FD-8ED7-C25E-6D521EF43505}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ProviderHub", "ProviderHub", "{0CCAC88A-887B-8817-1B7C-90F05A06F809}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProviderHub", "src\ProviderHub\ProviderHub\ProviderHub.csproj", "{B6ECB7B4-2FF6-2E57-4F52-B01B6469A782}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Purview", "Purview", "{5051D9B4-AC54-F8A0-E2D4-92C209F670CE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Purview", "src\Purview\Purview\Purview.csproj", "{A0DC2898-12A4-715A-A5AF-33BFA2F0DB6B}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Quantum", "Quantum", "{F86CC5BA-435F-F911-5D1C-FB91E305FE56}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Quantum", "src\Quantum\Quantum\Quantum.csproj", "{CB7002B2-AB10-6D8C-2970-90816DFAF6C4}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Qumulo", "Qumulo", "{D8426FF2-6426-7AAA-E8B1-40A68C477BA4}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Qumulo", "src\Qumulo\Qumulo\Qumulo.csproj", "{056900D7-C115-79BC-0837-AAE131CC0C6B}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Quota", "Quota", "{8A0DF32D-6FB1-0AF8-E8DD-21C3891D5119}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Quota", "src\Quota\Quota\Quota.csproj", "{D0483F52-D132-04F9-4DB7-9E5457603F58}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "RecoveryServices", "RecoveryServices", "{D277C0CD-D125-7484-F40E-979CF5ADD24D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecoveryServices", "src\RecoveryServices\RecoveryServices\RecoveryServices.csproj", "{0A5807A8-CF34-7A89-E6B0-B8924A02C980}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecoveryServices.Backup", "src\RecoveryServices\RecoveryServices.Backup\RecoveryServices.Backup.csproj", "{578AFF09-C868-A2E4-9704-629FEE7E8223}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecoveryServices.Backup.CrossRegionRestore.Management.Sdk", "src\RecoveryServices\RecoveryServices.Backup.CrossRegionRestore.Management.Sdk\RecoveryServices.Backup.CrossRegionRestore.Management.Sdk.csproj", "{830A9332-250E-EFE4-BFC4-B7AED0858D01}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecoveryServices.Backup.Helpers", "src\RecoveryServices\RecoveryServices.Backup.Helpers\RecoveryServices.Backup.Helpers.csproj", "{9245D6F4-9B45-0452-EB7E-3D64C2C17B02}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecoveryServices.Backup.Logger", "src\RecoveryServices\RecoveryServices.Backup.Logger\RecoveryServices.Backup.Logger.csproj", "{9F093256-C9F8-8E38-233F-BF7E7D35E245}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecoveryServices.Backup.Management.Sdk", "src\RecoveryServices\RecoveryServices.Backup.Management.Sdk\RecoveryServices.Backup.Management.Sdk.csproj", "{5E846791-D142-FF80-801D-F45A37F55A45}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecoveryServices.Backup.Models", "src\RecoveryServices\RecoveryServices.Backup.Models\RecoveryServices.Backup.Models.csproj", "{E4AE486E-F95A-FFFC-2021-9E521F4D9F79}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecoveryServices.Backup.Providers", "src\RecoveryServices\RecoveryServices.Backup.Providers\RecoveryServices.Backup.Providers.csproj", "{1CD56463-0EF2-7B69-A733-744DBC43500E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecoveryServices.Backup.ServiceClientAdapter", "src\RecoveryServices\RecoveryServices.Backup.ServiceClientAdapter\RecoveryServices.Backup.ServiceClientAdapter.csproj", "{1366EA33-E3C5-422F-C634-895FBEB04464}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecoveryServices.Backup.Test", "src\RecoveryServices\RecoveryServices.Backup.Test\RecoveryServices.Backup.Test.csproj", "{32E7835E-D51E-50DC-28FB-579FD4038396}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecoveryServices.Helper", "src\RecoveryServices\RecoveryServices.Helper\RecoveryServices.Helper.csproj", "{77298A2D-EDDB-DAC5-50D7-66066C2A0D38}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecoveryServices.Management.Sdk", "src\RecoveryServices\RecoveryServices.Management.Sdk\RecoveryServices.Management.Sdk.csproj", "{AAEF6E7C-2633-43D3-0852-CEF504A41385}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecoveryServices.SiteRecovery", "src\RecoveryServices\RecoveryServices.SiteRecovery\RecoveryServices.SiteRecovery.csproj", "{BCB974AC-AA15-043A-218B-8F55419FCEC2}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecoveryServices.SiteRecovery.Management.Sdk", "src\RecoveryServices\RecoveryServices.SiteRecovery.Management.Sdk\RecoveryServices.SiteRecovery.Management.Sdk.csproj", "{EC9FCB98-9AA8-CBB6-382B-CD1D702F33ED}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecoveryServices.SiteRecovery.Test", "src\RecoveryServices\RecoveryServices.SiteRecovery.Test\RecoveryServices.SiteRecovery.Test.csproj", "{71F09542-4448-6F9C-246A-1875234970E1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecoveryServices.Test", "src\RecoveryServices\RecoveryServices.Test\RecoveryServices.Test.csproj", "{CAB64A9D-6E52-2E88-FAD0-17000C2C9F11}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "RedisCache", "RedisCache", "{53830F41-E3B0-01BA-D889-E50524DE3DC6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RedisCache", "src\RedisCache\RedisCache\RedisCache.csproj", "{F71F2C76-2AE2-038E-4B81-0817F00B6A9A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RedisCache.Management.Sdk", "src\RedisCache\RedisCache.Management.Sdk\RedisCache.Management.Sdk.csproj", "{EBCEC1E2-B5A9-AE55-73B2-92B5A26E7439}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RedisCache.Test", "src\RedisCache\RedisCache.Test\RedisCache.Test.csproj", "{82456152-F2F7-112D-7C81-650AAD63FE6F}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "RedisEnterpriseCache", "RedisEnterpriseCache", "{D12B1525-1993-239B-F85B-C9AB4F986544}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RedisEnterpriseCache", "src\RedisEnterpriseCache\RedisEnterpriseCache\RedisEnterpriseCache.csproj", "{7AC180EC-A33E-FCF3-9601-5B391BC7C1F2}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Relay", "Relay", "{3E0455BC-32EA-5903-AAF6-6B5D9768BDBD}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Relay", "src\Relay\Relay\Relay.csproj", "{63AE954E-6DC2-25FC-8F0F-38CD903126C6}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Reservations", "Reservations", "{E4008CC9-FF46-04A2-B158-EB5AF3C9F893}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Reservations", "src\Reservations\Reservations\Reservations.csproj", "{FABF01E5-23FB-922D-9015-CC2152BE569B}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ResourceGraph", "ResourceGraph", "{4CFE41C8-8086-5B4D-80D3-4D29E4FC3202}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResourceGraph", "src\ResourceGraph\ResourceGraph\ResourceGraph.csproj", "{45BB01C4-1E45-479C-E84A-452391B0F8B2}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResourceGraph.Management.Sdk", "src\ResourceGraph\ResourceGraph.Management.Sdk\ResourceGraph.Management.Sdk.csproj", "{D17E29E7-01E0-7FE8-9DBF-860B18518502}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResourceGraph.Test", "src\ResourceGraph\ResourceGraph.Test\ResourceGraph.Test.csproj", "{1155E9AE-FB3D-0A57-3203-C27406ECEDA8}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ResourceMover", "ResourceMover", "{5A3FC4E4-B9A6-4340-D98C-2357E6F161F2}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResourceMover", "src\ResourceMover\ResourceMover\ResourceMover.csproj", "{4D06BA32-5613-3B4F-2C5F-E01E3F8FF782}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Resources", "Resources", "{F676C6BE-EF99-2048-AC35-147D74A4503B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authorization.Management.Sdk", "src\Resources\Authorization.Management.Sdk\Authorization.Management.Sdk.csproj", "{10D4FC0A-E378-2A68-7ECD-66BA3257C1C6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResourceManager", "src\Resources\ResourceManager\ResourceManager.csproj", "{4A27D85E-8919-D08A-AD3A-416B462D14B2}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Resources", "src\Resources\Resources\Resources.csproj", "{D5AD4654-8DB5-F31B-789F-3A92AE0CC970}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Resources.Management.Sdk", "src\Resources\Resources.Management.Sdk\Resources.Management.Sdk.csproj", "{31A4A317-19E4-5D17-FF12-970FD2C54A2C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Resources.Test", "src\Resources\Resources.Test\Resources.Test.csproj", "{10C3695A-2BB7-8E5C-5C6A-C13844E4A8CB}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tags", "src\Resources\Tags\Tags.csproj", "{CE55F690-6FBA-0066-39A4-27496CB92976}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ScVmm", "ScVmm", "{2E1694B7-C4A7-9847-E039-49313DF9CB71}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScVmm", "src\ScVmm\ScVmm\ScVmm.csproj", "{65625694-210E-2D80-43F0-DE8E94750CD7}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Search", "Search", "{048F72FF-6A29-42F2-BE38-FF66C84F8A0D}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Search", "src\Search\Search\Search.csproj", "{454BBA08-1E78-FF5D-E73F-CD6CA8B4C1FD}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Search.Management.Sdk", "src\Search\Search.Management.Sdk\Search.Management.Sdk.csproj", "{A5E1F226-F3BB-8AF5-7BAD-0CB73295EE3B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Search.Test", "src\Search\Search.Test\Search.Test.csproj", "{1116B10A-2711-EB71-37F2-7EB19A1327D1}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Security", "Security", "{C0672DDC-B16F-D231-C4B5-64C737C38FC9}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Security", "src\Security\Security\Security.csproj", "{9C0C60E8-EE3D-CABC-520C-EE3FDD276E79}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Security.Management.Sdk", "src\Security\Security.Management.Sdk\Security.Management.Sdk.csproj", "{A82CE474-F75D-7D7C-CB66-71BFDB49B904}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Security.Test", "src\Security\Security.Test\Security.Test.csproj", "{CC9AAEDA-5F51-BE21-B21D-9C1E1BFE4093}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SecurityInsights", "SecurityInsights", "{40118DE8-C822-7169-4783-A7D1F1DB0E70}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SecurityInsights", "src\SecurityInsights\SecurityInsights\SecurityInsights.csproj", "{C7E7BEE4-D16B-1F65-24BC-EDFB8252CBB0}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SelfHelp", "SelfHelp", "{C5912593-EA3E-B88D-EB1A-A9A9ED826E92}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SelfHelp", "src\SelfHelp\SelfHelp\SelfHelp.csproj", "{1C4B566B-F4C3-BEFC-5D6B-78C06C3FB2B5}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ServiceBus", "ServiceBus", "{9F327881-A7A8-7C82-A0C2-42B366F1CBC0}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBus", "src\ServiceBus\ServiceBus\ServiceBus.csproj", "{183FD426-D722-3EB3-E0D3-07511A324FD0}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBus.Management.Sdk", "src\ServiceBus\ServiceBus.Management.Sdk\ServiceBus.Management.Sdk.csproj", "{8B7A0621-37B7-0BBA-FE50-5864BEF5C0DE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBus.Test", "src\ServiceBus\ServiceBus.Test\ServiceBus.Test.csproj", "{5159617E-95EF-B862-B428-92EA175E76F7}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ServiceFabric", "ServiceFabric", "{7C90609C-9666-9F8A-4F34-EBCCCD04E394}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceFabric", "src\ServiceFabric\ServiceFabric\ServiceFabric.csproj", "{06C36F46-9094-6DDB-E82F-EBB67CE32AA6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceFabric.Management.Sdk", "src\ServiceFabric\ServiceFabric.Management.Sdk\ServiceFabric.Management.Sdk.csproj", "{A0819DF2-C22B-D21F-9373-4720BE4AB921}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceFabric.Test", "src\ServiceFabric\ServiceFabric.Test\ServiceFabric.Test.csproj", "{1CF962E8-F586-9614-F614-3525006085E5}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceFabricManagedClusters.Management.Sdk", "src\ServiceFabric\ServiceFabricManagedClusters.Management.Sdk\ServiceFabricManagedClusters.Management.Sdk.csproj", "{A91A5DE0-926C-4F83-ABBF-4ED82A860165}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ServiceLinker", "ServiceLinker", "{3481D536-D812-CBC9-FD35-9EA53A82E45B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceLinker", "src\ServiceLinker\ServiceLinker\ServiceLinker.csproj", "{457F46B8-9964-4827-6D2A-7BC2182C25B9}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sftp", "Sftp", "{C222D62D-860D-3173-E327-44F1B11C01AD}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sftp", "src\Sftp\Sftp\Sftp.csproj", "{A1910B9A-13B4-80C1-0D5E-9F4219D39F64}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sftp.Test", "src\Sftp\Sftp.Test\Sftp.Test.csproj", "{F642DF98-DE82-7B4B-C0B7-4355169DEF95}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SignalR", "SignalR", "{0A509945-DC35-5087-0357-E29822EFBE97}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SignalR", "src\SignalR\SignalR\SignalR.csproj", "{DCDC2597-5DC9-11C7-F06D-0BEB2667C94E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SignalR.Management.Sdk", "src\SignalR\SignalR.Management.Sdk\SignalR.Management.Sdk.csproj", "{639D4986-73A4-827D-E38A-FC223BBC326A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SignalR.Test", "src\SignalR\SignalR.Test\SignalR.Test.csproj", "{B174AC53-2379-1370-17BF-77CF2CE8A7F1}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Site", "Site", "{E9CB913D-9423-57E9-C8EC-390949C673A2}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Site", "src\Site\Site\Site.csproj", "{C2250AAF-D0A9-161C-0B6B-DAA66FBDB810}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sphere", "Sphere", "{AEE36F8D-D251-1FC0-4607-B2CDE97E6DA6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sphere", "src\Sphere\Sphere\Sphere.csproj", "{6AA33EF7-B2B0-5B32-372D-8EF885EBD57C}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SpringCloud", "SpringCloud", "{93083787-EDD4-BC16-CFDB-50127FA61A48}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpringCloud", "src\SpringCloud\SpringCloud\SpringCloud.csproj", "{83F50CD6-0EF9-2E9E-6628-F739264A00E7}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sql", "Sql", "{724945CC-58CB-1E14-3153-6E252E249C78}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sql", "src\Sql\Sql\Sql.csproj", "{68A423AD-5059-C646-A048-9834465B9052}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sql.LegacySdk", "src\Sql\Sql.LegacySdk\Sql.LegacySdk.csproj", "{642F0D43-6627-A431-7C19-A3378DB6FBC1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sql.Management.Sdk", "src\Sql\Sql.Management.Sdk\Sql.Management.Sdk.csproj", "{C8758702-DE05-11E2-3E3E-C26030CD0DFE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sql.Test", "src\Sql\Sql.Test\Sql.Test.csproj", "{3798006F-D913-6181-C77F-FCB7DCEBA291}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SqlVirtualMachine", "SqlVirtualMachine", "{AECE28FD-CA65-89BC-192E-7C1BEB9D261C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SqlVirtualMachine", "src\SqlVirtualMachine\SqlVirtualMachine\SqlVirtualMachine.csproj", "{725AAB9A-44DA-C7BA-8D27-7D7B979AFC34}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Ssh", "Ssh", "{944948BA-7D06-4490-467F-D80AB3BF5AD6}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ssh", "src\Ssh\Ssh\Ssh.csproj", "{3275458F-9EEC-8EE7-BDDC-BC077A8533A5}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ssh.Helpers", "src\Ssh\Ssh.Helpers\Ssh.Helpers.csproj", "{D3D65CB8-203A-1997-0662-4EAD36294139}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ssh.Test", "src\Ssh\Ssh.Test\Ssh.Test.csproj", "{76698F55-5DA5-444C-7BE6-173AFB62E445}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StackHCI", "StackHCI", "{180E2EE7-3947-8BA3-0E79-FC58FC5C53B8}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StackHCI", "src\StackHCI\StackHCI\StackHCI.csproj", "{B5822CB3-BCCE-110C-2B54-C9874E22222B}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StackHCIVM", "StackHCIVM", "{F99A789C-8448-AC8D-61E6-071B53A295DD}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StackHCIVM", "src\StackHCIVM\StackHCIVM\StackHCIVM.csproj", "{E26CA855-E921-4B55-719F-FB8B3E0E4E96}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StandbyPool", "StandbyPool", "{1CD695BE-C105-EF16-BA22-EC126FE57C59}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StandbyPool", "src\StandbyPool\StandbyPool\StandbyPool.csproj", "{E8605208-5D8E-05EB-1276-3B42A7BC2138}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Storage", "Storage", "{75755999-07F8-FCE1-5291-0A39D3ADE9A7}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storage", "src\Storage\Storage\Storage.csproj", "{CF9424DA-E485-1528-7D1C-F34B4AB1BA22}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storage.common", "src\Storage\Storage.common\Storage.common.csproj", "{83FD0E32-60C6-7942-4570-2A6F3D157013}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storage.Management", "src\Storage\Storage.Management\Storage.Management.csproj", "{EAE8EBC5-0150-DC89-1FCC-955E169E5981}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storage.Management.Sdk", "src\Storage\Storage.Management.Sdk\Storage.Management.Sdk.csproj", "{E8C4F118-A96F-687E-3031-70F1405606BE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storage.Management.Test", "src\Storage\Storage.Management.Test\Storage.Management.Test.csproj", "{CCB75047-724A-2066-B57A-6B0FE1E47C25}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storage.Test", "src\Storage\Storage.Test\Storage.Test.csproj", "{C5B6F504-4254-E6CA-5BE2-8C4DDFC4DBBC}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StorageAction", "StorageAction", "{0EB77109-6375-59C5-4615-24218A1F0C87}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StorageAction", "src\StorageAction\StorageAction\StorageAction.csproj", "{620B78FD-A5C5-3CF8-DED2-50B7A651AF9A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StorageCache", "StorageCache", "{AF46588F-1B51-60C5-FC8C-2BFC2CB36159}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StorageCache", "src\StorageCache\StorageCache\StorageCache.csproj", "{C1B8B77F-7931-F4F6-DED1-5A18A0768072}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StorageDiscovery", "StorageDiscovery", "{7419C96B-9DB5-AE1E-B3FD-F593A46F78B1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StorageDiscovery", "src\StorageDiscovery\StorageDiscovery\StorageDiscovery.csproj", "{CA5E426F-8740-7E91-FC3E-C3623BCDB1D7}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StorageMover", "StorageMover", "{7CA3FEAB-C20E-56EA-F20F-C1059B73F519}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StorageMover", "src\StorageMover\StorageMover\StorageMover.csproj", "{3E0835E6-6E61-9E5F-5F2F-8B8D0A9D2893}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StorageSync", "StorageSync", "{0498D742-5BC3-2D3A-D06F-28C0603AC450}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StorageSync", "src\StorageSync\StorageSync\StorageSync.csproj", "{7C0EB032-AC20-1753-E5E1-C25F55681D13}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StorageSync.Helper", "src\StorageSync\StorageSync.Helpers\StorageSync.Helper.csproj", "{81069640-BF21-F06A-742F-925AAB1DDD12}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StorageSync.Management.Sdk", "src\StorageSync\StorageSync.Management.Sdk\StorageSync.Management.Sdk.csproj", "{00D2C9D9-9277-5354-661D-DDEE6A9E5268}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StorageSync.Test", "src\StorageSync\StorageSync.Test\StorageSync.Test.csproj", "{349E5017-00DB-1B15-C2FF-AEDF84354BF6}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StreamAnalytics", "StreamAnalytics", "{C28A54EC-5B3B-DA51-4519-C31AEF42C8D5}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StreamAnalytics", "src\StreamAnalytics\StreamAnalytics\StreamAnalytics.csproj", "{3BA1141F-B880-1D4F-1E1C-3867FCC75C68}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Subscription", "Subscription", "{DFE96C4B-5D3A-D13A-CF68-FA6ED5CCAAF5}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Subscription", "src\Subscription\Subscription\Subscription.csproj", "{CCA7709C-6D6E-39C8-71D9-ACC62ACACA56}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Support", "Support", "{70B58008-46FF-46A7-C9F9-632CDF8FB26F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Support", "src\Support\Support\Support.csproj", "{D592309D-2B7B-61B9-89BD-726256DA96A4}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Synapse", "Synapse", "{0CF7E7C1-97C4-7B45-21F3-2295A227C6B8}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Synapse", "src\Synapse\Synapse\Synapse.csproj", "{F396FAD3-C0C0-3919-CA7C-74CD0B205C5C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Synapse.Management.Sdk", "src\Synapse\Synapse.Management.Sdk\Synapse.Management.Sdk.csproj", "{0EEB3BCD-97CF-D499-6852-89424EFD5D5C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Synapse.Test", "src\Synapse\Synapse.Test\Synapse.Test.csproj", "{7573C430-29DC-AC74-458C-48556BF70090}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Terraform", "Terraform", "{C1629250-8607-EB02-B8EF-D37086163594}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Terraform", "src\Terraform\Terraform\Terraform.csproj", "{5C1469F1-614B-C99F-06A3-DBF0AD55CBE6}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TimeSeriesInsights", "TimeSeriesInsights", "{97FE6C70-0D08-20A0-667D-D7870BCE62AF}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimeSeriesInsights", "src\TimeSeriesInsights\TimeSeriesInsights\TimeSeriesInsights.csproj", "{5BF4C962-E879-7A38-7E5F-A438D9313EB2}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TrafficManager", "TrafficManager", "{9E9B3680-D0FC-61FA-95CD-9A380C43FFA1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrafficManager", "src\TrafficManager\TrafficManager\TrafficManager.csproj", "{8F11700F-2472-05BF-3B62-97C34C9CD318}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrafficManager.Management.Sdk", "src\TrafficManager\TrafficManager.Management.Sdk\TrafficManager.Management.Sdk.csproj", "{03D7B60B-C3E2-7C26-5B87-38878CECEA1A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrafficManager.Test", "src\TrafficManager\TrafficManager.Test\TrafficManager.Test.csproj", "{5E28CD33-1EED-D73F-F545-E983864DC0EB}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TrustedSigning", "TrustedSigning", "{E25CE301-4FAC-E968-25B9-8A788588A9C4}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrustedSigning", "src\TrustedSigning\TrustedSigning\TrustedSigning.csproj", "{B7662973-DFD2-C7B1-07EF-BCA119C1A7E8}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrustedSigning.Test", "src\TrustedSigning\TrustedSigning.Test\TrustedSigning.Test.csproj", "{F8321729-1FD4-F6B8-3DBF-D9D1730274A0}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "VMware", "VMware", "{85C7B2D5-AB8D-742A-1796-7368C52036E8}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VMware", "src\VMware\VMware\VMware.csproj", "{FA015BB4-5746-1464-80D1-16C269073D6E}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "VoiceServices", "VoiceServices", "{6C8DB478-17EE-DE5D-55C0-1AB10E8C965E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VoiceServices", "src\VoiceServices\VoiceServices\VoiceServices.csproj", "{6CECF5B5-CFB1-DDA7-D341-3509F69941C9}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Websites", "Websites", "{DEF748A1-567E-F10E-3E4B-18847405DA02}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Websites", "src\Websites\Websites\Websites.csproj", "{9600F034-0BC8-782A-4C18-AF37DD363D97}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Websites.Helper", "src\Websites\Websites.Helper\Websites.Helper.csproj", "{CE721B8A-8621-E5DD-4A31-EBBC15E413BC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Websites.Test", "src\Websites\Websites.Test\Websites.Test.csproj", "{1CA26F6F-69E1-071C-8A13-926888D80A1A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WeightsAndBiases", "WeightsAndBiases", "{557B3A30-8BBC-2B1B-9D2B-BE32A53996EA}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeightsAndBiases", "src\WeightsAndBiases\WeightsAndBiases\WeightsAndBiases.csproj", "{54299340-E1EC-C0F0-9DE0-0CB186C058B6}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WindowsIotServices", "WindowsIotServices", "{0F32C134-352E-3906-1887-A88211C630DC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsIotServices", "src\WindowsIotServices\WindowsIotServices\WindowsIotServices.csproj", "{7602B90E-FB44-662B-339F-1CE7FE70C82F}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workloads", "Workloads", "{E419E344-2134-DFD0-CB2A-2CD9E6A087B2}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Workloads", "src\Workloads\Workloads\Workloads.csproj", "{0F54DC42-BE24-3025-FEA9-67A67572BD6D}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Az.Tools.Predictor", "Az.Tools.Predictor", "{E999BD39-89B5-5501-3AE1-1401A780029A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Tools.Predictor", "tools\Az.Tools.Predictor\Az.Tools.Predictor\Az.Tools.Predictor.csproj", "{A056B1E5-34CF-8105-48BB-B81FA266BF46}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Tools.Predictor.SourceGenerator", "tools\Az.Tools.Predictor\Az.Tools.Predictor.SourceGenerator\Az.Tools.Predictor.SourceGenerator.csproj", "{E0C2D635-5672-7815-D919-EAACDF4663C9}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Tools.Predictor.Test", "tools\Az.Tools.Predictor\Az.Tools.Predictor.Test\Az.Tools.Predictor.Test.csproj", "{3645E3F6-C8F1-0B6E-C9F0-377C2E915277}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MockPSConsole", "tools\Az.Tools.Predictor\MockPSConsole\MockPSConsole.csproj", "{D6D7B067-99F5-F336-48C8-13B0EA2EDE87}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AzDev", "AzDev", "{1C6BC2A9-EC45-D292-C166-5AE80C88DB75}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzDev", "tools\AzDev\src\AzDev.csproj", "{9FEDBF46-234B-C3CF-5527-9FFCCAB72344}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "tools\AzDev\Tests\Tests.csproj", "{6C7BA1F9-1290-BB83-66B7-5EB59E46829B}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BuildPackagesTask", "BuildPackagesTask", "{7D887716-E3BD-245E-7CA4-D332C44E895A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Azure.Build.Tasks", "tools\BuildPackagesTask\Microsoft.Azure.Build.Tasks\Microsoft.Azure.Build.Tasks.csproj", "{890D0D24-84D2-0836-D624-BA75DE8FD449}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Azure.Build.Tasks.Test", "tools\BuildPackagesTask\Microsoft.Azure.Build.Tasks.Test\Microsoft.Azure.Build.Tasks.Test.csproj", "{41B3C02B-D39A-1D84-9F8E-0CBAC1F72CD6}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BuildScripts", "BuildScripts", "{A2E469C0-51E5-3D9D-95E2-F70687616C40}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ModuleName", "tools\BuildScripts\Templates\Az.ModuleName.csproj", "{871B4E1E-6168-A69B-99BB-ED439FA4AFFA}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HandcraftedModule", "tools\BuildScripts\Templates\HandcraftedModule.csproj", "{8F233293-B2A6-77F0-DAD5-32D2776BEB8A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FormatPs1XmlGenerator", "FormatPs1XmlGenerator", "{783050FB-C4F4-113C-A10A-721FB5D966FA}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CmdletsForTest", "tools\FormatPs1XmlGenerator\CmdletsForTest\CmdletsForTest.csproj", "{126E1986-A4AE-7AB6-C9F8-A7EBD22F9932}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormatPs1XmlGenerator", "tools\FormatPs1XmlGenerator\FormatPs1XmlGenerator\FormatPs1XmlGenerator.csproj", "{6167A308-A21B-EA9A-C86E-5E34199B5410}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormatPs1XmlGenerator.Test", "tools\FormatPs1XmlGenerator\FormatPs1XmlGenerator.Test\FormatPs1XmlGenerator.Test.csproj", "{A9C883AC-600C-47C6-B9FB-B9ED56822473}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Gen2Master", "Gen2Master", "{0382F2D8-6481-8FFF-FDC7-61E93817A43A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.ModuleName", "tools\Gen2Master\Templates\Az.ModuleName.csproj", "{EAA91373-6603-0601-139D-D1A39353067A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HandcraftedModule", "tools\Gen2Master\Templates\HandcraftedModule.csproj", "{AE45A640-B111-BEAC-EE72-34E5C679F3C0}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "StaticAnalysis", "StaticAnalysis", "{EA27412F-2712-41D2-FF87-9A2C95A38B92}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StaticAnalysis.Test", "tools\StaticAnalysis\StaticAnalysis.Test\StaticAnalysis.Test.csproj", "{8F2FE934-08C2-CD50-F5A5-7804D783BEB2}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8D881FA7-1B06-27FE-7344-0B49448C0DC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8D881FA7-1B06-27FE-7344-0B49448C0DC8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8D881FA7-1B06-27FE-7344-0B49448C0DC8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8D881FA7-1B06-27FE-7344-0B49448C0DC8}.Release|Any CPU.Build.0 = Release|Any CPU + {EF354FB7-56A7-02A0-FB6D-0A3D57346387}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EF354FB7-56A7-02A0-FB6D-0A3D57346387}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EF354FB7-56A7-02A0-FB6D-0A3D57346387}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EF354FB7-56A7-02A0-FB6D-0A3D57346387}.Release|Any CPU.Build.0 = Release|Any CPU + {F96AAFA3-111D-94D3-DFA7-A9A13E39DA90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F96AAFA3-111D-94D3-DFA7-A9A13E39DA90}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F96AAFA3-111D-94D3-DFA7-A9A13E39DA90}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F96AAFA3-111D-94D3-DFA7-A9A13E39DA90}.Release|Any CPU.Build.0 = Release|Any CPU + {68D55A6A-A155-2FE4-3C2C-65871C1C06E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {68D55A6A-A155-2FE4-3C2C-65871C1C06E9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {68D55A6A-A155-2FE4-3C2C-65871C1C06E9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {68D55A6A-A155-2FE4-3C2C-65871C1C06E9}.Release|Any CPU.Build.0 = Release|Any CPU + {65C87BFE-2FA8-981D-A512-2FF629FDD303}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {65C87BFE-2FA8-981D-A512-2FF629FDD303}.Debug|Any CPU.Build.0 = Debug|Any CPU + {65C87BFE-2FA8-981D-A512-2FF629FDD303}.Release|Any CPU.ActiveCfg = Release|Any CPU + {65C87BFE-2FA8-981D-A512-2FF629FDD303}.Release|Any CPU.Build.0 = Release|Any CPU + {AE903C9D-F720-3F1C-7321-6ED3E957275F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AE903C9D-F720-3F1C-7321-6ED3E957275F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AE903C9D-F720-3F1C-7321-6ED3E957275F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AE903C9D-F720-3F1C-7321-6ED3E957275F}.Release|Any CPU.Build.0 = Release|Any CPU + {71293CCB-6F5C-4046-72A6-9EB9BDC7CF73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {71293CCB-6F5C-4046-72A6-9EB9BDC7CF73}.Debug|Any CPU.Build.0 = Debug|Any CPU + {71293CCB-6F5C-4046-72A6-9EB9BDC7CF73}.Release|Any CPU.ActiveCfg = Release|Any CPU + {71293CCB-6F5C-4046-72A6-9EB9BDC7CF73}.Release|Any CPU.Build.0 = Release|Any CPU + {28C8E85A-161B-A647-E455-A742721801D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {28C8E85A-161B-A647-E455-A742721801D0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {28C8E85A-161B-A647-E455-A742721801D0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {28C8E85A-161B-A647-E455-A742721801D0}.Release|Any CPU.Build.0 = Release|Any CPU + {9735F44F-9285-C576-CF32-9D690897AC70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9735F44F-9285-C576-CF32-9D690897AC70}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9735F44F-9285-C576-CF32-9D690897AC70}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9735F44F-9285-C576-CF32-9D690897AC70}.Release|Any CPU.Build.0 = Release|Any CPU + {43487866-D5FE-1305-2C6B-492D5168D18C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {43487866-D5FE-1305-2C6B-492D5168D18C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {43487866-D5FE-1305-2C6B-492D5168D18C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {43487866-D5FE-1305-2C6B-492D5168D18C}.Release|Any CPU.Build.0 = Release|Any CPU + {7C5F6416-9A89-2BF6-4AB1-4E2737C24ECB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7C5F6416-9A89-2BF6-4AB1-4E2737C24ECB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7C5F6416-9A89-2BF6-4AB1-4E2737C24ECB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7C5F6416-9A89-2BF6-4AB1-4E2737C24ECB}.Release|Any CPU.Build.0 = Release|Any CPU + {74C70400-3D4C-C7AA-1397-03F9BCA53022}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {74C70400-3D4C-C7AA-1397-03F9BCA53022}.Debug|Any CPU.Build.0 = Debug|Any CPU + {74C70400-3D4C-C7AA-1397-03F9BCA53022}.Release|Any CPU.ActiveCfg = Release|Any CPU + {74C70400-3D4C-C7AA-1397-03F9BCA53022}.Release|Any CPU.Build.0 = Release|Any CPU + {DDE85BCE-7CD0-C13F-BF20-F2612765A023}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DDE85BCE-7CD0-C13F-BF20-F2612765A023}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DDE85BCE-7CD0-C13F-BF20-F2612765A023}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DDE85BCE-7CD0-C13F-BF20-F2612765A023}.Release|Any CPU.Build.0 = Release|Any CPU + {4210D64A-AA26-B5C7-25D9-84C62535176B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4210D64A-AA26-B5C7-25D9-84C62535176B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4210D64A-AA26-B5C7-25D9-84C62535176B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4210D64A-AA26-B5C7-25D9-84C62535176B}.Release|Any CPU.Build.0 = Release|Any CPU + {F3774B4A-B580-A8D0-828E-CEF3A1CE8853}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F3774B4A-B580-A8D0-828E-CEF3A1CE8853}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F3774B4A-B580-A8D0-828E-CEF3A1CE8853}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F3774B4A-B580-A8D0-828E-CEF3A1CE8853}.Release|Any CPU.Build.0 = Release|Any CPU + {E7055B7B-EDFC-DD7F-002C-22B86B4ABF26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E7055B7B-EDFC-DD7F-002C-22B86B4ABF26}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E7055B7B-EDFC-DD7F-002C-22B86B4ABF26}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E7055B7B-EDFC-DD7F-002C-22B86B4ABF26}.Release|Any CPU.Build.0 = Release|Any CPU + {5E5CD1F9-5584-9B72-0AAC-72BEF77F19DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5E5CD1F9-5584-9B72-0AAC-72BEF77F19DE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5E5CD1F9-5584-9B72-0AAC-72BEF77F19DE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5E5CD1F9-5584-9B72-0AAC-72BEF77F19DE}.Release|Any CPU.Build.0 = Release|Any CPU + {E579EA3E-4325-C5CF-8230-E85CEF68EDAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E579EA3E-4325-C5CF-8230-E85CEF68EDAA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E579EA3E-4325-C5CF-8230-E85CEF68EDAA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E579EA3E-4325-C5CF-8230-E85CEF68EDAA}.Release|Any CPU.Build.0 = Release|Any CPU + {235E4FD0-360D-B52A-D9FA-778CFEC15B50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {235E4FD0-360D-B52A-D9FA-778CFEC15B50}.Debug|Any CPU.Build.0 = Debug|Any CPU + {235E4FD0-360D-B52A-D9FA-778CFEC15B50}.Release|Any CPU.ActiveCfg = Release|Any CPU + {235E4FD0-360D-B52A-D9FA-778CFEC15B50}.Release|Any CPU.Build.0 = Release|Any CPU + {BBC2F846-0D8D-FD13-A519-627897A8703D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BBC2F846-0D8D-FD13-A519-627897A8703D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BBC2F846-0D8D-FD13-A519-627897A8703D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BBC2F846-0D8D-FD13-A519-627897A8703D}.Release|Any CPU.Build.0 = Release|Any CPU + {8B096DA0-DA01-8D46-D242-36534D675F7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8B096DA0-DA01-8D46-D242-36534D675F7D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8B096DA0-DA01-8D46-D242-36534D675F7D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8B096DA0-DA01-8D46-D242-36534D675F7D}.Release|Any CPU.Build.0 = Release|Any CPU + {337DCDB6-A92E-B4C1-1D0D-A44A2A0B1826}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {337DCDB6-A92E-B4C1-1D0D-A44A2A0B1826}.Debug|Any CPU.Build.0 = Debug|Any CPU + {337DCDB6-A92E-B4C1-1D0D-A44A2A0B1826}.Release|Any CPU.ActiveCfg = Release|Any CPU + {337DCDB6-A92E-B4C1-1D0D-A44A2A0B1826}.Release|Any CPU.Build.0 = Release|Any CPU + {5F291AB7-C04C-F191-D0CC-E720FBA5FC25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5F291AB7-C04C-F191-D0CC-E720FBA5FC25}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5F291AB7-C04C-F191-D0CC-E720FBA5FC25}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5F291AB7-C04C-F191-D0CC-E720FBA5FC25}.Release|Any CPU.Build.0 = Release|Any CPU + {D018DD9B-2D1A-085F-BA63-3DEB17687710}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D018DD9B-2D1A-085F-BA63-3DEB17687710}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D018DD9B-2D1A-085F-BA63-3DEB17687710}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D018DD9B-2D1A-085F-BA63-3DEB17687710}.Release|Any CPU.Build.0 = Release|Any CPU + {1CD942BC-8F31-A0CB-5322-6EFBD7F672AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1CD942BC-8F31-A0CB-5322-6EFBD7F672AC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1CD942BC-8F31-A0CB-5322-6EFBD7F672AC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1CD942BC-8F31-A0CB-5322-6EFBD7F672AC}.Release|Any CPU.Build.0 = Release|Any CPU + {0985C488-93F2-C613-10C6-4C805E6DDFC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0985C488-93F2-C613-10C6-4C805E6DDFC7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0985C488-93F2-C613-10C6-4C805E6DDFC7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0985C488-93F2-C613-10C6-4C805E6DDFC7}.Release|Any CPU.Build.0 = Release|Any CPU + {608DDC55-BD81-D590-4B18-DD9C87BD4499}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {608DDC55-BD81-D590-4B18-DD9C87BD4499}.Debug|Any CPU.Build.0 = Debug|Any CPU + {608DDC55-BD81-D590-4B18-DD9C87BD4499}.Release|Any CPU.ActiveCfg = Release|Any CPU + {608DDC55-BD81-D590-4B18-DD9C87BD4499}.Release|Any CPU.Build.0 = Release|Any CPU + {CE13C690-8FD3-237C-1BFB-7C4D216696F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CE13C690-8FD3-237C-1BFB-7C4D216696F8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CE13C690-8FD3-237C-1BFB-7C4D216696F8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CE13C690-8FD3-237C-1BFB-7C4D216696F8}.Release|Any CPU.Build.0 = Release|Any CPU + {A21A0A61-7150-4128-44BC-BD9820FBAF16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A21A0A61-7150-4128-44BC-BD9820FBAF16}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A21A0A61-7150-4128-44BC-BD9820FBAF16}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A21A0A61-7150-4128-44BC-BD9820FBAF16}.Release|Any CPU.Build.0 = Release|Any CPU + {145B5C42-F357-B292-94D8-6CDC5CBCE56A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {145B5C42-F357-B292-94D8-6CDC5CBCE56A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {145B5C42-F357-B292-94D8-6CDC5CBCE56A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {145B5C42-F357-B292-94D8-6CDC5CBCE56A}.Release|Any CPU.Build.0 = Release|Any CPU + {36483933-A9DF-1983-30D5-1B883A768666}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {36483933-A9DF-1983-30D5-1B883A768666}.Debug|Any CPU.Build.0 = Debug|Any CPU + {36483933-A9DF-1983-30D5-1B883A768666}.Release|Any CPU.ActiveCfg = Release|Any CPU + {36483933-A9DF-1983-30D5-1B883A768666}.Release|Any CPU.Build.0 = Release|Any CPU + {443B70BD-B837-B40F-99CB-E3A46960072E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {443B70BD-B837-B40F-99CB-E3A46960072E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {443B70BD-B837-B40F-99CB-E3A46960072E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {443B70BD-B837-B40F-99CB-E3A46960072E}.Release|Any CPU.Build.0 = Release|Any CPU + {1C41507A-1930-D52D-0983-1F2207A05E83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1C41507A-1930-D52D-0983-1F2207A05E83}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1C41507A-1930-D52D-0983-1F2207A05E83}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1C41507A-1930-D52D-0983-1F2207A05E83}.Release|Any CPU.Build.0 = Release|Any CPU + {BB9FD59F-4A73-95FF-68E6-6DE337F7205D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BB9FD59F-4A73-95FF-68E6-6DE337F7205D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BB9FD59F-4A73-95FF-68E6-6DE337F7205D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BB9FD59F-4A73-95FF-68E6-6DE337F7205D}.Release|Any CPU.Build.0 = Release|Any CPU + {25A9CA5F-F39C-EFF2-33F6-A785ADDE4A6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {25A9CA5F-F39C-EFF2-33F6-A785ADDE4A6C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {25A9CA5F-F39C-EFF2-33F6-A785ADDE4A6C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {25A9CA5F-F39C-EFF2-33F6-A785ADDE4A6C}.Release|Any CPU.Build.0 = Release|Any CPU + {1988B106-EB82-F4DF-B95E-9DF806D95C5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1988B106-EB82-F4DF-B95E-9DF806D95C5B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1988B106-EB82-F4DF-B95E-9DF806D95C5B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1988B106-EB82-F4DF-B95E-9DF806D95C5B}.Release|Any CPU.Build.0 = Release|Any CPU + {C10C3666-C443-6BC3-D7E1-8151A5D4A90A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C10C3666-C443-6BC3-D7E1-8151A5D4A90A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C10C3666-C443-6BC3-D7E1-8151A5D4A90A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C10C3666-C443-6BC3-D7E1-8151A5D4A90A}.Release|Any CPU.Build.0 = Release|Any CPU + {B79ABBD9-8A2D-A39F-2CF1-9BC75A1B9E95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B79ABBD9-8A2D-A39F-2CF1-9BC75A1B9E95}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B79ABBD9-8A2D-A39F-2CF1-9BC75A1B9E95}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B79ABBD9-8A2D-A39F-2CF1-9BC75A1B9E95}.Release|Any CPU.Build.0 = Release|Any CPU + {8D5FD2BF-4B0A-F7DF-8CFE-0FCF0189AAB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8D5FD2BF-4B0A-F7DF-8CFE-0FCF0189AAB5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8D5FD2BF-4B0A-F7DF-8CFE-0FCF0189AAB5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8D5FD2BF-4B0A-F7DF-8CFE-0FCF0189AAB5}.Release|Any CPU.Build.0 = Release|Any CPU + {C78D3C0C-B3A3-4C82-4E06-2C1396A8137F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C78D3C0C-B3A3-4C82-4E06-2C1396A8137F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C78D3C0C-B3A3-4C82-4E06-2C1396A8137F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C78D3C0C-B3A3-4C82-4E06-2C1396A8137F}.Release|Any CPU.Build.0 = Release|Any CPU + {39018945-28B1-28A2-0773-C326414D2B18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {39018945-28B1-28A2-0773-C326414D2B18}.Debug|Any CPU.Build.0 = Debug|Any CPU + {39018945-28B1-28A2-0773-C326414D2B18}.Release|Any CPU.ActiveCfg = Release|Any CPU + {39018945-28B1-28A2-0773-C326414D2B18}.Release|Any CPU.Build.0 = Release|Any CPU + {F6A951A1-2276-EE9F-C6E3-EF67434753C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F6A951A1-2276-EE9F-C6E3-EF67434753C8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F6A951A1-2276-EE9F-C6E3-EF67434753C8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F6A951A1-2276-EE9F-C6E3-EF67434753C8}.Release|Any CPU.Build.0 = Release|Any CPU + {BA493704-8E2D-F995-8D64-E15058FEDFB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BA493704-8E2D-F995-8D64-E15058FEDFB2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BA493704-8E2D-F995-8D64-E15058FEDFB2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BA493704-8E2D-F995-8D64-E15058FEDFB2}.Release|Any CPU.Build.0 = Release|Any CPU + {3DE1E3EF-2FA1-299B-E4ED-71D007A0B020}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3DE1E3EF-2FA1-299B-E4ED-71D007A0B020}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3DE1E3EF-2FA1-299B-E4ED-71D007A0B020}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3DE1E3EF-2FA1-299B-E4ED-71D007A0B020}.Release|Any CPU.Build.0 = Release|Any CPU + {8B807A0F-5FEF-F2B0-CBCC-B692558C10A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8B807A0F-5FEF-F2B0-CBCC-B692558C10A6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8B807A0F-5FEF-F2B0-CBCC-B692558C10A6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8B807A0F-5FEF-F2B0-CBCC-B692558C10A6}.Release|Any CPU.Build.0 = Release|Any CPU + {84696891-280C-058B-7D68-8AC4AAF6DA7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {84696891-280C-058B-7D68-8AC4AAF6DA7E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {84696891-280C-058B-7D68-8AC4AAF6DA7E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {84696891-280C-058B-7D68-8AC4AAF6DA7E}.Release|Any CPU.Build.0 = Release|Any CPU + {B980868A-E37C-48BB-C52B-7C130751AC64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B980868A-E37C-48BB-C52B-7C130751AC64}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B980868A-E37C-48BB-C52B-7C130751AC64}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B980868A-E37C-48BB-C52B-7C130751AC64}.Release|Any CPU.Build.0 = Release|Any CPU + {B687BDF9-B297-F5B2-7066-3EAFE4FF7FF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B687BDF9-B297-F5B2-7066-3EAFE4FF7FF8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B687BDF9-B297-F5B2-7066-3EAFE4FF7FF8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B687BDF9-B297-F5B2-7066-3EAFE4FF7FF8}.Release|Any CPU.Build.0 = Release|Any CPU + {2C536D34-5448-EFD9-B67F-9A5E4749CE99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2C536D34-5448-EFD9-B67F-9A5E4749CE99}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2C536D34-5448-EFD9-B67F-9A5E4749CE99}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2C536D34-5448-EFD9-B67F-9A5E4749CE99}.Release|Any CPU.Build.0 = Release|Any CPU + {20F49E2A-5282-7408-B702-55153F954FF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {20F49E2A-5282-7408-B702-55153F954FF4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {20F49E2A-5282-7408-B702-55153F954FF4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {20F49E2A-5282-7408-B702-55153F954FF4}.Release|Any CPU.Build.0 = Release|Any CPU + {D35A7563-8D9F-EB72-4C15-5DE35B36BC92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D35A7563-8D9F-EB72-4C15-5DE35B36BC92}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D35A7563-8D9F-EB72-4C15-5DE35B36BC92}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D35A7563-8D9F-EB72-4C15-5DE35B36BC92}.Release|Any CPU.Build.0 = Release|Any CPU + {EF8BED62-98B5-5DB9-2B7E-66C5CF7CE936}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EF8BED62-98B5-5DB9-2B7E-66C5CF7CE936}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EF8BED62-98B5-5DB9-2B7E-66C5CF7CE936}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EF8BED62-98B5-5DB9-2B7E-66C5CF7CE936}.Release|Any CPU.Build.0 = Release|Any CPU + {6394EE13-E429-A74B-73FE-2234FBB8CEB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6394EE13-E429-A74B-73FE-2234FBB8CEB0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6394EE13-E429-A74B-73FE-2234FBB8CEB0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6394EE13-E429-A74B-73FE-2234FBB8CEB0}.Release|Any CPU.Build.0 = Release|Any CPU + {9B8261A3-D79C-0377-0895-4DA68D14B2E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9B8261A3-D79C-0377-0895-4DA68D14B2E0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9B8261A3-D79C-0377-0895-4DA68D14B2E0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9B8261A3-D79C-0377-0895-4DA68D14B2E0}.Release|Any CPU.Build.0 = Release|Any CPU + {08B3AF69-8B0D-FA09-430A-E5EB0F6C1041}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {08B3AF69-8B0D-FA09-430A-E5EB0F6C1041}.Debug|Any CPU.Build.0 = Debug|Any CPU + {08B3AF69-8B0D-FA09-430A-E5EB0F6C1041}.Release|Any CPU.ActiveCfg = Release|Any CPU + {08B3AF69-8B0D-FA09-430A-E5EB0F6C1041}.Release|Any CPU.Build.0 = Release|Any CPU + {F39FCD4B-E5CE-07F9-1313-6A974C27CA3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F39FCD4B-E5CE-07F9-1313-6A974C27CA3C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F39FCD4B-E5CE-07F9-1313-6A974C27CA3C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F39FCD4B-E5CE-07F9-1313-6A974C27CA3C}.Release|Any CPU.Build.0 = Release|Any CPU + {47D80129-5C17-DAC1-53CC-CA9DBEBAD23B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {47D80129-5C17-DAC1-53CC-CA9DBEBAD23B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {47D80129-5C17-DAC1-53CC-CA9DBEBAD23B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {47D80129-5C17-DAC1-53CC-CA9DBEBAD23B}.Release|Any CPU.Build.0 = Release|Any CPU + {5264C003-5568-7876-28AA-B35C873F15DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5264C003-5568-7876-28AA-B35C873F15DE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5264C003-5568-7876-28AA-B35C873F15DE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5264C003-5568-7876-28AA-B35C873F15DE}.Release|Any CPU.Build.0 = Release|Any CPU + {A5B0752D-1531-D350-F4D4-8517A04516D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A5B0752D-1531-D350-F4D4-8517A04516D6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A5B0752D-1531-D350-F4D4-8517A04516D6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A5B0752D-1531-D350-F4D4-8517A04516D6}.Release|Any CPU.Build.0 = Release|Any CPU + {23FDC0D9-BBC0-4E2F-0028-3123A1107C84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {23FDC0D9-BBC0-4E2F-0028-3123A1107C84}.Debug|Any CPU.Build.0 = Debug|Any CPU + {23FDC0D9-BBC0-4E2F-0028-3123A1107C84}.Release|Any CPU.ActiveCfg = Release|Any CPU + {23FDC0D9-BBC0-4E2F-0028-3123A1107C84}.Release|Any CPU.Build.0 = Release|Any CPU + {E5DC7C5A-35B5-829A-683C-712B19883E9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E5DC7C5A-35B5-829A-683C-712B19883E9F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E5DC7C5A-35B5-829A-683C-712B19883E9F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E5DC7C5A-35B5-829A-683C-712B19883E9F}.Release|Any CPU.Build.0 = Release|Any CPU + {1094EEF5-DED6-019D-5126-140935BAD377}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1094EEF5-DED6-019D-5126-140935BAD377}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1094EEF5-DED6-019D-5126-140935BAD377}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1094EEF5-DED6-019D-5126-140935BAD377}.Release|Any CPU.Build.0 = Release|Any CPU + {0665E5B7-FE2F-8E16-4BCE-DD62CA8D292D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0665E5B7-FE2F-8E16-4BCE-DD62CA8D292D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0665E5B7-FE2F-8E16-4BCE-DD62CA8D292D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0665E5B7-FE2F-8E16-4BCE-DD62CA8D292D}.Release|Any CPU.Build.0 = Release|Any CPU + {0480FF02-BF67-7C3E-4BDF-20DDF3E6B395}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0480FF02-BF67-7C3E-4BDF-20DDF3E6B395}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0480FF02-BF67-7C3E-4BDF-20DDF3E6B395}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0480FF02-BF67-7C3E-4BDF-20DDF3E6B395}.Release|Any CPU.Build.0 = Release|Any CPU + {1807F841-00E3-4496-5482-1DF75E98CDDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1807F841-00E3-4496-5482-1DF75E98CDDA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1807F841-00E3-4496-5482-1DF75E98CDDA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1807F841-00E3-4496-5482-1DF75E98CDDA}.Release|Any CPU.Build.0 = Release|Any CPU + {D64F2896-FCE7-1756-F752-D7E1C1830B1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D64F2896-FCE7-1756-F752-D7E1C1830B1E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D64F2896-FCE7-1756-F752-D7E1C1830B1E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D64F2896-FCE7-1756-F752-D7E1C1830B1E}.Release|Any CPU.Build.0 = Release|Any CPU + {9B41F6FA-75EE-AB3C-8F05-A81A0B34F857}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9B41F6FA-75EE-AB3C-8F05-A81A0B34F857}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9B41F6FA-75EE-AB3C-8F05-A81A0B34F857}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9B41F6FA-75EE-AB3C-8F05-A81A0B34F857}.Release|Any CPU.Build.0 = Release|Any CPU + {3C04875B-048B-C207-EDE1-D13FE98528EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3C04875B-048B-C207-EDE1-D13FE98528EA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3C04875B-048B-C207-EDE1-D13FE98528EA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3C04875B-048B-C207-EDE1-D13FE98528EA}.Release|Any CPU.Build.0 = Release|Any CPU + {974AEB79-500C-9028-F575-5AB593877170}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {974AEB79-500C-9028-F575-5AB593877170}.Debug|Any CPU.Build.0 = Debug|Any CPU + {974AEB79-500C-9028-F575-5AB593877170}.Release|Any CPU.ActiveCfg = Release|Any CPU + {974AEB79-500C-9028-F575-5AB593877170}.Release|Any CPU.Build.0 = Release|Any CPU + {AE193B51-FBD9-5027-C4E8-E4C59E108A52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AE193B51-FBD9-5027-C4E8-E4C59E108A52}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AE193B51-FBD9-5027-C4E8-E4C59E108A52}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AE193B51-FBD9-5027-C4E8-E4C59E108A52}.Release|Any CPU.Build.0 = Release|Any CPU + {9C3E862E-369F-25C3-4573-D8D5AD4A81A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9C3E862E-369F-25C3-4573-D8D5AD4A81A5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9C3E862E-369F-25C3-4573-D8D5AD4A81A5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9C3E862E-369F-25C3-4573-D8D5AD4A81A5}.Release|Any CPU.Build.0 = Release|Any CPU + {49CD9FA0-8672-03F8-0A13-587FF44C89D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {49CD9FA0-8672-03F8-0A13-587FF44C89D5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {49CD9FA0-8672-03F8-0A13-587FF44C89D5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {49CD9FA0-8672-03F8-0A13-587FF44C89D5}.Release|Any CPU.Build.0 = Release|Any CPU + {D4068F46-1EFC-990C-C55E-A097BA27E2D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D4068F46-1EFC-990C-C55E-A097BA27E2D4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D4068F46-1EFC-990C-C55E-A097BA27E2D4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D4068F46-1EFC-990C-C55E-A097BA27E2D4}.Release|Any CPU.Build.0 = Release|Any CPU + {4E437487-5452-8095-6AAF-BA886655F5D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4E437487-5452-8095-6AAF-BA886655F5D9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4E437487-5452-8095-6AAF-BA886655F5D9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4E437487-5452-8095-6AAF-BA886655F5D9}.Release|Any CPU.Build.0 = Release|Any CPU + {CBF783A7-1B4F-CD95-2105-BCDA3344F70D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CBF783A7-1B4F-CD95-2105-BCDA3344F70D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CBF783A7-1B4F-CD95-2105-BCDA3344F70D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CBF783A7-1B4F-CD95-2105-BCDA3344F70D}.Release|Any CPU.Build.0 = Release|Any CPU + {BEB316EB-F352-9F2B-1265-E5CDF0A038EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BEB316EB-F352-9F2B-1265-E5CDF0A038EB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BEB316EB-F352-9F2B-1265-E5CDF0A038EB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BEB316EB-F352-9F2B-1265-E5CDF0A038EB}.Release|Any CPU.Build.0 = Release|Any CPU + {63DA484A-9CE9-F310-862B-472219628229}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {63DA484A-9CE9-F310-862B-472219628229}.Debug|Any CPU.Build.0 = Debug|Any CPU + {63DA484A-9CE9-F310-862B-472219628229}.Release|Any CPU.ActiveCfg = Release|Any CPU + {63DA484A-9CE9-F310-862B-472219628229}.Release|Any CPU.Build.0 = Release|Any CPU + {6CE5A99C-036D-5B84-0768-BE4CDBA4FD5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6CE5A99C-036D-5B84-0768-BE4CDBA4FD5A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6CE5A99C-036D-5B84-0768-BE4CDBA4FD5A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6CE5A99C-036D-5B84-0768-BE4CDBA4FD5A}.Release|Any CPU.Build.0 = Release|Any CPU + {C299CD39-18AA-8AA8-F8EB-ABF3A9CE9DE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C299CD39-18AA-8AA8-F8EB-ABF3A9CE9DE6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C299CD39-18AA-8AA8-F8EB-ABF3A9CE9DE6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C299CD39-18AA-8AA8-F8EB-ABF3A9CE9DE6}.Release|Any CPU.Build.0 = Release|Any CPU + {8A9DD0DC-3302-E98A-B5CE-38A422AC3546}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8A9DD0DC-3302-E98A-B5CE-38A422AC3546}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8A9DD0DC-3302-E98A-B5CE-38A422AC3546}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8A9DD0DC-3302-E98A-B5CE-38A422AC3546}.Release|Any CPU.Build.0 = Release|Any CPU + {A48A0E77-0E55-44FC-D207-87380492C2F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A48A0E77-0E55-44FC-D207-87380492C2F9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A48A0E77-0E55-44FC-D207-87380492C2F9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A48A0E77-0E55-44FC-D207-87380492C2F9}.Release|Any CPU.Build.0 = Release|Any CPU + {631FDB44-094A-5E33-C71C-564D19704D69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {631FDB44-094A-5E33-C71C-564D19704D69}.Debug|Any CPU.Build.0 = Debug|Any CPU + {631FDB44-094A-5E33-C71C-564D19704D69}.Release|Any CPU.ActiveCfg = Release|Any CPU + {631FDB44-094A-5E33-C71C-564D19704D69}.Release|Any CPU.Build.0 = Release|Any CPU + {4C053182-5985-818C-7F70-C2AA6945276E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4C053182-5985-818C-7F70-C2AA6945276E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4C053182-5985-818C-7F70-C2AA6945276E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4C053182-5985-818C-7F70-C2AA6945276E}.Release|Any CPU.Build.0 = Release|Any CPU + {951530FD-FA53-5BBE-4C3D-1B279A4803A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {951530FD-FA53-5BBE-4C3D-1B279A4803A2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {951530FD-FA53-5BBE-4C3D-1B279A4803A2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {951530FD-FA53-5BBE-4C3D-1B279A4803A2}.Release|Any CPU.Build.0 = Release|Any CPU + {22D353BB-7A6D-E67C-6382-2B90BF39F4A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {22D353BB-7A6D-E67C-6382-2B90BF39F4A9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {22D353BB-7A6D-E67C-6382-2B90BF39F4A9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {22D353BB-7A6D-E67C-6382-2B90BF39F4A9}.Release|Any CPU.Build.0 = Release|Any CPU + {45F23C1A-278F-5F28-2184-6097872CCE87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {45F23C1A-278F-5F28-2184-6097872CCE87}.Debug|Any CPU.Build.0 = Debug|Any CPU + {45F23C1A-278F-5F28-2184-6097872CCE87}.Release|Any CPU.ActiveCfg = Release|Any CPU + {45F23C1A-278F-5F28-2184-6097872CCE87}.Release|Any CPU.Build.0 = Release|Any CPU + {EC9188DB-1440-3604-466F-9B57FA617152}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EC9188DB-1440-3604-466F-9B57FA617152}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EC9188DB-1440-3604-466F-9B57FA617152}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EC9188DB-1440-3604-466F-9B57FA617152}.Release|Any CPU.Build.0 = Release|Any CPU + {2951F8FB-0ED4-E2B6-C337-09B96A6ABCC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2951F8FB-0ED4-E2B6-C337-09B96A6ABCC2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2951F8FB-0ED4-E2B6-C337-09B96A6ABCC2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2951F8FB-0ED4-E2B6-C337-09B96A6ABCC2}.Release|Any CPU.Build.0 = Release|Any CPU + {02C1DAA1-AFDC-9E7A-AC95-E523DEEFA146}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {02C1DAA1-AFDC-9E7A-AC95-E523DEEFA146}.Debug|Any CPU.Build.0 = Debug|Any CPU + {02C1DAA1-AFDC-9E7A-AC95-E523DEEFA146}.Release|Any CPU.ActiveCfg = Release|Any CPU + {02C1DAA1-AFDC-9E7A-AC95-E523DEEFA146}.Release|Any CPU.Build.0 = Release|Any CPU + {03EDEA11-551F-C88C-866C-3D366F8815C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {03EDEA11-551F-C88C-866C-3D366F8815C2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {03EDEA11-551F-C88C-866C-3D366F8815C2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {03EDEA11-551F-C88C-866C-3D366F8815C2}.Release|Any CPU.Build.0 = Release|Any CPU + {93F46F32-5A74-6FE6-B28C-9F3737D74D33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {93F46F32-5A74-6FE6-B28C-9F3737D74D33}.Debug|Any CPU.Build.0 = Debug|Any CPU + {93F46F32-5A74-6FE6-B28C-9F3737D74D33}.Release|Any CPU.ActiveCfg = Release|Any CPU + {93F46F32-5A74-6FE6-B28C-9F3737D74D33}.Release|Any CPU.Build.0 = Release|Any CPU + {4C8E4E19-7F2C-8979-F0BC-2F1F051A8312}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4C8E4E19-7F2C-8979-F0BC-2F1F051A8312}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4C8E4E19-7F2C-8979-F0BC-2F1F051A8312}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4C8E4E19-7F2C-8979-F0BC-2F1F051A8312}.Release|Any CPU.Build.0 = Release|Any CPU + {B35B0118-DD3E-3953-C33D-9095F9FD5643}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B35B0118-DD3E-3953-C33D-9095F9FD5643}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B35B0118-DD3E-3953-C33D-9095F9FD5643}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B35B0118-DD3E-3953-C33D-9095F9FD5643}.Release|Any CPU.Build.0 = Release|Any CPU + {9E09A589-9438-9F53-5A19-5FC730E3ED5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9E09A589-9438-9F53-5A19-5FC730E3ED5B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9E09A589-9438-9F53-5A19-5FC730E3ED5B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9E09A589-9438-9F53-5A19-5FC730E3ED5B}.Release|Any CPU.Build.0 = Release|Any CPU + {CA95CB46-DE62-2145-CC05-16FC272BB7E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CA95CB46-DE62-2145-CC05-16FC272BB7E8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CA95CB46-DE62-2145-CC05-16FC272BB7E8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CA95CB46-DE62-2145-CC05-16FC272BB7E8}.Release|Any CPU.Build.0 = Release|Any CPU + {D813C4C4-DB5F-80C0-6AAC-6A8DA2144D1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D813C4C4-DB5F-80C0-6AAC-6A8DA2144D1D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D813C4C4-DB5F-80C0-6AAC-6A8DA2144D1D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D813C4C4-DB5F-80C0-6AAC-6A8DA2144D1D}.Release|Any CPU.Build.0 = Release|Any CPU + {0835084B-9F6F-7E15-3A0F-A68FFBFEFE79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0835084B-9F6F-7E15-3A0F-A68FFBFEFE79}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0835084B-9F6F-7E15-3A0F-A68FFBFEFE79}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0835084B-9F6F-7E15-3A0F-A68FFBFEFE79}.Release|Any CPU.Build.0 = Release|Any CPU + {C6E3B96D-CF86-E4F3-4033-75C4ED4B969A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C6E3B96D-CF86-E4F3-4033-75C4ED4B969A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C6E3B96D-CF86-E4F3-4033-75C4ED4B969A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C6E3B96D-CF86-E4F3-4033-75C4ED4B969A}.Release|Any CPU.Build.0 = Release|Any CPU + {4663C413-5301-1C4A-2EF7-524B2BC54ADB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4663C413-5301-1C4A-2EF7-524B2BC54ADB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4663C413-5301-1C4A-2EF7-524B2BC54ADB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4663C413-5301-1C4A-2EF7-524B2BC54ADB}.Release|Any CPU.Build.0 = Release|Any CPU + {F117BB6E-2859-3097-BDDA-63E3A91C59FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F117BB6E-2859-3097-BDDA-63E3A91C59FA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F117BB6E-2859-3097-BDDA-63E3A91C59FA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F117BB6E-2859-3097-BDDA-63E3A91C59FA}.Release|Any CPU.Build.0 = Release|Any CPU + {FEE1D82E-5B86-3DDC-7292-F3BAEA485205}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FEE1D82E-5B86-3DDC-7292-F3BAEA485205}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FEE1D82E-5B86-3DDC-7292-F3BAEA485205}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FEE1D82E-5B86-3DDC-7292-F3BAEA485205}.Release|Any CPU.Build.0 = Release|Any CPU + {4AE626B7-F6DB-4BE9-0B88-DB168A0FB7F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4AE626B7-F6DB-4BE9-0B88-DB168A0FB7F7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4AE626B7-F6DB-4BE9-0B88-DB168A0FB7F7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4AE626B7-F6DB-4BE9-0B88-DB168A0FB7F7}.Release|Any CPU.Build.0 = Release|Any CPU + {2E793724-66AC-B37C-F8B3-1683BA84FF4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2E793724-66AC-B37C-F8B3-1683BA84FF4F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2E793724-66AC-B37C-F8B3-1683BA84FF4F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2E793724-66AC-B37C-F8B3-1683BA84FF4F}.Release|Any CPU.Build.0 = Release|Any CPU + {A7418CCC-817E-75B1-68FB-3C8077019C96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A7418CCC-817E-75B1-68FB-3C8077019C96}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A7418CCC-817E-75B1-68FB-3C8077019C96}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A7418CCC-817E-75B1-68FB-3C8077019C96}.Release|Any CPU.Build.0 = Release|Any CPU + {B44EC3B6-F070-DE26-F2F8-FD6D02FC8C2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B44EC3B6-F070-DE26-F2F8-FD6D02FC8C2D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B44EC3B6-F070-DE26-F2F8-FD6D02FC8C2D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B44EC3B6-F070-DE26-F2F8-FD6D02FC8C2D}.Release|Any CPU.Build.0 = Release|Any CPU + {C1B9A988-E0B2-D7D7-DFF1-E46AF38C3067}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C1B9A988-E0B2-D7D7-DFF1-E46AF38C3067}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C1B9A988-E0B2-D7D7-DFF1-E46AF38C3067}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C1B9A988-E0B2-D7D7-DFF1-E46AF38C3067}.Release|Any CPU.Build.0 = Release|Any CPU + {E7FDCD71-11AA-AD28-BB2E-0EAB31E24AEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E7FDCD71-11AA-AD28-BB2E-0EAB31E24AEC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E7FDCD71-11AA-AD28-BB2E-0EAB31E24AEC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E7FDCD71-11AA-AD28-BB2E-0EAB31E24AEC}.Release|Any CPU.Build.0 = Release|Any CPU + {465E42BE-F9B6-0236-A2E1-CF598EE5EBD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {465E42BE-F9B6-0236-A2E1-CF598EE5EBD8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {465E42BE-F9B6-0236-A2E1-CF598EE5EBD8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {465E42BE-F9B6-0236-A2E1-CF598EE5EBD8}.Release|Any CPU.Build.0 = Release|Any CPU + {DFF70CCC-556C-369D-083C-074CA6F23265}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DFF70CCC-556C-369D-083C-074CA6F23265}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DFF70CCC-556C-369D-083C-074CA6F23265}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DFF70CCC-556C-369D-083C-074CA6F23265}.Release|Any CPU.Build.0 = Release|Any CPU + {BB972B12-D8E1-EFDA-2D4E-11AFE60957FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BB972B12-D8E1-EFDA-2D4E-11AFE60957FE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BB972B12-D8E1-EFDA-2D4E-11AFE60957FE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BB972B12-D8E1-EFDA-2D4E-11AFE60957FE}.Release|Any CPU.Build.0 = Release|Any CPU + {BFDB6075-E996-5E8F-FDA7-EFAF93DA9626}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BFDB6075-E996-5E8F-FDA7-EFAF93DA9626}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BFDB6075-E996-5E8F-FDA7-EFAF93DA9626}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BFDB6075-E996-5E8F-FDA7-EFAF93DA9626}.Release|Any CPU.Build.0 = Release|Any CPU + {E2FD6193-9FB0-20C8-116E-8447E59111C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E2FD6193-9FB0-20C8-116E-8447E59111C8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E2FD6193-9FB0-20C8-116E-8447E59111C8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E2FD6193-9FB0-20C8-116E-8447E59111C8}.Release|Any CPU.Build.0 = Release|Any CPU + {FEC3D206-7DB0-FAF0-596A-F99356B1E2B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FEC3D206-7DB0-FAF0-596A-F99356B1E2B5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FEC3D206-7DB0-FAF0-596A-F99356B1E2B5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FEC3D206-7DB0-FAF0-596A-F99356B1E2B5}.Release|Any CPU.Build.0 = Release|Any CPU + {99FDA24C-E5D3-AB11-D11A-3E1E11C24EBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {99FDA24C-E5D3-AB11-D11A-3E1E11C24EBF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {99FDA24C-E5D3-AB11-D11A-3E1E11C24EBF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {99FDA24C-E5D3-AB11-D11A-3E1E11C24EBF}.Release|Any CPU.Build.0 = Release|Any CPU + {4DF8BB05-3870-4F34-940B-E500ECD567C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4DF8BB05-3870-4F34-940B-E500ECD567C0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4DF8BB05-3870-4F34-940B-E500ECD567C0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4DF8BB05-3870-4F34-940B-E500ECD567C0}.Release|Any CPU.Build.0 = Release|Any CPU + {69037815-B60D-70FC-EA6F-646B1E7B4DE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {69037815-B60D-70FC-EA6F-646B1E7B4DE5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {69037815-B60D-70FC-EA6F-646B1E7B4DE5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {69037815-B60D-70FC-EA6F-646B1E7B4DE5}.Release|Any CPU.Build.0 = Release|Any CPU + {B2F46470-E85A-DE85-9AF8-7C145152367D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B2F46470-E85A-DE85-9AF8-7C145152367D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B2F46470-E85A-DE85-9AF8-7C145152367D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B2F46470-E85A-DE85-9AF8-7C145152367D}.Release|Any CPU.Build.0 = Release|Any CPU + {D1D4DF1E-18CE-D8E4-758B-F4DFF6E58078}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D1D4DF1E-18CE-D8E4-758B-F4DFF6E58078}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D1D4DF1E-18CE-D8E4-758B-F4DFF6E58078}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D1D4DF1E-18CE-D8E4-758B-F4DFF6E58078}.Release|Any CPU.Build.0 = Release|Any CPU + {ADC1D7DB-FF2E-496A-B36A-576747EF7AF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {ADC1D7DB-FF2E-496A-B36A-576747EF7AF9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {ADC1D7DB-FF2E-496A-B36A-576747EF7AF9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {ADC1D7DB-FF2E-496A-B36A-576747EF7AF9}.Release|Any CPU.Build.0 = Release|Any CPU + {E64FC047-F379-415A-84B7-8DA4C5CCC41E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E64FC047-F379-415A-84B7-8DA4C5CCC41E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E64FC047-F379-415A-84B7-8DA4C5CCC41E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E64FC047-F379-415A-84B7-8DA4C5CCC41E}.Release|Any CPU.Build.0 = Release|Any CPU + {E3054236-2F4A-4C2C-95AE-46178A62BD63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E3054236-2F4A-4C2C-95AE-46178A62BD63}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E3054236-2F4A-4C2C-95AE-46178A62BD63}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E3054236-2F4A-4C2C-95AE-46178A62BD63}.Release|Any CPU.Build.0 = Release|Any CPU + {DA46DD14-2AFA-6078-DCE3-7AD55792DA6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DA46DD14-2AFA-6078-DCE3-7AD55792DA6F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DA46DD14-2AFA-6078-DCE3-7AD55792DA6F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DA46DD14-2AFA-6078-DCE3-7AD55792DA6F}.Release|Any CPU.Build.0 = Release|Any CPU + {F5B429CD-A828-34FD-BDD1-A1D73308884C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F5B429CD-A828-34FD-BDD1-A1D73308884C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F5B429CD-A828-34FD-BDD1-A1D73308884C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F5B429CD-A828-34FD-BDD1-A1D73308884C}.Release|Any CPU.Build.0 = Release|Any CPU + {1F50C02A-8CEF-B0CE-4E05-FDB07DF19742}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1F50C02A-8CEF-B0CE-4E05-FDB07DF19742}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1F50C02A-8CEF-B0CE-4E05-FDB07DF19742}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1F50C02A-8CEF-B0CE-4E05-FDB07DF19742}.Release|Any CPU.Build.0 = Release|Any CPU + {DC91C59B-E3AF-DC64-8633-E87C6E2E889C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DC91C59B-E3AF-DC64-8633-E87C6E2E889C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DC91C59B-E3AF-DC64-8633-E87C6E2E889C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DC91C59B-E3AF-DC64-8633-E87C6E2E889C}.Release|Any CPU.Build.0 = Release|Any CPU + {36DF0B2B-4170-9E00-41C7-DBC1E494B625}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {36DF0B2B-4170-9E00-41C7-DBC1E494B625}.Debug|Any CPU.Build.0 = Debug|Any CPU + {36DF0B2B-4170-9E00-41C7-DBC1E494B625}.Release|Any CPU.ActiveCfg = Release|Any CPU + {36DF0B2B-4170-9E00-41C7-DBC1E494B625}.Release|Any CPU.Build.0 = Release|Any CPU + {FF750CB9-102D-F445-E8DA-DFE3E9462DFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FF750CB9-102D-F445-E8DA-DFE3E9462DFF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FF750CB9-102D-F445-E8DA-DFE3E9462DFF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FF750CB9-102D-F445-E8DA-DFE3E9462DFF}.Release|Any CPU.Build.0 = Release|Any CPU + {41A58349-32F2-7354-454D-E4134905DED3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {41A58349-32F2-7354-454D-E4134905DED3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {41A58349-32F2-7354-454D-E4134905DED3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {41A58349-32F2-7354-454D-E4134905DED3}.Release|Any CPU.Build.0 = Release|Any CPU + {DC786A60-BCAB-C123-F8E5-849AC2B2EADD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DC786A60-BCAB-C123-F8E5-849AC2B2EADD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DC786A60-BCAB-C123-F8E5-849AC2B2EADD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DC786A60-BCAB-C123-F8E5-849AC2B2EADD}.Release|Any CPU.Build.0 = Release|Any CPU + {6A685992-FF09-8F5E-0355-3346083ABCBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6A685992-FF09-8F5E-0355-3346083ABCBB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6A685992-FF09-8F5E-0355-3346083ABCBB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6A685992-FF09-8F5E-0355-3346083ABCBB}.Release|Any CPU.Build.0 = Release|Any CPU + {926C19D9-493F-D7E7-7F89-4F89071D9BFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {926C19D9-493F-D7E7-7F89-4F89071D9BFE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {926C19D9-493F-D7E7-7F89-4F89071D9BFE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {926C19D9-493F-D7E7-7F89-4F89071D9BFE}.Release|Any CPU.Build.0 = Release|Any CPU + {5CAF4B8F-853C-D9E6-4210-43CD5F4B082D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5CAF4B8F-853C-D9E6-4210-43CD5F4B082D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5CAF4B8F-853C-D9E6-4210-43CD5F4B082D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5CAF4B8F-853C-D9E6-4210-43CD5F4B082D}.Release|Any CPU.Build.0 = Release|Any CPU + {D3137B3F-0A9B-CAE7-0C5F-7A24EAE02BF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D3137B3F-0A9B-CAE7-0C5F-7A24EAE02BF9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D3137B3F-0A9B-CAE7-0C5F-7A24EAE02BF9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D3137B3F-0A9B-CAE7-0C5F-7A24EAE02BF9}.Release|Any CPU.Build.0 = Release|Any CPU + {0AE856B6-1ECA-9507-3D32-5BDCEEEEBBB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0AE856B6-1ECA-9507-3D32-5BDCEEEEBBB8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0AE856B6-1ECA-9507-3D32-5BDCEEEEBBB8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0AE856B6-1ECA-9507-3D32-5BDCEEEEBBB8}.Release|Any CPU.Build.0 = Release|Any CPU + {CF16C541-8050-60AB-EAE3-20BB74EF08D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CF16C541-8050-60AB-EAE3-20BB74EF08D2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CF16C541-8050-60AB-EAE3-20BB74EF08D2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CF16C541-8050-60AB-EAE3-20BB74EF08D2}.Release|Any CPU.Build.0 = Release|Any CPU + {CC08E656-7CA0-24B6-917C-78090016ADF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CC08E656-7CA0-24B6-917C-78090016ADF6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CC08E656-7CA0-24B6-917C-78090016ADF6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CC08E656-7CA0-24B6-917C-78090016ADF6}.Release|Any CPU.Build.0 = Release|Any CPU + {0094494D-5D1C-20E6-896D-C13C5ACB65C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0094494D-5D1C-20E6-896D-C13C5ACB65C3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0094494D-5D1C-20E6-896D-C13C5ACB65C3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0094494D-5D1C-20E6-896D-C13C5ACB65C3}.Release|Any CPU.Build.0 = Release|Any CPU + {1E480FD6-618D-9DFF-8F74-543D8E4086D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1E480FD6-618D-9DFF-8F74-543D8E4086D3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1E480FD6-618D-9DFF-8F74-543D8E4086D3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1E480FD6-618D-9DFF-8F74-543D8E4086D3}.Release|Any CPU.Build.0 = Release|Any CPU + {D4B2F78B-E8FA-B44B-59AD-A8D60607012E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D4B2F78B-E8FA-B44B-59AD-A8D60607012E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D4B2F78B-E8FA-B44B-59AD-A8D60607012E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D4B2F78B-E8FA-B44B-59AD-A8D60607012E}.Release|Any CPU.Build.0 = Release|Any CPU + {3D5BE22D-4557-1B73-E8A2-46CDE6206214}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3D5BE22D-4557-1B73-E8A2-46CDE6206214}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3D5BE22D-4557-1B73-E8A2-46CDE6206214}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3D5BE22D-4557-1B73-E8A2-46CDE6206214}.Release|Any CPU.Build.0 = Release|Any CPU + {27F2E048-438E-35DD-D48C-63DCBDCCF7C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {27F2E048-438E-35DD-D48C-63DCBDCCF7C3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {27F2E048-438E-35DD-D48C-63DCBDCCF7C3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {27F2E048-438E-35DD-D48C-63DCBDCCF7C3}.Release|Any CPU.Build.0 = Release|Any CPU + {922ECDD2-3E7B-BC34-A2A3-EC3AB672ACF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {922ECDD2-3E7B-BC34-A2A3-EC3AB672ACF6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {922ECDD2-3E7B-BC34-A2A3-EC3AB672ACF6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {922ECDD2-3E7B-BC34-A2A3-EC3AB672ACF6}.Release|Any CPU.Build.0 = Release|Any CPU + {50595E5D-B390-D080-CEA9-AECBE5012CBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {50595E5D-B390-D080-CEA9-AECBE5012CBC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {50595E5D-B390-D080-CEA9-AECBE5012CBC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {50595E5D-B390-D080-CEA9-AECBE5012CBC}.Release|Any CPU.Build.0 = Release|Any CPU + {D4398F33-2DB2-6833-11D9-BD0FC7FE26F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D4398F33-2DB2-6833-11D9-BD0FC7FE26F9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D4398F33-2DB2-6833-11D9-BD0FC7FE26F9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D4398F33-2DB2-6833-11D9-BD0FC7FE26F9}.Release|Any CPU.Build.0 = Release|Any CPU + {330CFE34-2FE2-CA26-6936-18013EE77A44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {330CFE34-2FE2-CA26-6936-18013EE77A44}.Debug|Any CPU.Build.0 = Debug|Any CPU + {330CFE34-2FE2-CA26-6936-18013EE77A44}.Release|Any CPU.ActiveCfg = Release|Any CPU + {330CFE34-2FE2-CA26-6936-18013EE77A44}.Release|Any CPU.Build.0 = Release|Any CPU + {F0F37F78-CC90-6A7B-2142-C8025878C838}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F0F37F78-CC90-6A7B-2142-C8025878C838}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F0F37F78-CC90-6A7B-2142-C8025878C838}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F0F37F78-CC90-6A7B-2142-C8025878C838}.Release|Any CPU.Build.0 = Release|Any CPU + {08DD2B94-ACAD-59A6-7A55-64F9947C7A20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {08DD2B94-ACAD-59A6-7A55-64F9947C7A20}.Debug|Any CPU.Build.0 = Debug|Any CPU + {08DD2B94-ACAD-59A6-7A55-64F9947C7A20}.Release|Any CPU.ActiveCfg = Release|Any CPU + {08DD2B94-ACAD-59A6-7A55-64F9947C7A20}.Release|Any CPU.Build.0 = Release|Any CPU + {09CD1554-7346-8C63-3F37-84D657E4BCE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {09CD1554-7346-8C63-3F37-84D657E4BCE6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {09CD1554-7346-8C63-3F37-84D657E4BCE6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {09CD1554-7346-8C63-3F37-84D657E4BCE6}.Release|Any CPU.Build.0 = Release|Any CPU + {6E83F53D-5C3E-C7B0-E93A-5489461844BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6E83F53D-5C3E-C7B0-E93A-5489461844BF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6E83F53D-5C3E-C7B0-E93A-5489461844BF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6E83F53D-5C3E-C7B0-E93A-5489461844BF}.Release|Any CPU.Build.0 = Release|Any CPU + {C32C8C41-74FB-9EFD-C92C-789058E644BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C32C8C41-74FB-9EFD-C92C-789058E644BB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C32C8C41-74FB-9EFD-C92C-789058E644BB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C32C8C41-74FB-9EFD-C92C-789058E644BB}.Release|Any CPU.Build.0 = Release|Any CPU + {7E377CC6-396A-11BB-8A8C-BB155605F892}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7E377CC6-396A-11BB-8A8C-BB155605F892}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7E377CC6-396A-11BB-8A8C-BB155605F892}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7E377CC6-396A-11BB-8A8C-BB155605F892}.Release|Any CPU.Build.0 = Release|Any CPU + {82602DCC-C3FB-80FF-A7E6-22D34B402071}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {82602DCC-C3FB-80FF-A7E6-22D34B402071}.Debug|Any CPU.Build.0 = Debug|Any CPU + {82602DCC-C3FB-80FF-A7E6-22D34B402071}.Release|Any CPU.ActiveCfg = Release|Any CPU + {82602DCC-C3FB-80FF-A7E6-22D34B402071}.Release|Any CPU.Build.0 = Release|Any CPU + {067D3D92-C988-642E-3D5A-3F13CD220309}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {067D3D92-C988-642E-3D5A-3F13CD220309}.Debug|Any CPU.Build.0 = Debug|Any CPU + {067D3D92-C988-642E-3D5A-3F13CD220309}.Release|Any CPU.ActiveCfg = Release|Any CPU + {067D3D92-C988-642E-3D5A-3F13CD220309}.Release|Any CPU.Build.0 = Release|Any CPU + {E02407C0-64E2-A630-B124-8A28F9F0C9E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E02407C0-64E2-A630-B124-8A28F9F0C9E6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E02407C0-64E2-A630-B124-8A28F9F0C9E6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E02407C0-64E2-A630-B124-8A28F9F0C9E6}.Release|Any CPU.Build.0 = Release|Any CPU + {5F7C1ED6-6D8E-40DF-323D-A94E35EBE9AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5F7C1ED6-6D8E-40DF-323D-A94E35EBE9AB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5F7C1ED6-6D8E-40DF-323D-A94E35EBE9AB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5F7C1ED6-6D8E-40DF-323D-A94E35EBE9AB}.Release|Any CPU.Build.0 = Release|Any CPU + {FD4ED881-244F-B6DA-DBB6-D0FF62FD5B7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FD4ED881-244F-B6DA-DBB6-D0FF62FD5B7D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FD4ED881-244F-B6DA-DBB6-D0FF62FD5B7D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FD4ED881-244F-B6DA-DBB6-D0FF62FD5B7D}.Release|Any CPU.Build.0 = Release|Any CPU + {E16F2DA3-2C3B-C0DE-E441-E4489ECF2F7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E16F2DA3-2C3B-C0DE-E441-E4489ECF2F7A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E16F2DA3-2C3B-C0DE-E441-E4489ECF2F7A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E16F2DA3-2C3B-C0DE-E441-E4489ECF2F7A}.Release|Any CPU.Build.0 = Release|Any CPU + {2CE2B6A2-A8B3-75A7-4543-D76139730909}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2CE2B6A2-A8B3-75A7-4543-D76139730909}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2CE2B6A2-A8B3-75A7-4543-D76139730909}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2CE2B6A2-A8B3-75A7-4543-D76139730909}.Release|Any CPU.Build.0 = Release|Any CPU + {CAFDE696-EA76-07B8-4F31-1AEA8D273E09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CAFDE696-EA76-07B8-4F31-1AEA8D273E09}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CAFDE696-EA76-07B8-4F31-1AEA8D273E09}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CAFDE696-EA76-07B8-4F31-1AEA8D273E09}.Release|Any CPU.Build.0 = Release|Any CPU + {F09145ED-0386-4DC0-48A2-1653821A1FD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F09145ED-0386-4DC0-48A2-1653821A1FD1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F09145ED-0386-4DC0-48A2-1653821A1FD1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F09145ED-0386-4DC0-48A2-1653821A1FD1}.Release|Any CPU.Build.0 = Release|Any CPU + {4E51ED34-4F19-68C6-2A4B-2D2209B6ECA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4E51ED34-4F19-68C6-2A4B-2D2209B6ECA8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4E51ED34-4F19-68C6-2A4B-2D2209B6ECA8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4E51ED34-4F19-68C6-2A4B-2D2209B6ECA8}.Release|Any CPU.Build.0 = Release|Any CPU + {6A8012C8-9BB1-EAA2-2D98-0C995D3B019A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6A8012C8-9BB1-EAA2-2D98-0C995D3B019A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6A8012C8-9BB1-EAA2-2D98-0C995D3B019A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6A8012C8-9BB1-EAA2-2D98-0C995D3B019A}.Release|Any CPU.Build.0 = Release|Any CPU + {25BC6860-A7D1-DCE2-F2F6-40E3EBF495FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {25BC6860-A7D1-DCE2-F2F6-40E3EBF495FB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {25BC6860-A7D1-DCE2-F2F6-40E3EBF495FB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {25BC6860-A7D1-DCE2-F2F6-40E3EBF495FB}.Release|Any CPU.Build.0 = Release|Any CPU + {22147EC9-3282-F642-55BE-60485B4F4303}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {22147EC9-3282-F642-55BE-60485B4F4303}.Debug|Any CPU.Build.0 = Debug|Any CPU + {22147EC9-3282-F642-55BE-60485B4F4303}.Release|Any CPU.ActiveCfg = Release|Any CPU + {22147EC9-3282-F642-55BE-60485B4F4303}.Release|Any CPU.Build.0 = Release|Any CPU + {31246B5A-07E2-E38A-5993-A377F80691A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {31246B5A-07E2-E38A-5993-A377F80691A6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {31246B5A-07E2-E38A-5993-A377F80691A6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {31246B5A-07E2-E38A-5993-A377F80691A6}.Release|Any CPU.Build.0 = Release|Any CPU + {BEAA6DCA-4D48-9D6F-418A-C866DCB27826}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BEAA6DCA-4D48-9D6F-418A-C866DCB27826}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BEAA6DCA-4D48-9D6F-418A-C866DCB27826}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BEAA6DCA-4D48-9D6F-418A-C866DCB27826}.Release|Any CPU.Build.0 = Release|Any CPU + {57538DAC-2113-A3F3-AD89-2566A872DF36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {57538DAC-2113-A3F3-AD89-2566A872DF36}.Debug|Any CPU.Build.0 = Debug|Any CPU + {57538DAC-2113-A3F3-AD89-2566A872DF36}.Release|Any CPU.ActiveCfg = Release|Any CPU + {57538DAC-2113-A3F3-AD89-2566A872DF36}.Release|Any CPU.Build.0 = Release|Any CPU + {392643E6-0694-45C0-EDEA-F07DF82C0006}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {392643E6-0694-45C0-EDEA-F07DF82C0006}.Debug|Any CPU.Build.0 = Debug|Any CPU + {392643E6-0694-45C0-EDEA-F07DF82C0006}.Release|Any CPU.ActiveCfg = Release|Any CPU + {392643E6-0694-45C0-EDEA-F07DF82C0006}.Release|Any CPU.Build.0 = Release|Any CPU + {EE6EB745-E058-397C-FE69-DEB8E3A9D5CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EE6EB745-E058-397C-FE69-DEB8E3A9D5CF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EE6EB745-E058-397C-FE69-DEB8E3A9D5CF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EE6EB745-E058-397C-FE69-DEB8E3A9D5CF}.Release|Any CPU.Build.0 = Release|Any CPU + {BFBB8525-EFBD-D66C-B293-9BC1A4B263B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BFBB8525-EFBD-D66C-B293-9BC1A4B263B0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BFBB8525-EFBD-D66C-B293-9BC1A4B263B0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BFBB8525-EFBD-D66C-B293-9BC1A4B263B0}.Release|Any CPU.Build.0 = Release|Any CPU + {92952AC3-6725-914E-3924-51E355AEC652}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {92952AC3-6725-914E-3924-51E355AEC652}.Debug|Any CPU.Build.0 = Debug|Any CPU + {92952AC3-6725-914E-3924-51E355AEC652}.Release|Any CPU.ActiveCfg = Release|Any CPU + {92952AC3-6725-914E-3924-51E355AEC652}.Release|Any CPU.Build.0 = Release|Any CPU + {0B4F1735-86E3-5179-EADC-91787CD1106C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0B4F1735-86E3-5179-EADC-91787CD1106C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0B4F1735-86E3-5179-EADC-91787CD1106C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0B4F1735-86E3-5179-EADC-91787CD1106C}.Release|Any CPU.Build.0 = Release|Any CPU + {3364286C-4956-E5F1-EE07-1AE45A358B5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3364286C-4956-E5F1-EE07-1AE45A358B5B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3364286C-4956-E5F1-EE07-1AE45A358B5B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3364286C-4956-E5F1-EE07-1AE45A358B5B}.Release|Any CPU.Build.0 = Release|Any CPU + {400F5172-E82D-5F29-65B6-178DEBE39F5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {400F5172-E82D-5F29-65B6-178DEBE39F5F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {400F5172-E82D-5F29-65B6-178DEBE39F5F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {400F5172-E82D-5F29-65B6-178DEBE39F5F}.Release|Any CPU.Build.0 = Release|Any CPU + {79DB9FB0-8CE0-B7EA-2C1C-C62964EA737D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {79DB9FB0-8CE0-B7EA-2C1C-C62964EA737D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {79DB9FB0-8CE0-B7EA-2C1C-C62964EA737D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {79DB9FB0-8CE0-B7EA-2C1C-C62964EA737D}.Release|Any CPU.Build.0 = Release|Any CPU + {C68FB1D4-9CCD-EF1B-0249-E0C7346D9959}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C68FB1D4-9CCD-EF1B-0249-E0C7346D9959}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C68FB1D4-9CCD-EF1B-0249-E0C7346D9959}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C68FB1D4-9CCD-EF1B-0249-E0C7346D9959}.Release|Any CPU.Build.0 = Release|Any CPU + {93709766-638E-9E06-B44E-B2B72C6641CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {93709766-638E-9E06-B44E-B2B72C6641CB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {93709766-638E-9E06-B44E-B2B72C6641CB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {93709766-638E-9E06-B44E-B2B72C6641CB}.Release|Any CPU.Build.0 = Release|Any CPU + {99F30C23-47A7-EE66-8159-66DDEF58E17E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {99F30C23-47A7-EE66-8159-66DDEF58E17E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {99F30C23-47A7-EE66-8159-66DDEF58E17E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {99F30C23-47A7-EE66-8159-66DDEF58E17E}.Release|Any CPU.Build.0 = Release|Any CPU + {2B976FC6-C8BF-59A3-1E63-30C02AF9379F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2B976FC6-C8BF-59A3-1E63-30C02AF9379F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2B976FC6-C8BF-59A3-1E63-30C02AF9379F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2B976FC6-C8BF-59A3-1E63-30C02AF9379F}.Release|Any CPU.Build.0 = Release|Any CPU + {A73020A9-B580-3C57-7ACF-712E2324556A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A73020A9-B580-3C57-7ACF-712E2324556A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A73020A9-B580-3C57-7ACF-712E2324556A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A73020A9-B580-3C57-7ACF-712E2324556A}.Release|Any CPU.Build.0 = Release|Any CPU + {1A95B8A6-BB78-66BB-3A14-70CD165FE284}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1A95B8A6-BB78-66BB-3A14-70CD165FE284}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1A95B8A6-BB78-66BB-3A14-70CD165FE284}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1A95B8A6-BB78-66BB-3A14-70CD165FE284}.Release|Any CPU.Build.0 = Release|Any CPU + {0444ED66-3C12-EBEA-65AD-EA4E80C70C8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0444ED66-3C12-EBEA-65AD-EA4E80C70C8D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0444ED66-3C12-EBEA-65AD-EA4E80C70C8D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0444ED66-3C12-EBEA-65AD-EA4E80C70C8D}.Release|Any CPU.Build.0 = Release|Any CPU + {55BF993A-22BB-317E-08B8-6844A4B37909}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {55BF993A-22BB-317E-08B8-6844A4B37909}.Debug|Any CPU.Build.0 = Debug|Any CPU + {55BF993A-22BB-317E-08B8-6844A4B37909}.Release|Any CPU.ActiveCfg = Release|Any CPU + {55BF993A-22BB-317E-08B8-6844A4B37909}.Release|Any CPU.Build.0 = Release|Any CPU + {57135CB8-C66C-EF21-11F3-43A4B2083B96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {57135CB8-C66C-EF21-11F3-43A4B2083B96}.Debug|Any CPU.Build.0 = Debug|Any CPU + {57135CB8-C66C-EF21-11F3-43A4B2083B96}.Release|Any CPU.ActiveCfg = Release|Any CPU + {57135CB8-C66C-EF21-11F3-43A4B2083B96}.Release|Any CPU.Build.0 = Release|Any CPU + {677807F6-33AF-4F2E-5C27-489E7C75BAD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {677807F6-33AF-4F2E-5C27-489E7C75BAD2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {677807F6-33AF-4F2E-5C27-489E7C75BAD2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {677807F6-33AF-4F2E-5C27-489E7C75BAD2}.Release|Any CPU.Build.0 = Release|Any CPU + {433EA08F-A806-FFD3-0A97-3E2343B62902}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {433EA08F-A806-FFD3-0A97-3E2343B62902}.Debug|Any CPU.Build.0 = Debug|Any CPU + {433EA08F-A806-FFD3-0A97-3E2343B62902}.Release|Any CPU.ActiveCfg = Release|Any CPU + {433EA08F-A806-FFD3-0A97-3E2343B62902}.Release|Any CPU.Build.0 = Release|Any CPU + {C0700042-9302-4802-1257-16CE08A2F6A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C0700042-9302-4802-1257-16CE08A2F6A6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C0700042-9302-4802-1257-16CE08A2F6A6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C0700042-9302-4802-1257-16CE08A2F6A6}.Release|Any CPU.Build.0 = Release|Any CPU + {6C7D356E-7A9A-38FD-BDA6-815C12D1A07B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6C7D356E-7A9A-38FD-BDA6-815C12D1A07B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6C7D356E-7A9A-38FD-BDA6-815C12D1A07B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6C7D356E-7A9A-38FD-BDA6-815C12D1A07B}.Release|Any CPU.Build.0 = Release|Any CPU + {E5B66C42-2CD5-1155-BFCB-9CD2FC91D85D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E5B66C42-2CD5-1155-BFCB-9CD2FC91D85D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E5B66C42-2CD5-1155-BFCB-9CD2FC91D85D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E5B66C42-2CD5-1155-BFCB-9CD2FC91D85D}.Release|Any CPU.Build.0 = Release|Any CPU + {69A945C3-3DA0-3FFD-085E-92C793F2D078}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {69A945C3-3DA0-3FFD-085E-92C793F2D078}.Debug|Any CPU.Build.0 = Debug|Any CPU + {69A945C3-3DA0-3FFD-085E-92C793F2D078}.Release|Any CPU.ActiveCfg = Release|Any CPU + {69A945C3-3DA0-3FFD-085E-92C793F2D078}.Release|Any CPU.Build.0 = Release|Any CPU + {17B7A0D0-C44F-83B0-1993-1811AA448739}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {17B7A0D0-C44F-83B0-1993-1811AA448739}.Debug|Any CPU.Build.0 = Debug|Any CPU + {17B7A0D0-C44F-83B0-1993-1811AA448739}.Release|Any CPU.ActiveCfg = Release|Any CPU + {17B7A0D0-C44F-83B0-1993-1811AA448739}.Release|Any CPU.Build.0 = Release|Any CPU + {7D5F5FDD-9746-E3AF-B039-1929454F4E02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7D5F5FDD-9746-E3AF-B039-1929454F4E02}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7D5F5FDD-9746-E3AF-B039-1929454F4E02}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7D5F5FDD-9746-E3AF-B039-1929454F4E02}.Release|Any CPU.Build.0 = Release|Any CPU + {714E8198-D2DA-B1CF-516C-321DD18EF50D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {714E8198-D2DA-B1CF-516C-321DD18EF50D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {714E8198-D2DA-B1CF-516C-321DD18EF50D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {714E8198-D2DA-B1CF-516C-321DD18EF50D}.Release|Any CPU.Build.0 = Release|Any CPU + {3229132E-66B4-E9C6-AD7E-266E5C750103}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3229132E-66B4-E9C6-AD7E-266E5C750103}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3229132E-66B4-E9C6-AD7E-266E5C750103}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3229132E-66B4-E9C6-AD7E-266E5C750103}.Release|Any CPU.Build.0 = Release|Any CPU + {C7B09FB6-13F5-BE62-B3E4-9F4363887945}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C7B09FB6-13F5-BE62-B3E4-9F4363887945}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C7B09FB6-13F5-BE62-B3E4-9F4363887945}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C7B09FB6-13F5-BE62-B3E4-9F4363887945}.Release|Any CPU.Build.0 = Release|Any CPU + {4360B94E-BF9F-F428-3862-5FDC7654E8A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4360B94E-BF9F-F428-3862-5FDC7654E8A4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4360B94E-BF9F-F428-3862-5FDC7654E8A4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4360B94E-BF9F-F428-3862-5FDC7654E8A4}.Release|Any CPU.Build.0 = Release|Any CPU + {C9297162-6CB0-4D14-B04E-94AF6A638C05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C9297162-6CB0-4D14-B04E-94AF6A638C05}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C9297162-6CB0-4D14-B04E-94AF6A638C05}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C9297162-6CB0-4D14-B04E-94AF6A638C05}.Release|Any CPU.Build.0 = Release|Any CPU + {E1F07FEB-9AD1-B843-946B-B14EA9A7A02A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E1F07FEB-9AD1-B843-946B-B14EA9A7A02A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E1F07FEB-9AD1-B843-946B-B14EA9A7A02A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E1F07FEB-9AD1-B843-946B-B14EA9A7A02A}.Release|Any CPU.Build.0 = Release|Any CPU + {C9237CED-1CAC-AA7B-7330-769C20F43E65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C9237CED-1CAC-AA7B-7330-769C20F43E65}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C9237CED-1CAC-AA7B-7330-769C20F43E65}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C9237CED-1CAC-AA7B-7330-769C20F43E65}.Release|Any CPU.Build.0 = Release|Any CPU + {1DC9225A-9F07-EC98-90CB-47219EA2B067}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1DC9225A-9F07-EC98-90CB-47219EA2B067}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1DC9225A-9F07-EC98-90CB-47219EA2B067}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1DC9225A-9F07-EC98-90CB-47219EA2B067}.Release|Any CPU.Build.0 = Release|Any CPU + {692BE0A7-63BE-1321-68AC-68C178F4C356}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {692BE0A7-63BE-1321-68AC-68C178F4C356}.Debug|Any CPU.Build.0 = Debug|Any CPU + {692BE0A7-63BE-1321-68AC-68C178F4C356}.Release|Any CPU.ActiveCfg = Release|Any CPU + {692BE0A7-63BE-1321-68AC-68C178F4C356}.Release|Any CPU.Build.0 = Release|Any CPU + {4111645C-179D-4133-786D-2A59B0A36BAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4111645C-179D-4133-786D-2A59B0A36BAB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4111645C-179D-4133-786D-2A59B0A36BAB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4111645C-179D-4133-786D-2A59B0A36BAB}.Release|Any CPU.Build.0 = Release|Any CPU + {A0CF1CA9-6C3F-8834-14D2-92C40BDAAA81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A0CF1CA9-6C3F-8834-14D2-92C40BDAAA81}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A0CF1CA9-6C3F-8834-14D2-92C40BDAAA81}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A0CF1CA9-6C3F-8834-14D2-92C40BDAAA81}.Release|Any CPU.Build.0 = Release|Any CPU + {23B70FEF-D84C-A5C7-558C-D53C2965C184}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {23B70FEF-D84C-A5C7-558C-D53C2965C184}.Debug|Any CPU.Build.0 = Debug|Any CPU + {23B70FEF-D84C-A5C7-558C-D53C2965C184}.Release|Any CPU.ActiveCfg = Release|Any CPU + {23B70FEF-D84C-A5C7-558C-D53C2965C184}.Release|Any CPU.Build.0 = Release|Any CPU + {C3AEA160-1132-CD7F-B097-7AB02A5B1D37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C3AEA160-1132-CD7F-B097-7AB02A5B1D37}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C3AEA160-1132-CD7F-B097-7AB02A5B1D37}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C3AEA160-1132-CD7F-B097-7AB02A5B1D37}.Release|Any CPU.Build.0 = Release|Any CPU + {6319E8C1-976B-B973-2050-602B2EE02DA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6319E8C1-976B-B973-2050-602B2EE02DA1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6319E8C1-976B-B973-2050-602B2EE02DA1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6319E8C1-976B-B973-2050-602B2EE02DA1}.Release|Any CPU.Build.0 = Release|Any CPU + {14CCCD21-0BC5-A063-26E4-9E723A50FAA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {14CCCD21-0BC5-A063-26E4-9E723A50FAA4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {14CCCD21-0BC5-A063-26E4-9E723A50FAA4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {14CCCD21-0BC5-A063-26E4-9E723A50FAA4}.Release|Any CPU.Build.0 = Release|Any CPU + {B5751CFC-F770-EDC5-DFA3-C678AF663266}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B5751CFC-F770-EDC5-DFA3-C678AF663266}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B5751CFC-F770-EDC5-DFA3-C678AF663266}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B5751CFC-F770-EDC5-DFA3-C678AF663266}.Release|Any CPU.Build.0 = Release|Any CPU + {0DBADC96-3076-4FB7-9AF9-B9DEDE5CDA4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0DBADC96-3076-4FB7-9AF9-B9DEDE5CDA4F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0DBADC96-3076-4FB7-9AF9-B9DEDE5CDA4F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0DBADC96-3076-4FB7-9AF9-B9DEDE5CDA4F}.Release|Any CPU.Build.0 = Release|Any CPU + {3BD9D05F-CDB7-7F79-E400-E4B31097AA7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3BD9D05F-CDB7-7F79-E400-E4B31097AA7A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3BD9D05F-CDB7-7F79-E400-E4B31097AA7A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3BD9D05F-CDB7-7F79-E400-E4B31097AA7A}.Release|Any CPU.Build.0 = Release|Any CPU + {CA960AC5-7C56-FACE-BE9E-77FA97250A12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CA960AC5-7C56-FACE-BE9E-77FA97250A12}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CA960AC5-7C56-FACE-BE9E-77FA97250A12}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CA960AC5-7C56-FACE-BE9E-77FA97250A12}.Release|Any CPU.Build.0 = Release|Any CPU + {7662953E-71A7-2D33-6320-CC9B0F3E2D00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7662953E-71A7-2D33-6320-CC9B0F3E2D00}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7662953E-71A7-2D33-6320-CC9B0F3E2D00}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7662953E-71A7-2D33-6320-CC9B0F3E2D00}.Release|Any CPU.Build.0 = Release|Any CPU + {A0C3C3FA-68BC-ED95-88E0-458654AED481}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A0C3C3FA-68BC-ED95-88E0-458654AED481}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A0C3C3FA-68BC-ED95-88E0-458654AED481}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A0C3C3FA-68BC-ED95-88E0-458654AED481}.Release|Any CPU.Build.0 = Release|Any CPU + {4271BCC9-6553-FACE-BC3D-6262EA3BC18A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4271BCC9-6553-FACE-BC3D-6262EA3BC18A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4271BCC9-6553-FACE-BC3D-6262EA3BC18A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4271BCC9-6553-FACE-BC3D-6262EA3BC18A}.Release|Any CPU.Build.0 = Release|Any CPU + {D597C8F9-47E5-96DB-BDFD-B49DE3FA0721}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D597C8F9-47E5-96DB-BDFD-B49DE3FA0721}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D597C8F9-47E5-96DB-BDFD-B49DE3FA0721}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D597C8F9-47E5-96DB-BDFD-B49DE3FA0721}.Release|Any CPU.Build.0 = Release|Any CPU + {23F1A523-479B-B1D7-D5B0-7F73A3390F87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {23F1A523-479B-B1D7-D5B0-7F73A3390F87}.Debug|Any CPU.Build.0 = Debug|Any CPU + {23F1A523-479B-B1D7-D5B0-7F73A3390F87}.Release|Any CPU.ActiveCfg = Release|Any CPU + {23F1A523-479B-B1D7-D5B0-7F73A3390F87}.Release|Any CPU.Build.0 = Release|Any CPU + {74DC1BEA-C966-DA0B-25BA-2303287BA60C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {74DC1BEA-C966-DA0B-25BA-2303287BA60C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {74DC1BEA-C966-DA0B-25BA-2303287BA60C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {74DC1BEA-C966-DA0B-25BA-2303287BA60C}.Release|Any CPU.Build.0 = Release|Any CPU + {AF684CC5-95BD-B6A9-419F-91A8C606D9A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AF684CC5-95BD-B6A9-419F-91A8C606D9A6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AF684CC5-95BD-B6A9-419F-91A8C606D9A6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AF684CC5-95BD-B6A9-419F-91A8C606D9A6}.Release|Any CPU.Build.0 = Release|Any CPU + {6D98A1E6-A267-3241-E046-04A707BE92B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6D98A1E6-A267-3241-E046-04A707BE92B4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6D98A1E6-A267-3241-E046-04A707BE92B4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6D98A1E6-A267-3241-E046-04A707BE92B4}.Release|Any CPU.Build.0 = Release|Any CPU + {E99D74D6-6572-D37B-D908-A16CEBB5F478}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E99D74D6-6572-D37B-D908-A16CEBB5F478}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E99D74D6-6572-D37B-D908-A16CEBB5F478}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E99D74D6-6572-D37B-D908-A16CEBB5F478}.Release|Any CPU.Build.0 = Release|Any CPU + {519318F6-5A66-2DA0-C817-77B8EBDA1FDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {519318F6-5A66-2DA0-C817-77B8EBDA1FDA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {519318F6-5A66-2DA0-C817-77B8EBDA1FDA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {519318F6-5A66-2DA0-C817-77B8EBDA1FDA}.Release|Any CPU.Build.0 = Release|Any CPU + {49FC2530-E874-C32C-FE67-8B17CE69C303}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {49FC2530-E874-C32C-FE67-8B17CE69C303}.Debug|Any CPU.Build.0 = Debug|Any CPU + {49FC2530-E874-C32C-FE67-8B17CE69C303}.Release|Any CPU.ActiveCfg = Release|Any CPU + {49FC2530-E874-C32C-FE67-8B17CE69C303}.Release|Any CPU.Build.0 = Release|Any CPU + {9782EA50-8D24-923D-7CB0-A0E5B2BE8183}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9782EA50-8D24-923D-7CB0-A0E5B2BE8183}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9782EA50-8D24-923D-7CB0-A0E5B2BE8183}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9782EA50-8D24-923D-7CB0-A0E5B2BE8183}.Release|Any CPU.Build.0 = Release|Any CPU + {02B31539-B632-F836-F52F-153F262E4B68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {02B31539-B632-F836-F52F-153F262E4B68}.Debug|Any CPU.Build.0 = Debug|Any CPU + {02B31539-B632-F836-F52F-153F262E4B68}.Release|Any CPU.ActiveCfg = Release|Any CPU + {02B31539-B632-F836-F52F-153F262E4B68}.Release|Any CPU.Build.0 = Release|Any CPU + {424DA922-85CD-02B4-B083-379B72CE70A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {424DA922-85CD-02B4-B083-379B72CE70A7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {424DA922-85CD-02B4-B083-379B72CE70A7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {424DA922-85CD-02B4-B083-379B72CE70A7}.Release|Any CPU.Build.0 = Release|Any CPU + {7ED6148C-D80F-FAB5-B426-692480BAE1E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7ED6148C-D80F-FAB5-B426-692480BAE1E9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7ED6148C-D80F-FAB5-B426-692480BAE1E9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7ED6148C-D80F-FAB5-B426-692480BAE1E9}.Release|Any CPU.Build.0 = Release|Any CPU + {16EA558F-6CA6-D77A-6E49-BEAB4A5A0628}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {16EA558F-6CA6-D77A-6E49-BEAB4A5A0628}.Debug|Any CPU.Build.0 = Debug|Any CPU + {16EA558F-6CA6-D77A-6E49-BEAB4A5A0628}.Release|Any CPU.ActiveCfg = Release|Any CPU + {16EA558F-6CA6-D77A-6E49-BEAB4A5A0628}.Release|Any CPU.Build.0 = Release|Any CPU + {A8367BCC-5992-8E5C-9333-3800EC27C66A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A8367BCC-5992-8E5C-9333-3800EC27C66A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A8367BCC-5992-8E5C-9333-3800EC27C66A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A8367BCC-5992-8E5C-9333-3800EC27C66A}.Release|Any CPU.Build.0 = Release|Any CPU + {C514BA3C-0BE9-06EA-7700-81BA7358BA3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C514BA3C-0BE9-06EA-7700-81BA7358BA3D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C514BA3C-0BE9-06EA-7700-81BA7358BA3D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C514BA3C-0BE9-06EA-7700-81BA7358BA3D}.Release|Any CPU.Build.0 = Release|Any CPU + {3D86415F-A76A-5073-7210-B6997FDF2FC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3D86415F-A76A-5073-7210-B6997FDF2FC1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3D86415F-A76A-5073-7210-B6997FDF2FC1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3D86415F-A76A-5073-7210-B6997FDF2FC1}.Release|Any CPU.Build.0 = Release|Any CPU + {11D75697-65C3-3812-A365-FEB0D1540046}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {11D75697-65C3-3812-A365-FEB0D1540046}.Debug|Any CPU.Build.0 = Debug|Any CPU + {11D75697-65C3-3812-A365-FEB0D1540046}.Release|Any CPU.ActiveCfg = Release|Any CPU + {11D75697-65C3-3812-A365-FEB0D1540046}.Release|Any CPU.Build.0 = Release|Any CPU + {80A0A81D-EFD3-92D4-4421-6BC177C7E048}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {80A0A81D-EFD3-92D4-4421-6BC177C7E048}.Debug|Any CPU.Build.0 = Debug|Any CPU + {80A0A81D-EFD3-92D4-4421-6BC177C7E048}.Release|Any CPU.ActiveCfg = Release|Any CPU + {80A0A81D-EFD3-92D4-4421-6BC177C7E048}.Release|Any CPU.Build.0 = Release|Any CPU + {1AE09BEC-D7C0-CCB8-6267-6C132F0BBD63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1AE09BEC-D7C0-CCB8-6267-6C132F0BBD63}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1AE09BEC-D7C0-CCB8-6267-6C132F0BBD63}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1AE09BEC-D7C0-CCB8-6267-6C132F0BBD63}.Release|Any CPU.Build.0 = Release|Any CPU + {E591DAE2-327D-8E85-4EC3-595FD974241C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E591DAE2-327D-8E85-4EC3-595FD974241C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E591DAE2-327D-8E85-4EC3-595FD974241C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E591DAE2-327D-8E85-4EC3-595FD974241C}.Release|Any CPU.Build.0 = Release|Any CPU + {B743BE01-881E-4F50-5703-9903CC129F43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B743BE01-881E-4F50-5703-9903CC129F43}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B743BE01-881E-4F50-5703-9903CC129F43}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B743BE01-881E-4F50-5703-9903CC129F43}.Release|Any CPU.Build.0 = Release|Any CPU + {C48620D3-BA48-97E1-0269-D61533D4F99C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C48620D3-BA48-97E1-0269-D61533D4F99C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C48620D3-BA48-97E1-0269-D61533D4F99C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C48620D3-BA48-97E1-0269-D61533D4F99C}.Release|Any CPU.Build.0 = Release|Any CPU + {E46C5899-3232-DCE6-800D-2AD3966E53A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E46C5899-3232-DCE6-800D-2AD3966E53A6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E46C5899-3232-DCE6-800D-2AD3966E53A6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E46C5899-3232-DCE6-800D-2AD3966E53A6}.Release|Any CPU.Build.0 = Release|Any CPU + {11A9F714-D872-EF5B-E741-0B6BE56EA9A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {11A9F714-D872-EF5B-E741-0B6BE56EA9A9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {11A9F714-D872-EF5B-E741-0B6BE56EA9A9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {11A9F714-D872-EF5B-E741-0B6BE56EA9A9}.Release|Any CPU.Build.0 = Release|Any CPU + {D249420A-99B6-8301-001E-C6DA6ED37883}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D249420A-99B6-8301-001E-C6DA6ED37883}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D249420A-99B6-8301-001E-C6DA6ED37883}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D249420A-99B6-8301-001E-C6DA6ED37883}.Release|Any CPU.Build.0 = Release|Any CPU + {F27D687C-2208-17E9-7734-189734F2F580}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F27D687C-2208-17E9-7734-189734F2F580}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F27D687C-2208-17E9-7734-189734F2F580}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F27D687C-2208-17E9-7734-189734F2F580}.Release|Any CPU.Build.0 = Release|Any CPU + {30058239-BE5D-C3F6-85D7-DB84FD5BD708}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {30058239-BE5D-C3F6-85D7-DB84FD5BD708}.Debug|Any CPU.Build.0 = Debug|Any CPU + {30058239-BE5D-C3F6-85D7-DB84FD5BD708}.Release|Any CPU.ActiveCfg = Release|Any CPU + {30058239-BE5D-C3F6-85D7-DB84FD5BD708}.Release|Any CPU.Build.0 = Release|Any CPU + {0C000837-0983-5978-E947-C2323616A45E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0C000837-0983-5978-E947-C2323616A45E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0C000837-0983-5978-E947-C2323616A45E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0C000837-0983-5978-E947-C2323616A45E}.Release|Any CPU.Build.0 = Release|Any CPU + {817F3615-503D-ED18-A5ED-8C9FFFB318A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {817F3615-503D-ED18-A5ED-8C9FFFB318A0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {817F3615-503D-ED18-A5ED-8C9FFFB318A0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {817F3615-503D-ED18-A5ED-8C9FFFB318A0}.Release|Any CPU.Build.0 = Release|Any CPU + {135F5CE0-0C74-298E-8523-AC9B28A3EED3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {135F5CE0-0C74-298E-8523-AC9B28A3EED3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {135F5CE0-0C74-298E-8523-AC9B28A3EED3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {135F5CE0-0C74-298E-8523-AC9B28A3EED3}.Release|Any CPU.Build.0 = Release|Any CPU + {DFEE61BC-4DD6-206A-8523-E2156C7FC5F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DFEE61BC-4DD6-206A-8523-E2156C7FC5F4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DFEE61BC-4DD6-206A-8523-E2156C7FC5F4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DFEE61BC-4DD6-206A-8523-E2156C7FC5F4}.Release|Any CPU.Build.0 = Release|Any CPU + {B9B5D072-7965-7C60-4FEC-A23DF7CB08A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B9B5D072-7965-7C60-4FEC-A23DF7CB08A5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B9B5D072-7965-7C60-4FEC-A23DF7CB08A5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B9B5D072-7965-7C60-4FEC-A23DF7CB08A5}.Release|Any CPU.Build.0 = Release|Any CPU + {77ADDAC4-3574-C289-AC66-8D189A043262}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {77ADDAC4-3574-C289-AC66-8D189A043262}.Debug|Any CPU.Build.0 = Debug|Any CPU + {77ADDAC4-3574-C289-AC66-8D189A043262}.Release|Any CPU.ActiveCfg = Release|Any CPU + {77ADDAC4-3574-C289-AC66-8D189A043262}.Release|Any CPU.Build.0 = Release|Any CPU + {60C21DDE-F54B-4B29-BBF5-387664037203}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {60C21DDE-F54B-4B29-BBF5-387664037203}.Debug|Any CPU.Build.0 = Debug|Any CPU + {60C21DDE-F54B-4B29-BBF5-387664037203}.Release|Any CPU.ActiveCfg = Release|Any CPU + {60C21DDE-F54B-4B29-BBF5-387664037203}.Release|Any CPU.Build.0 = Release|Any CPU + {4D43A965-1AAC-AA35-256B-A537B3C36A93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4D43A965-1AAC-AA35-256B-A537B3C36A93}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4D43A965-1AAC-AA35-256B-A537B3C36A93}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4D43A965-1AAC-AA35-256B-A537B3C36A93}.Release|Any CPU.Build.0 = Release|Any CPU + {BF23C087-3228-015B-D5D8-12AB74D4FF36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BF23C087-3228-015B-D5D8-12AB74D4FF36}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BF23C087-3228-015B-D5D8-12AB74D4FF36}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BF23C087-3228-015B-D5D8-12AB74D4FF36}.Release|Any CPU.Build.0 = Release|Any CPU + {74ABDE48-1F8E-E67A-2EC9-DBB471A03092}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {74ABDE48-1F8E-E67A-2EC9-DBB471A03092}.Debug|Any CPU.Build.0 = Debug|Any CPU + {74ABDE48-1F8E-E67A-2EC9-DBB471A03092}.Release|Any CPU.ActiveCfg = Release|Any CPU + {74ABDE48-1F8E-E67A-2EC9-DBB471A03092}.Release|Any CPU.Build.0 = Release|Any CPU + {A76F4ACB-5018-89F3-1A68-7E92F9D16E7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A76F4ACB-5018-89F3-1A68-7E92F9D16E7D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A76F4ACB-5018-89F3-1A68-7E92F9D16E7D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A76F4ACB-5018-89F3-1A68-7E92F9D16E7D}.Release|Any CPU.Build.0 = Release|Any CPU + {2AAE4059-BB17-1F2F-5A32-66937648699E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2AAE4059-BB17-1F2F-5A32-66937648699E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2AAE4059-BB17-1F2F-5A32-66937648699E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2AAE4059-BB17-1F2F-5A32-66937648699E}.Release|Any CPU.Build.0 = Release|Any CPU + {1C9598D4-9652-C1E6-1DA5-D7C45EF99A55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1C9598D4-9652-C1E6-1DA5-D7C45EF99A55}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1C9598D4-9652-C1E6-1DA5-D7C45EF99A55}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1C9598D4-9652-C1E6-1DA5-D7C45EF99A55}.Release|Any CPU.Build.0 = Release|Any CPU + {59AC3432-BCE2-9ABA-37F7-752750D3E953}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {59AC3432-BCE2-9ABA-37F7-752750D3E953}.Debug|Any CPU.Build.0 = Debug|Any CPU + {59AC3432-BCE2-9ABA-37F7-752750D3E953}.Release|Any CPU.ActiveCfg = Release|Any CPU + {59AC3432-BCE2-9ABA-37F7-752750D3E953}.Release|Any CPU.Build.0 = Release|Any CPU + {98878709-F986-4B20-EFED-491524EDA444}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {98878709-F986-4B20-EFED-491524EDA444}.Debug|Any CPU.Build.0 = Debug|Any CPU + {98878709-F986-4B20-EFED-491524EDA444}.Release|Any CPU.ActiveCfg = Release|Any CPU + {98878709-F986-4B20-EFED-491524EDA444}.Release|Any CPU.Build.0 = Release|Any CPU + {31DE32F5-9A50-0924-5FB5-61423571503C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {31DE32F5-9A50-0924-5FB5-61423571503C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {31DE32F5-9A50-0924-5FB5-61423571503C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {31DE32F5-9A50-0924-5FB5-61423571503C}.Release|Any CPU.Build.0 = Release|Any CPU + {D9D38D65-8565-3E2D-A7E6-DE74A344C7B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D9D38D65-8565-3E2D-A7E6-DE74A344C7B9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D9D38D65-8565-3E2D-A7E6-DE74A344C7B9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D9D38D65-8565-3E2D-A7E6-DE74A344C7B9}.Release|Any CPU.Build.0 = Release|Any CPU + {5F043DC9-AF61-8704-3DEE-A0FFF8069856}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5F043DC9-AF61-8704-3DEE-A0FFF8069856}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5F043DC9-AF61-8704-3DEE-A0FFF8069856}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5F043DC9-AF61-8704-3DEE-A0FFF8069856}.Release|Any CPU.Build.0 = Release|Any CPU + {7000F966-FFE0-CC4F-ADBB-87EDE328D78A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7000F966-FFE0-CC4F-ADBB-87EDE328D78A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7000F966-FFE0-CC4F-ADBB-87EDE328D78A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7000F966-FFE0-CC4F-ADBB-87EDE328D78A}.Release|Any CPU.Build.0 = Release|Any CPU + {93C7A9A7-8DD0-471B-6CDB-C651D3AA2B79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {93C7A9A7-8DD0-471B-6CDB-C651D3AA2B79}.Debug|Any CPU.Build.0 = Debug|Any CPU + {93C7A9A7-8DD0-471B-6CDB-C651D3AA2B79}.Release|Any CPU.ActiveCfg = Release|Any CPU + {93C7A9A7-8DD0-471B-6CDB-C651D3AA2B79}.Release|Any CPU.Build.0 = Release|Any CPU + {3A877014-8738-80A2-86DE-A9FCF30A12D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3A877014-8738-80A2-86DE-A9FCF30A12D7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3A877014-8738-80A2-86DE-A9FCF30A12D7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3A877014-8738-80A2-86DE-A9FCF30A12D7}.Release|Any CPU.Build.0 = Release|Any CPU + {01902755-CACF-C6CE-49BD-C41FA55E0026}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {01902755-CACF-C6CE-49BD-C41FA55E0026}.Debug|Any CPU.Build.0 = Debug|Any CPU + {01902755-CACF-C6CE-49BD-C41FA55E0026}.Release|Any CPU.ActiveCfg = Release|Any CPU + {01902755-CACF-C6CE-49BD-C41FA55E0026}.Release|Any CPU.Build.0 = Release|Any CPU + {072F852E-B8CC-868D-5304-7A511DDBFFCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {072F852E-B8CC-868D-5304-7A511DDBFFCF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {072F852E-B8CC-868D-5304-7A511DDBFFCF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {072F852E-B8CC-868D-5304-7A511DDBFFCF}.Release|Any CPU.Build.0 = Release|Any CPU + {5260FE41-7E4C-F897-D9CC-73278B09D682}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5260FE41-7E4C-F897-D9CC-73278B09D682}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5260FE41-7E4C-F897-D9CC-73278B09D682}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5260FE41-7E4C-F897-D9CC-73278B09D682}.Release|Any CPU.Build.0 = Release|Any CPU + {B11855E5-8BB3-D9A9-FDB0-EFB924EBF4B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B11855E5-8BB3-D9A9-FDB0-EFB924EBF4B1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B11855E5-8BB3-D9A9-FDB0-EFB924EBF4B1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B11855E5-8BB3-D9A9-FDB0-EFB924EBF4B1}.Release|Any CPU.Build.0 = Release|Any CPU + {A1D601F7-5C63-29E6-5D54-955306AD6C18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A1D601F7-5C63-29E6-5D54-955306AD6C18}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A1D601F7-5C63-29E6-5D54-955306AD6C18}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A1D601F7-5C63-29E6-5D54-955306AD6C18}.Release|Any CPU.Build.0 = Release|Any CPU + {677F9FB3-9158-B33C-A7DA-37E145E02C17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {677F9FB3-9158-B33C-A7DA-37E145E02C17}.Debug|Any CPU.Build.0 = Debug|Any CPU + {677F9FB3-9158-B33C-A7DA-37E145E02C17}.Release|Any CPU.ActiveCfg = Release|Any CPU + {677F9FB3-9158-B33C-A7DA-37E145E02C17}.Release|Any CPU.Build.0 = Release|Any CPU + {448AF13A-B511-694B-7F9E-3F900750DCCB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {448AF13A-B511-694B-7F9E-3F900750DCCB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {448AF13A-B511-694B-7F9E-3F900750DCCB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {448AF13A-B511-694B-7F9E-3F900750DCCB}.Release|Any CPU.Build.0 = Release|Any CPU + {BD202BDA-91FC-77BB-AFE7-E7971C58E3F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BD202BDA-91FC-77BB-AFE7-E7971C58E3F8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BD202BDA-91FC-77BB-AFE7-E7971C58E3F8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BD202BDA-91FC-77BB-AFE7-E7971C58E3F8}.Release|Any CPU.Build.0 = Release|Any CPU + {3D00CF58-9654-5FD1-4C4A-B5A0C4F74EF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3D00CF58-9654-5FD1-4C4A-B5A0C4F74EF7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3D00CF58-9654-5FD1-4C4A-B5A0C4F74EF7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3D00CF58-9654-5FD1-4C4A-B5A0C4F74EF7}.Release|Any CPU.Build.0 = Release|Any CPU + {98500B04-95FA-63D3-19E2-038DE211D023}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {98500B04-95FA-63D3-19E2-038DE211D023}.Debug|Any CPU.Build.0 = Debug|Any CPU + {98500B04-95FA-63D3-19E2-038DE211D023}.Release|Any CPU.ActiveCfg = Release|Any CPU + {98500B04-95FA-63D3-19E2-038DE211D023}.Release|Any CPU.Build.0 = Release|Any CPU + {ACB2CE15-A274-4FD7-F9C6-358C067C2957}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {ACB2CE15-A274-4FD7-F9C6-358C067C2957}.Debug|Any CPU.Build.0 = Debug|Any CPU + {ACB2CE15-A274-4FD7-F9C6-358C067C2957}.Release|Any CPU.ActiveCfg = Release|Any CPU + {ACB2CE15-A274-4FD7-F9C6-358C067C2957}.Release|Any CPU.Build.0 = Release|Any CPU + {3F54CA18-4F28-68F6-B078-74DB3EC290E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3F54CA18-4F28-68F6-B078-74DB3EC290E1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3F54CA18-4F28-68F6-B078-74DB3EC290E1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3F54CA18-4F28-68F6-B078-74DB3EC290E1}.Release|Any CPU.Build.0 = Release|Any CPU + {A41B7CC9-211A-DF08-CFE1-CD8312670132}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A41B7CC9-211A-DF08-CFE1-CD8312670132}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A41B7CC9-211A-DF08-CFE1-CD8312670132}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A41B7CC9-211A-DF08-CFE1-CD8312670132}.Release|Any CPU.Build.0 = Release|Any CPU + {54F23E01-306B-3482-B911-6366E66ED944}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {54F23E01-306B-3482-B911-6366E66ED944}.Debug|Any CPU.Build.0 = Debug|Any CPU + {54F23E01-306B-3482-B911-6366E66ED944}.Release|Any CPU.ActiveCfg = Release|Any CPU + {54F23E01-306B-3482-B911-6366E66ED944}.Release|Any CPU.Build.0 = Release|Any CPU + {9A2BF611-8CC3-149A-9721-2C62505251E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9A2BF611-8CC3-149A-9721-2C62505251E3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9A2BF611-8CC3-149A-9721-2C62505251E3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9A2BF611-8CC3-149A-9721-2C62505251E3}.Release|Any CPU.Build.0 = Release|Any CPU + {5D48358D-B66B-4C3F-883B-5CBC0EA275BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5D48358D-B66B-4C3F-883B-5CBC0EA275BD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5D48358D-B66B-4C3F-883B-5CBC0EA275BD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5D48358D-B66B-4C3F-883B-5CBC0EA275BD}.Release|Any CPU.Build.0 = Release|Any CPU + {C05AF12D-95CE-5321-DDCB-6AD810FBDCC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C05AF12D-95CE-5321-DDCB-6AD810FBDCC6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C05AF12D-95CE-5321-DDCB-6AD810FBDCC6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C05AF12D-95CE-5321-DDCB-6AD810FBDCC6}.Release|Any CPU.Build.0 = Release|Any CPU + {03846D87-785C-791C-F277-F8A603769300}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {03846D87-785C-791C-F277-F8A603769300}.Debug|Any CPU.Build.0 = Debug|Any CPU + {03846D87-785C-791C-F277-F8A603769300}.Release|Any CPU.ActiveCfg = Release|Any CPU + {03846D87-785C-791C-F277-F8A603769300}.Release|Any CPU.Build.0 = Release|Any CPU + {3124684B-BAA3-F9CA-68B7-A00BDB546BF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3124684B-BAA3-F9CA-68B7-A00BDB546BF4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3124684B-BAA3-F9CA-68B7-A00BDB546BF4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3124684B-BAA3-F9CA-68B7-A00BDB546BF4}.Release|Any CPU.Build.0 = Release|Any CPU + {7221FDCE-F248-4FEB-F2E4-09DEEBBE6FCB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7221FDCE-F248-4FEB-F2E4-09DEEBBE6FCB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7221FDCE-F248-4FEB-F2E4-09DEEBBE6FCB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7221FDCE-F248-4FEB-F2E4-09DEEBBE6FCB}.Release|Any CPU.Build.0 = Release|Any CPU + {05B901B5-E6A1-A2EF-48CF-6E74EFB45E26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {05B901B5-E6A1-A2EF-48CF-6E74EFB45E26}.Debug|Any CPU.Build.0 = Debug|Any CPU + {05B901B5-E6A1-A2EF-48CF-6E74EFB45E26}.Release|Any CPU.ActiveCfg = Release|Any CPU + {05B901B5-E6A1-A2EF-48CF-6E74EFB45E26}.Release|Any CPU.Build.0 = Release|Any CPU + {88E11560-222A-8239-E432-9F5D0C577C86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {88E11560-222A-8239-E432-9F5D0C577C86}.Debug|Any CPU.Build.0 = Debug|Any CPU + {88E11560-222A-8239-E432-9F5D0C577C86}.Release|Any CPU.ActiveCfg = Release|Any CPU + {88E11560-222A-8239-E432-9F5D0C577C86}.Release|Any CPU.Build.0 = Release|Any CPU + {45037983-595A-72FC-3261-AFD6E95D2375}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {45037983-595A-72FC-3261-AFD6E95D2375}.Debug|Any CPU.Build.0 = Debug|Any CPU + {45037983-595A-72FC-3261-AFD6E95D2375}.Release|Any CPU.ActiveCfg = Release|Any CPU + {45037983-595A-72FC-3261-AFD6E95D2375}.Release|Any CPU.Build.0 = Release|Any CPU + {6C09F05F-E93C-1287-36D2-BA405D78C738}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6C09F05F-E93C-1287-36D2-BA405D78C738}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6C09F05F-E93C-1287-36D2-BA405D78C738}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6C09F05F-E93C-1287-36D2-BA405D78C738}.Release|Any CPU.Build.0 = Release|Any CPU + {917B4327-C011-E77D-D3DB-3702471FC105}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {917B4327-C011-E77D-D3DB-3702471FC105}.Debug|Any CPU.Build.0 = Debug|Any CPU + {917B4327-C011-E77D-D3DB-3702471FC105}.Release|Any CPU.ActiveCfg = Release|Any CPU + {917B4327-C011-E77D-D3DB-3702471FC105}.Release|Any CPU.Build.0 = Release|Any CPU + {4CF4C66F-12CF-12CC-AFB5-CA69864E0775}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4CF4C66F-12CF-12CC-AFB5-CA69864E0775}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4CF4C66F-12CF-12CC-AFB5-CA69864E0775}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4CF4C66F-12CF-12CC-AFB5-CA69864E0775}.Release|Any CPU.Build.0 = Release|Any CPU + {4397C32E-13B8-D7B4-8AB7-D4718D50CE78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4397C32E-13B8-D7B4-8AB7-D4718D50CE78}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4397C32E-13B8-D7B4-8AB7-D4718D50CE78}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4397C32E-13B8-D7B4-8AB7-D4718D50CE78}.Release|Any CPU.Build.0 = Release|Any CPU + {A6FB7FE5-3337-915B-83E4-50FBCDBF509A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A6FB7FE5-3337-915B-83E4-50FBCDBF509A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A6FB7FE5-3337-915B-83E4-50FBCDBF509A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A6FB7FE5-3337-915B-83E4-50FBCDBF509A}.Release|Any CPU.Build.0 = Release|Any CPU + {8C1FED88-1645-E05F-B8A1-52E805CE8634}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8C1FED88-1645-E05F-B8A1-52E805CE8634}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8C1FED88-1645-E05F-B8A1-52E805CE8634}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8C1FED88-1645-E05F-B8A1-52E805CE8634}.Release|Any CPU.Build.0 = Release|Any CPU + {8EA1B5BD-D86E-B871-3AC4-E375414F9282}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8EA1B5BD-D86E-B871-3AC4-E375414F9282}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8EA1B5BD-D86E-B871-3AC4-E375414F9282}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8EA1B5BD-D86E-B871-3AC4-E375414F9282}.Release|Any CPU.Build.0 = Release|Any CPU + {03C574EF-F46D-30B7-7157-F584E190E8E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {03C574EF-F46D-30B7-7157-F584E190E8E5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {03C574EF-F46D-30B7-7157-F584E190E8E5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {03C574EF-F46D-30B7-7157-F584E190E8E5}.Release|Any CPU.Build.0 = Release|Any CPU + {25A6A8E3-B183-C3BC-FBEE-07D64FC60009}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {25A6A8E3-B183-C3BC-FBEE-07D64FC60009}.Debug|Any CPU.Build.0 = Debug|Any CPU + {25A6A8E3-B183-C3BC-FBEE-07D64FC60009}.Release|Any CPU.ActiveCfg = Release|Any CPU + {25A6A8E3-B183-C3BC-FBEE-07D64FC60009}.Release|Any CPU.Build.0 = Release|Any CPU + {2AD6BAF7-553B-1913-F3BF-5D234255650A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2AD6BAF7-553B-1913-F3BF-5D234255650A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2AD6BAF7-553B-1913-F3BF-5D234255650A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2AD6BAF7-553B-1913-F3BF-5D234255650A}.Release|Any CPU.Build.0 = Release|Any CPU + {9957A514-E95D-9B16-6423-E9EF2356E2DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9957A514-E95D-9B16-6423-E9EF2356E2DC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9957A514-E95D-9B16-6423-E9EF2356E2DC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9957A514-E95D-9B16-6423-E9EF2356E2DC}.Release|Any CPU.Build.0 = Release|Any CPU + {147BEB57-2BB8-2D2D-63DE-987F8ED4D7F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {147BEB57-2BB8-2D2D-63DE-987F8ED4D7F5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {147BEB57-2BB8-2D2D-63DE-987F8ED4D7F5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {147BEB57-2BB8-2D2D-63DE-987F8ED4D7F5}.Release|Any CPU.Build.0 = Release|Any CPU + {4F6CD8F5-FD44-6113-680C-7E40B56118D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4F6CD8F5-FD44-6113-680C-7E40B56118D4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4F6CD8F5-FD44-6113-680C-7E40B56118D4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4F6CD8F5-FD44-6113-680C-7E40B56118D4}.Release|Any CPU.Build.0 = Release|Any CPU + {92AB382E-CF14-116A-EC7D-AF5850924FD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {92AB382E-CF14-116A-EC7D-AF5850924FD6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {92AB382E-CF14-116A-EC7D-AF5850924FD6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {92AB382E-CF14-116A-EC7D-AF5850924FD6}.Release|Any CPU.Build.0 = Release|Any CPU + {6C27AAE0-85B3-2838-FF64-206ED090DA41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6C27AAE0-85B3-2838-FF64-206ED090DA41}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6C27AAE0-85B3-2838-FF64-206ED090DA41}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6C27AAE0-85B3-2838-FF64-206ED090DA41}.Release|Any CPU.Build.0 = Release|Any CPU + {01E78B49-4D7B-AF42-7079-DC98E842E381}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {01E78B49-4D7B-AF42-7079-DC98E842E381}.Debug|Any CPU.Build.0 = Debug|Any CPU + {01E78B49-4D7B-AF42-7079-DC98E842E381}.Release|Any CPU.ActiveCfg = Release|Any CPU + {01E78B49-4D7B-AF42-7079-DC98E842E381}.Release|Any CPU.Build.0 = Release|Any CPU + {A368C128-891A-7BAA-AB55-DA513427CE20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A368C128-891A-7BAA-AB55-DA513427CE20}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A368C128-891A-7BAA-AB55-DA513427CE20}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A368C128-891A-7BAA-AB55-DA513427CE20}.Release|Any CPU.Build.0 = Release|Any CPU + {1FC72DFF-1461-AA1C-37F0-E50328BF9A0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1FC72DFF-1461-AA1C-37F0-E50328BF9A0A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1FC72DFF-1461-AA1C-37F0-E50328BF9A0A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1FC72DFF-1461-AA1C-37F0-E50328BF9A0A}.Release|Any CPU.Build.0 = Release|Any CPU + {4B988C50-C246-AD1B-83C0-8751FC342972}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4B988C50-C246-AD1B-83C0-8751FC342972}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4B988C50-C246-AD1B-83C0-8751FC342972}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4B988C50-C246-AD1B-83C0-8751FC342972}.Release|Any CPU.Build.0 = Release|Any CPU + {36AE5BA8-2A16-EE04-0D65-9E92DBE5CEE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {36AE5BA8-2A16-EE04-0D65-9E92DBE5CEE1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {36AE5BA8-2A16-EE04-0D65-9E92DBE5CEE1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {36AE5BA8-2A16-EE04-0D65-9E92DBE5CEE1}.Release|Any CPU.Build.0 = Release|Any CPU + {024EECB2-3B24-6D83-1052-F503412BFF09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {024EECB2-3B24-6D83-1052-F503412BFF09}.Debug|Any CPU.Build.0 = Debug|Any CPU + {024EECB2-3B24-6D83-1052-F503412BFF09}.Release|Any CPU.ActiveCfg = Release|Any CPU + {024EECB2-3B24-6D83-1052-F503412BFF09}.Release|Any CPU.Build.0 = Release|Any CPU + {874A8BDF-3AA1-9122-0C20-2B0C70ECA5A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {874A8BDF-3AA1-9122-0C20-2B0C70ECA5A1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {874A8BDF-3AA1-9122-0C20-2B0C70ECA5A1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {874A8BDF-3AA1-9122-0C20-2B0C70ECA5A1}.Release|Any CPU.Build.0 = Release|Any CPU + {BFCB96F8-1142-7F5E-64ED-0A4AA67C9442}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BFCB96F8-1142-7F5E-64ED-0A4AA67C9442}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BFCB96F8-1142-7F5E-64ED-0A4AA67C9442}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BFCB96F8-1142-7F5E-64ED-0A4AA67C9442}.Release|Any CPU.Build.0 = Release|Any CPU + {42B28633-EC6F-8400-0A89-15436E0FB45F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {42B28633-EC6F-8400-0A89-15436E0FB45F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {42B28633-EC6F-8400-0A89-15436E0FB45F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {42B28633-EC6F-8400-0A89-15436E0FB45F}.Release|Any CPU.Build.0 = Release|Any CPU + {41458BB7-38F8-B1E1-F981-1AF52DD89B5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {41458BB7-38F8-B1E1-F981-1AF52DD89B5D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {41458BB7-38F8-B1E1-F981-1AF52DD89B5D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {41458BB7-38F8-B1E1-F981-1AF52DD89B5D}.Release|Any CPU.Build.0 = Release|Any CPU + {D2E7034E-D9E1-86A0-43CD-A5D210EC1A60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D2E7034E-D9E1-86A0-43CD-A5D210EC1A60}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D2E7034E-D9E1-86A0-43CD-A5D210EC1A60}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D2E7034E-D9E1-86A0-43CD-A5D210EC1A60}.Release|Any CPU.Build.0 = Release|Any CPU + {FBE36331-C0BF-A40A-DFD4-8A3AF41B0B31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FBE36331-C0BF-A40A-DFD4-8A3AF41B0B31}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FBE36331-C0BF-A40A-DFD4-8A3AF41B0B31}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FBE36331-C0BF-A40A-DFD4-8A3AF41B0B31}.Release|Any CPU.Build.0 = Release|Any CPU + {6D29F821-EEBE-D57B-7C5F-B43D2C21B58C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6D29F821-EEBE-D57B-7C5F-B43D2C21B58C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6D29F821-EEBE-D57B-7C5F-B43D2C21B58C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6D29F821-EEBE-D57B-7C5F-B43D2C21B58C}.Release|Any CPU.Build.0 = Release|Any CPU + {F52A39C5-D2FB-140E-59EF-B123CE6AF94C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F52A39C5-D2FB-140E-59EF-B123CE6AF94C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F52A39C5-D2FB-140E-59EF-B123CE6AF94C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F52A39C5-D2FB-140E-59EF-B123CE6AF94C}.Release|Any CPU.Build.0 = Release|Any CPU + {08EEC101-1DE0-48A9-2EA7-294DC9F938B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {08EEC101-1DE0-48A9-2EA7-294DC9F938B0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {08EEC101-1DE0-48A9-2EA7-294DC9F938B0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {08EEC101-1DE0-48A9-2EA7-294DC9F938B0}.Release|Any CPU.Build.0 = Release|Any CPU + {8F8BC93B-1F36-9FDB-8FE1-7021DC70A9DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8F8BC93B-1F36-9FDB-8FE1-7021DC70A9DF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8F8BC93B-1F36-9FDB-8FE1-7021DC70A9DF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8F8BC93B-1F36-9FDB-8FE1-7021DC70A9DF}.Release|Any CPU.Build.0 = Release|Any CPU + {8EF24C89-B805-8872-3D49-3D083D5E63B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8EF24C89-B805-8872-3D49-3D083D5E63B6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8EF24C89-B805-8872-3D49-3D083D5E63B6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8EF24C89-B805-8872-3D49-3D083D5E63B6}.Release|Any CPU.Build.0 = Release|Any CPU + {969F1F84-965F-6038-2AE9-AE8293555BC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {969F1F84-965F-6038-2AE9-AE8293555BC5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {969F1F84-965F-6038-2AE9-AE8293555BC5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {969F1F84-965F-6038-2AE9-AE8293555BC5}.Release|Any CPU.Build.0 = Release|Any CPU + {EB5E7DEC-0CA4-7C92-A91B-2AAE2B71FB87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EB5E7DEC-0CA4-7C92-A91B-2AAE2B71FB87}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EB5E7DEC-0CA4-7C92-A91B-2AAE2B71FB87}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EB5E7DEC-0CA4-7C92-A91B-2AAE2B71FB87}.Release|Any CPU.Build.0 = Release|Any CPU + {685E79E2-4D25-8EF6-BD4F-7F080DA7A88D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {685E79E2-4D25-8EF6-BD4F-7F080DA7A88D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {685E79E2-4D25-8EF6-BD4F-7F080DA7A88D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {685E79E2-4D25-8EF6-BD4F-7F080DA7A88D}.Release|Any CPU.Build.0 = Release|Any CPU + {F5C63603-AFAD-B152-42CB-74416A236C09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F5C63603-AFAD-B152-42CB-74416A236C09}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F5C63603-AFAD-B152-42CB-74416A236C09}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F5C63603-AFAD-B152-42CB-74416A236C09}.Release|Any CPU.Build.0 = Release|Any CPU + {6B034F67-C86D-03FD-1C73-562C17A3C7C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6B034F67-C86D-03FD-1C73-562C17A3C7C7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6B034F67-C86D-03FD-1C73-562C17A3C7C7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6B034F67-C86D-03FD-1C73-562C17A3C7C7}.Release|Any CPU.Build.0 = Release|Any CPU + {787F1121-D8B3-5D88-B19D-FF8F29DF26AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {787F1121-D8B3-5D88-B19D-FF8F29DF26AB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {787F1121-D8B3-5D88-B19D-FF8F29DF26AB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {787F1121-D8B3-5D88-B19D-FF8F29DF26AB}.Release|Any CPU.Build.0 = Release|Any CPU + {F77E69A6-6046-2927-1095-4239312F09D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F77E69A6-6046-2927-1095-4239312F09D4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F77E69A6-6046-2927-1095-4239312F09D4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F77E69A6-6046-2927-1095-4239312F09D4}.Release|Any CPU.Build.0 = Release|Any CPU + {094A1ACA-795A-2744-9A37-6935CF71F5B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {094A1ACA-795A-2744-9A37-6935CF71F5B9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {094A1ACA-795A-2744-9A37-6935CF71F5B9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {094A1ACA-795A-2744-9A37-6935CF71F5B9}.Release|Any CPU.Build.0 = Release|Any CPU + {2F52C4A0-6B9E-887E-ED86-9F6E1F2E2E30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2F52C4A0-6B9E-887E-ED86-9F6E1F2E2E30}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2F52C4A0-6B9E-887E-ED86-9F6E1F2E2E30}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2F52C4A0-6B9E-887E-ED86-9F6E1F2E2E30}.Release|Any CPU.Build.0 = Release|Any CPU + {C882C569-8925-957B-BDF4-13BF3126E408}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C882C569-8925-957B-BDF4-13BF3126E408}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C882C569-8925-957B-BDF4-13BF3126E408}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C882C569-8925-957B-BDF4-13BF3126E408}.Release|Any CPU.Build.0 = Release|Any CPU + {B20A6621-6892-61AC-24D1-210EA0DF8E3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B20A6621-6892-61AC-24D1-210EA0DF8E3F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B20A6621-6892-61AC-24D1-210EA0DF8E3F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B20A6621-6892-61AC-24D1-210EA0DF8E3F}.Release|Any CPU.Build.0 = Release|Any CPU + {56E127DC-BCE1-E85D-9E4B-9FEA3E6A282D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {56E127DC-BCE1-E85D-9E4B-9FEA3E6A282D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {56E127DC-BCE1-E85D-9E4B-9FEA3E6A282D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {56E127DC-BCE1-E85D-9E4B-9FEA3E6A282D}.Release|Any CPU.Build.0 = Release|Any CPU + {21AC06BC-B8A1-8C38-F8EC-9188DBA19E00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {21AC06BC-B8A1-8C38-F8EC-9188DBA19E00}.Debug|Any CPU.Build.0 = Debug|Any CPU + {21AC06BC-B8A1-8C38-F8EC-9188DBA19E00}.Release|Any CPU.ActiveCfg = Release|Any CPU + {21AC06BC-B8A1-8C38-F8EC-9188DBA19E00}.Release|Any CPU.Build.0 = Release|Any CPU + {0033738C-CE6E-81FD-0246-CCB3B1E4121C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0033738C-CE6E-81FD-0246-CCB3B1E4121C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0033738C-CE6E-81FD-0246-CCB3B1E4121C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0033738C-CE6E-81FD-0246-CCB3B1E4121C}.Release|Any CPU.Build.0 = Release|Any CPU + {B800F12F-D947-1650-12F6-435FA6BB84AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B800F12F-D947-1650-12F6-435FA6BB84AA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B800F12F-D947-1650-12F6-435FA6BB84AA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B800F12F-D947-1650-12F6-435FA6BB84AA}.Release|Any CPU.Build.0 = Release|Any CPU + {54B1E9F6-85FA-AD91-B933-912148C041F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {54B1E9F6-85FA-AD91-B933-912148C041F7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {54B1E9F6-85FA-AD91-B933-912148C041F7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {54B1E9F6-85FA-AD91-B933-912148C041F7}.Release|Any CPU.Build.0 = Release|Any CPU + {E1F0B668-53B2-AEB7-1870-CF58F905EFA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E1F0B668-53B2-AEB7-1870-CF58F905EFA1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E1F0B668-53B2-AEB7-1870-CF58F905EFA1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E1F0B668-53B2-AEB7-1870-CF58F905EFA1}.Release|Any CPU.Build.0 = Release|Any CPU + {584589D0-B29C-F8CF-46B7-2AAE812D0AA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {584589D0-B29C-F8CF-46B7-2AAE812D0AA8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {584589D0-B29C-F8CF-46B7-2AAE812D0AA8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {584589D0-B29C-F8CF-46B7-2AAE812D0AA8}.Release|Any CPU.Build.0 = Release|Any CPU + {37DB9513-364D-FA43-3042-2A483234EDC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {37DB9513-364D-FA43-3042-2A483234EDC8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {37DB9513-364D-FA43-3042-2A483234EDC8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {37DB9513-364D-FA43-3042-2A483234EDC8}.Release|Any CPU.Build.0 = Release|Any CPU + {76443061-6A11-F8BC-8B9E-8729C00EDC13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {76443061-6A11-F8BC-8B9E-8729C00EDC13}.Debug|Any CPU.Build.0 = Debug|Any CPU + {76443061-6A11-F8BC-8B9E-8729C00EDC13}.Release|Any CPU.ActiveCfg = Release|Any CPU + {76443061-6A11-F8BC-8B9E-8729C00EDC13}.Release|Any CPU.Build.0 = Release|Any CPU + {1CA0853E-BAA1-0598-675F-29B1D49BB4A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1CA0853E-BAA1-0598-675F-29B1D49BB4A5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1CA0853E-BAA1-0598-675F-29B1D49BB4A5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1CA0853E-BAA1-0598-675F-29B1D49BB4A5}.Release|Any CPU.Build.0 = Release|Any CPU + {E9450E5E-C4FD-8E75-7B0D-7D37CA336FE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E9450E5E-C4FD-8E75-7B0D-7D37CA336FE2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E9450E5E-C4FD-8E75-7B0D-7D37CA336FE2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E9450E5E-C4FD-8E75-7B0D-7D37CA336FE2}.Release|Any CPU.Build.0 = Release|Any CPU + {6D583F63-00B9-595B-3DC5-FDC7E9F48259}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6D583F63-00B9-595B-3DC5-FDC7E9F48259}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6D583F63-00B9-595B-3DC5-FDC7E9F48259}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6D583F63-00B9-595B-3DC5-FDC7E9F48259}.Release|Any CPU.Build.0 = Release|Any CPU + {85F649DC-9B2B-941F-7E99-4B60E76CBBD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {85F649DC-9B2B-941F-7E99-4B60E76CBBD7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {85F649DC-9B2B-941F-7E99-4B60E76CBBD7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {85F649DC-9B2B-941F-7E99-4B60E76CBBD7}.Release|Any CPU.Build.0 = Release|Any CPU + {2E63713F-A648-04CF-629F-BAFB2B62189A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2E63713F-A648-04CF-629F-BAFB2B62189A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2E63713F-A648-04CF-629F-BAFB2B62189A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2E63713F-A648-04CF-629F-BAFB2B62189A}.Release|Any CPU.Build.0 = Release|Any CPU + {F72C935F-4125-3663-5F56-DB37559A7A2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F72C935F-4125-3663-5F56-DB37559A7A2C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F72C935F-4125-3663-5F56-DB37559A7A2C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F72C935F-4125-3663-5F56-DB37559A7A2C}.Release|Any CPU.Build.0 = Release|Any CPU + {8DCCE67A-588A-B8D9-6260-FE06E8F1529F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8DCCE67A-588A-B8D9-6260-FE06E8F1529F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8DCCE67A-588A-B8D9-6260-FE06E8F1529F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8DCCE67A-588A-B8D9-6260-FE06E8F1529F}.Release|Any CPU.Build.0 = Release|Any CPU + {56736300-A0AB-DBE3-0DC4-33A463E4F617}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {56736300-A0AB-DBE3-0DC4-33A463E4F617}.Debug|Any CPU.Build.0 = Debug|Any CPU + {56736300-A0AB-DBE3-0DC4-33A463E4F617}.Release|Any CPU.ActiveCfg = Release|Any CPU + {56736300-A0AB-DBE3-0DC4-33A463E4F617}.Release|Any CPU.Build.0 = Release|Any CPU + {9262D965-C850-EC18-1711-BCE455557180}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9262D965-C850-EC18-1711-BCE455557180}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9262D965-C850-EC18-1711-BCE455557180}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9262D965-C850-EC18-1711-BCE455557180}.Release|Any CPU.Build.0 = Release|Any CPU + {5328213F-8446-13F0-8EE7-F6E49DD60F2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5328213F-8446-13F0-8EE7-F6E49DD60F2E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5328213F-8446-13F0-8EE7-F6E49DD60F2E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5328213F-8446-13F0-8EE7-F6E49DD60F2E}.Release|Any CPU.Build.0 = Release|Any CPU + {CA1C6B42-BB6A-E859-D806-FE510628716B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CA1C6B42-BB6A-E859-D806-FE510628716B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CA1C6B42-BB6A-E859-D806-FE510628716B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CA1C6B42-BB6A-E859-D806-FE510628716B}.Release|Any CPU.Build.0 = Release|Any CPU + {9D1E53C5-A3B8-B603-A52C-64D13517FCE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9D1E53C5-A3B8-B603-A52C-64D13517FCE7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9D1E53C5-A3B8-B603-A52C-64D13517FCE7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9D1E53C5-A3B8-B603-A52C-64D13517FCE7}.Release|Any CPU.Build.0 = Release|Any CPU + {595D8028-FB63-33C4-60D5-AE02D1A00D7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {595D8028-FB63-33C4-60D5-AE02D1A00D7D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {595D8028-FB63-33C4-60D5-AE02D1A00D7D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {595D8028-FB63-33C4-60D5-AE02D1A00D7D}.Release|Any CPU.Build.0 = Release|Any CPU + {46266FE2-D722-EF47-A244-5B6F23D4ADF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {46266FE2-D722-EF47-A244-5B6F23D4ADF3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {46266FE2-D722-EF47-A244-5B6F23D4ADF3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {46266FE2-D722-EF47-A244-5B6F23D4ADF3}.Release|Any CPU.Build.0 = Release|Any CPU + {1E580A5E-8551-32B2-D23D-98A5098DB08C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1E580A5E-8551-32B2-D23D-98A5098DB08C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1E580A5E-8551-32B2-D23D-98A5098DB08C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1E580A5E-8551-32B2-D23D-98A5098DB08C}.Release|Any CPU.Build.0 = Release|Any CPU + {7DE4FF6D-844C-2A16-A421-C1F1394D3864}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7DE4FF6D-844C-2A16-A421-C1F1394D3864}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7DE4FF6D-844C-2A16-A421-C1F1394D3864}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7DE4FF6D-844C-2A16-A421-C1F1394D3864}.Release|Any CPU.Build.0 = Release|Any CPU + {A40ADBBA-06A1-C637-7EC8-D83DAF85F730}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A40ADBBA-06A1-C637-7EC8-D83DAF85F730}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A40ADBBA-06A1-C637-7EC8-D83DAF85F730}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A40ADBBA-06A1-C637-7EC8-D83DAF85F730}.Release|Any CPU.Build.0 = Release|Any CPU + {FA2DDBF0-7090-916A-E4C7-579F6C2CCEB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FA2DDBF0-7090-916A-E4C7-579F6C2CCEB8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FA2DDBF0-7090-916A-E4C7-579F6C2CCEB8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FA2DDBF0-7090-916A-E4C7-579F6C2CCEB8}.Release|Any CPU.Build.0 = Release|Any CPU + {3C5E18C2-3FF4-92CA-526B-35FF95D16677}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3C5E18C2-3FF4-92CA-526B-35FF95D16677}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3C5E18C2-3FF4-92CA-526B-35FF95D16677}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3C5E18C2-3FF4-92CA-526B-35FF95D16677}.Release|Any CPU.Build.0 = Release|Any CPU + {0ACC5298-F71B-EC17-60B2-60A295823E95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0ACC5298-F71B-EC17-60B2-60A295823E95}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0ACC5298-F71B-EC17-60B2-60A295823E95}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0ACC5298-F71B-EC17-60B2-60A295823E95}.Release|Any CPU.Build.0 = Release|Any CPU + {11923F90-BF00-5955-E2E4-7E0FA0FF4B69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {11923F90-BF00-5955-E2E4-7E0FA0FF4B69}.Debug|Any CPU.Build.0 = Debug|Any CPU + {11923F90-BF00-5955-E2E4-7E0FA0FF4B69}.Release|Any CPU.ActiveCfg = Release|Any CPU + {11923F90-BF00-5955-E2E4-7E0FA0FF4B69}.Release|Any CPU.Build.0 = Release|Any CPU + {2E32FC89-E099-C8DE-1994-F2BBA777836A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2E32FC89-E099-C8DE-1994-F2BBA777836A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2E32FC89-E099-C8DE-1994-F2BBA777836A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2E32FC89-E099-C8DE-1994-F2BBA777836A}.Release|Any CPU.Build.0 = Release|Any CPU + {60AFB1DF-F31C-A1EF-9DFE-C89D18ACD5D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {60AFB1DF-F31C-A1EF-9DFE-C89D18ACD5D7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {60AFB1DF-F31C-A1EF-9DFE-C89D18ACD5D7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {60AFB1DF-F31C-A1EF-9DFE-C89D18ACD5D7}.Release|Any CPU.Build.0 = Release|Any CPU + {9D78439E-61FC-1E1C-1EF3-289923957451}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9D78439E-61FC-1E1C-1EF3-289923957451}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9D78439E-61FC-1E1C-1EF3-289923957451}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9D78439E-61FC-1E1C-1EF3-289923957451}.Release|Any CPU.Build.0 = Release|Any CPU + {0A294956-433A-1949-C42C-8F87180D69EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0A294956-433A-1949-C42C-8F87180D69EE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0A294956-433A-1949-C42C-8F87180D69EE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0A294956-433A-1949-C42C-8F87180D69EE}.Release|Any CPU.Build.0 = Release|Any CPU + {90A41091-4940-4778-D615-93830988CB2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {90A41091-4940-4778-D615-93830988CB2A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {90A41091-4940-4778-D615-93830988CB2A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {90A41091-4940-4778-D615-93830988CB2A}.Release|Any CPU.Build.0 = Release|Any CPU + {6CFF7984-B9FA-BD91-3F9D-E40866E8A05D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6CFF7984-B9FA-BD91-3F9D-E40866E8A05D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6CFF7984-B9FA-BD91-3F9D-E40866E8A05D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6CFF7984-B9FA-BD91-3F9D-E40866E8A05D}.Release|Any CPU.Build.0 = Release|Any CPU + {98F5C3BD-2B39-2EB0-F14E-D17455BDFB4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {98F5C3BD-2B39-2EB0-F14E-D17455BDFB4A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {98F5C3BD-2B39-2EB0-F14E-D17455BDFB4A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {98F5C3BD-2B39-2EB0-F14E-D17455BDFB4A}.Release|Any CPU.Build.0 = Release|Any CPU + {E36DC136-3486-AE8A-4C5A-7E72A443844E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E36DC136-3486-AE8A-4C5A-7E72A443844E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E36DC136-3486-AE8A-4C5A-7E72A443844E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E36DC136-3486-AE8A-4C5A-7E72A443844E}.Release|Any CPU.Build.0 = Release|Any CPU + {AC43FCE7-F25F-C2F4-C1C0-4BF747519312}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AC43FCE7-F25F-C2F4-C1C0-4BF747519312}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AC43FCE7-F25F-C2F4-C1C0-4BF747519312}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AC43FCE7-F25F-C2F4-C1C0-4BF747519312}.Release|Any CPU.Build.0 = Release|Any CPU + {6CDC142F-F806-837B-51B4-35D48A96D3BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6CDC142F-F806-837B-51B4-35D48A96D3BE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6CDC142F-F806-837B-51B4-35D48A96D3BE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6CDC142F-F806-837B-51B4-35D48A96D3BE}.Release|Any CPU.Build.0 = Release|Any CPU + {1527431A-17B0-A221-7F8B-C94402960CD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1527431A-17B0-A221-7F8B-C94402960CD3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1527431A-17B0-A221-7F8B-C94402960CD3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1527431A-17B0-A221-7F8B-C94402960CD3}.Release|Any CPU.Build.0 = Release|Any CPU + {FFD60310-CABE-2AC7-4E5E-0A187E09AFC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FFD60310-CABE-2AC7-4E5E-0A187E09AFC7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FFD60310-CABE-2AC7-4E5E-0A187E09AFC7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FFD60310-CABE-2AC7-4E5E-0A187E09AFC7}.Release|Any CPU.Build.0 = Release|Any CPU + {A90CCEE7-7472-3EA9-C67A-E03B124627E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A90CCEE7-7472-3EA9-C67A-E03B124627E5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A90CCEE7-7472-3EA9-C67A-E03B124627E5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A90CCEE7-7472-3EA9-C67A-E03B124627E5}.Release|Any CPU.Build.0 = Release|Any CPU + {9B0E6D8C-B0B2-6928-D119-2F98269AEE56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9B0E6D8C-B0B2-6928-D119-2F98269AEE56}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9B0E6D8C-B0B2-6928-D119-2F98269AEE56}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9B0E6D8C-B0B2-6928-D119-2F98269AEE56}.Release|Any CPU.Build.0 = Release|Any CPU + {5734C630-C65C-690D-B884-762CC3630BEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5734C630-C65C-690D-B884-762CC3630BEC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5734C630-C65C-690D-B884-762CC3630BEC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5734C630-C65C-690D-B884-762CC3630BEC}.Release|Any CPU.Build.0 = Release|Any CPU + {42C0F81F-0A8B-A5A7-C521-99306005A776}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {42C0F81F-0A8B-A5A7-C521-99306005A776}.Debug|Any CPU.Build.0 = Debug|Any CPU + {42C0F81F-0A8B-A5A7-C521-99306005A776}.Release|Any CPU.ActiveCfg = Release|Any CPU + {42C0F81F-0A8B-A5A7-C521-99306005A776}.Release|Any CPU.Build.0 = Release|Any CPU + {E548A857-D1BB-7345-2C09-8380AB385DF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E548A857-D1BB-7345-2C09-8380AB385DF7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E548A857-D1BB-7345-2C09-8380AB385DF7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E548A857-D1BB-7345-2C09-8380AB385DF7}.Release|Any CPU.Build.0 = Release|Any CPU + {3DFFE143-35C4-270D-0AD5-AB65E40D8AA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3DFFE143-35C4-270D-0AD5-AB65E40D8AA4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3DFFE143-35C4-270D-0AD5-AB65E40D8AA4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3DFFE143-35C4-270D-0AD5-AB65E40D8AA4}.Release|Any CPU.Build.0 = Release|Any CPU + {159F519F-D273-B998-FB1B-B5F8FDF584AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {159F519F-D273-B998-FB1B-B5F8FDF584AC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {159F519F-D273-B998-FB1B-B5F8FDF584AC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {159F519F-D273-B998-FB1B-B5F8FDF584AC}.Release|Any CPU.Build.0 = Release|Any CPU + {2F83E8B9-AD2E-E9E7-65EB-F723117F4D04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2F83E8B9-AD2E-E9E7-65EB-F723117F4D04}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2F83E8B9-AD2E-E9E7-65EB-F723117F4D04}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2F83E8B9-AD2E-E9E7-65EB-F723117F4D04}.Release|Any CPU.Build.0 = Release|Any CPU + {38700878-E598-4D7F-DC54-E3573A62E300}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {38700878-E598-4D7F-DC54-E3573A62E300}.Debug|Any CPU.Build.0 = Debug|Any CPU + {38700878-E598-4D7F-DC54-E3573A62E300}.Release|Any CPU.ActiveCfg = Release|Any CPU + {38700878-E598-4D7F-DC54-E3573A62E300}.Release|Any CPU.Build.0 = Release|Any CPU + {38E34E7F-B582-05C8-8E55-4648330A2BE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {38E34E7F-B582-05C8-8E55-4648330A2BE4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {38E34E7F-B582-05C8-8E55-4648330A2BE4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {38E34E7F-B582-05C8-8E55-4648330A2BE4}.Release|Any CPU.Build.0 = Release|Any CPU + {4B102FA8-969D-6914-D720-07CB4CC2A4DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4B102FA8-969D-6914-D720-07CB4CC2A4DF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4B102FA8-969D-6914-D720-07CB4CC2A4DF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4B102FA8-969D-6914-D720-07CB4CC2A4DF}.Release|Any CPU.Build.0 = Release|Any CPU + {1CBE267B-D63B-3FBD-7B47-7281287F236C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1CBE267B-D63B-3FBD-7B47-7281287F236C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1CBE267B-D63B-3FBD-7B47-7281287F236C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1CBE267B-D63B-3FBD-7B47-7281287F236C}.Release|Any CPU.Build.0 = Release|Any CPU + {4D4184EB-D15E-927D-7014-3B9E982305B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4D4184EB-D15E-927D-7014-3B9E982305B1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4D4184EB-D15E-927D-7014-3B9E982305B1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4D4184EB-D15E-927D-7014-3B9E982305B1}.Release|Any CPU.Build.0 = Release|Any CPU + {2F4C5686-5EC9-06DA-1C44-75B541282B3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2F4C5686-5EC9-06DA-1C44-75B541282B3D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2F4C5686-5EC9-06DA-1C44-75B541282B3D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2F4C5686-5EC9-06DA-1C44-75B541282B3D}.Release|Any CPU.Build.0 = Release|Any CPU + {2540452E-59F6-992F-1013-6059B021F9C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2540452E-59F6-992F-1013-6059B021F9C8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2540452E-59F6-992F-1013-6059B021F9C8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2540452E-59F6-992F-1013-6059B021F9C8}.Release|Any CPU.Build.0 = Release|Any CPU + {4835793D-9339-06B5-1AD3-C357D8416028}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4835793D-9339-06B5-1AD3-C357D8416028}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4835793D-9339-06B5-1AD3-C357D8416028}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4835793D-9339-06B5-1AD3-C357D8416028}.Release|Any CPU.Build.0 = Release|Any CPU + {03FDBE9A-8589-CA0E-07DD-2019D9405091}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {03FDBE9A-8589-CA0E-07DD-2019D9405091}.Debug|Any CPU.Build.0 = Debug|Any CPU + {03FDBE9A-8589-CA0E-07DD-2019D9405091}.Release|Any CPU.ActiveCfg = Release|Any CPU + {03FDBE9A-8589-CA0E-07DD-2019D9405091}.Release|Any CPU.Build.0 = Release|Any CPU + {0F6099A8-C236-3C7A-ABD8-343E19C59B5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0F6099A8-C236-3C7A-ABD8-343E19C59B5C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0F6099A8-C236-3C7A-ABD8-343E19C59B5C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0F6099A8-C236-3C7A-ABD8-343E19C59B5C}.Release|Any CPU.Build.0 = Release|Any CPU + {18CB019E-783C-2AC1-ABCB-157F265D394C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {18CB019E-783C-2AC1-ABCB-157F265D394C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {18CB019E-783C-2AC1-ABCB-157F265D394C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {18CB019E-783C-2AC1-ABCB-157F265D394C}.Release|Any CPU.Build.0 = Release|Any CPU + {BB8510A0-CC2D-99F0-D02F-5B09A1471C3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BB8510A0-CC2D-99F0-D02F-5B09A1471C3E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BB8510A0-CC2D-99F0-D02F-5B09A1471C3E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BB8510A0-CC2D-99F0-D02F-5B09A1471C3E}.Release|Any CPU.Build.0 = Release|Any CPU + {11B53BA9-C1AD-AC36-817A-3F12A6A2CA4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {11B53BA9-C1AD-AC36-817A-3F12A6A2CA4F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {11B53BA9-C1AD-AC36-817A-3F12A6A2CA4F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {11B53BA9-C1AD-AC36-817A-3F12A6A2CA4F}.Release|Any CPU.Build.0 = Release|Any CPU + {A9FAFC15-198B-8F37-FD9D-2FA9F0559447}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A9FAFC15-198B-8F37-FD9D-2FA9F0559447}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A9FAFC15-198B-8F37-FD9D-2FA9F0559447}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A9FAFC15-198B-8F37-FD9D-2FA9F0559447}.Release|Any CPU.Build.0 = Release|Any CPU + {4DE2F3CE-3B1A-EC56-F578-71A7AE93C683}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4DE2F3CE-3B1A-EC56-F578-71A7AE93C683}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4DE2F3CE-3B1A-EC56-F578-71A7AE93C683}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4DE2F3CE-3B1A-EC56-F578-71A7AE93C683}.Release|Any CPU.Build.0 = Release|Any CPU + {21E7D369-593A-595E-3269-D144BCACFC3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {21E7D369-593A-595E-3269-D144BCACFC3D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {21E7D369-593A-595E-3269-D144BCACFC3D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {21E7D369-593A-595E-3269-D144BCACFC3D}.Release|Any CPU.Build.0 = Release|Any CPU + {71FEBFC9-EA36-3034-9882-7BF1D29E526D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {71FEBFC9-EA36-3034-9882-7BF1D29E526D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {71FEBFC9-EA36-3034-9882-7BF1D29E526D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {71FEBFC9-EA36-3034-9882-7BF1D29E526D}.Release|Any CPU.Build.0 = Release|Any CPU + {E6CA2FAC-862D-0E27-4730-6DCB6CBED1AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E6CA2FAC-862D-0E27-4730-6DCB6CBED1AB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E6CA2FAC-862D-0E27-4730-6DCB6CBED1AB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E6CA2FAC-862D-0E27-4730-6DCB6CBED1AB}.Release|Any CPU.Build.0 = Release|Any CPU + {370C0888-5E83-A3B8-6013-C1E7E536196E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {370C0888-5E83-A3B8-6013-C1E7E536196E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {370C0888-5E83-A3B8-6013-C1E7E536196E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {370C0888-5E83-A3B8-6013-C1E7E536196E}.Release|Any CPU.Build.0 = Release|Any CPU + {27217772-7CA5-017D-5921-D7D686CD9100}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {27217772-7CA5-017D-5921-D7D686CD9100}.Debug|Any CPU.Build.0 = Debug|Any CPU + {27217772-7CA5-017D-5921-D7D686CD9100}.Release|Any CPU.ActiveCfg = Release|Any CPU + {27217772-7CA5-017D-5921-D7D686CD9100}.Release|Any CPU.Build.0 = Release|Any CPU + {905733D5-D0D7-0443-B799-A42412059CDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {905733D5-D0D7-0443-B799-A42412059CDE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {905733D5-D0D7-0443-B799-A42412059CDE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {905733D5-D0D7-0443-B799-A42412059CDE}.Release|Any CPU.Build.0 = Release|Any CPU + {409058DE-86FF-0873-F8B6-4500D1C16FCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {409058DE-86FF-0873-F8B6-4500D1C16FCD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {409058DE-86FF-0873-F8B6-4500D1C16FCD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {409058DE-86FF-0873-F8B6-4500D1C16FCD}.Release|Any CPU.Build.0 = Release|Any CPU + {931FBB08-4148-419E-9CCA-4BDB8345A6F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {931FBB08-4148-419E-9CCA-4BDB8345A6F3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {931FBB08-4148-419E-9CCA-4BDB8345A6F3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {931FBB08-4148-419E-9CCA-4BDB8345A6F3}.Release|Any CPU.Build.0 = Release|Any CPU + {F5E5BDE7-BA46-5A9C-7113-C756D1BE7AC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F5E5BDE7-BA46-5A9C-7113-C756D1BE7AC6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F5E5BDE7-BA46-5A9C-7113-C756D1BE7AC6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F5E5BDE7-BA46-5A9C-7113-C756D1BE7AC6}.Release|Any CPU.Build.0 = Release|Any CPU + {62CA1B37-A18E-C680-EEB5-A0BD918E9E35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {62CA1B37-A18E-C680-EEB5-A0BD918E9E35}.Debug|Any CPU.Build.0 = Debug|Any CPU + {62CA1B37-A18E-C680-EEB5-A0BD918E9E35}.Release|Any CPU.ActiveCfg = Release|Any CPU + {62CA1B37-A18E-C680-EEB5-A0BD918E9E35}.Release|Any CPU.Build.0 = Release|Any CPU + {31D4F252-4394-358D-5B0A-30A7DE216EB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {31D4F252-4394-358D-5B0A-30A7DE216EB0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {31D4F252-4394-358D-5B0A-30A7DE216EB0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {31D4F252-4394-358D-5B0A-30A7DE216EB0}.Release|Any CPU.Build.0 = Release|Any CPU + {9766E448-65F2-2558-38A6-30F50AD83A23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9766E448-65F2-2558-38A6-30F50AD83A23}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9766E448-65F2-2558-38A6-30F50AD83A23}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9766E448-65F2-2558-38A6-30F50AD83A23}.Release|Any CPU.Build.0 = Release|Any CPU + {ED9A7B1C-1129-749D-64B5-3218E17D5B38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {ED9A7B1C-1129-749D-64B5-3218E17D5B38}.Debug|Any CPU.Build.0 = Debug|Any CPU + {ED9A7B1C-1129-749D-64B5-3218E17D5B38}.Release|Any CPU.ActiveCfg = Release|Any CPU + {ED9A7B1C-1129-749D-64B5-3218E17D5B38}.Release|Any CPU.Build.0 = Release|Any CPU + {BEEDB84E-C702-64CD-8AF6-E9938397A665}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BEEDB84E-C702-64CD-8AF6-E9938397A665}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BEEDB84E-C702-64CD-8AF6-E9938397A665}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BEEDB84E-C702-64CD-8AF6-E9938397A665}.Release|Any CPU.Build.0 = Release|Any CPU + {BCEA759A-8DFF-871C-12E3-1D657233CDEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BCEA759A-8DFF-871C-12E3-1D657233CDEF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BCEA759A-8DFF-871C-12E3-1D657233CDEF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BCEA759A-8DFF-871C-12E3-1D657233CDEF}.Release|Any CPU.Build.0 = Release|Any CPU + {AAC70007-66EE-94E4-3002-39A579B510BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AAC70007-66EE-94E4-3002-39A579B510BD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AAC70007-66EE-94E4-3002-39A579B510BD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AAC70007-66EE-94E4-3002-39A579B510BD}.Release|Any CPU.Build.0 = Release|Any CPU + {2A32B243-9475-0B91-71DA-9C8384423BED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2A32B243-9475-0B91-71DA-9C8384423BED}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2A32B243-9475-0B91-71DA-9C8384423BED}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2A32B243-9475-0B91-71DA-9C8384423BED}.Release|Any CPU.Build.0 = Release|Any CPU + {D7A41547-71D6-2AD4-2F96-99F7545D2303}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D7A41547-71D6-2AD4-2F96-99F7545D2303}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D7A41547-71D6-2AD4-2F96-99F7545D2303}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D7A41547-71D6-2AD4-2F96-99F7545D2303}.Release|Any CPU.Build.0 = Release|Any CPU + {FB93D9E7-21CD-FBD6-76FA-D340C7705D3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FB93D9E7-21CD-FBD6-76FA-D340C7705D3A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FB93D9E7-21CD-FBD6-76FA-D340C7705D3A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FB93D9E7-21CD-FBD6-76FA-D340C7705D3A}.Release|Any CPU.Build.0 = Release|Any CPU + {2E209850-55B6-7305-AFA1-2F4F8C81D2A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2E209850-55B6-7305-AFA1-2F4F8C81D2A3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2E209850-55B6-7305-AFA1-2F4F8C81D2A3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2E209850-55B6-7305-AFA1-2F4F8C81D2A3}.Release|Any CPU.Build.0 = Release|Any CPU + {21C4CD6E-23C4-FC39-B3E8-30159FE3C674}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {21C4CD6E-23C4-FC39-B3E8-30159FE3C674}.Debug|Any CPU.Build.0 = Debug|Any CPU + {21C4CD6E-23C4-FC39-B3E8-30159FE3C674}.Release|Any CPU.ActiveCfg = Release|Any CPU + {21C4CD6E-23C4-FC39-B3E8-30159FE3C674}.Release|Any CPU.Build.0 = Release|Any CPU + {D16B8077-FA9E-6EC1-EC86-2817D9BD0279}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D16B8077-FA9E-6EC1-EC86-2817D9BD0279}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D16B8077-FA9E-6EC1-EC86-2817D9BD0279}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D16B8077-FA9E-6EC1-EC86-2817D9BD0279}.Release|Any CPU.Build.0 = Release|Any CPU + {71975CCB-8B17-384E-EC10-6CFAE6A76024}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {71975CCB-8B17-384E-EC10-6CFAE6A76024}.Debug|Any CPU.Build.0 = Debug|Any CPU + {71975CCB-8B17-384E-EC10-6CFAE6A76024}.Release|Any CPU.ActiveCfg = Release|Any CPU + {71975CCB-8B17-384E-EC10-6CFAE6A76024}.Release|Any CPU.Build.0 = Release|Any CPU + {D5DE277C-0EE2-2CC5-529A-2C9012B5AE0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D5DE277C-0EE2-2CC5-529A-2C9012B5AE0F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D5DE277C-0EE2-2CC5-529A-2C9012B5AE0F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D5DE277C-0EE2-2CC5-529A-2C9012B5AE0F}.Release|Any CPU.Build.0 = Release|Any CPU + {7956D589-CAB3-212C-D383-A7C663EEC073}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7956D589-CAB3-212C-D383-A7C663EEC073}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7956D589-CAB3-212C-D383-A7C663EEC073}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7956D589-CAB3-212C-D383-A7C663EEC073}.Release|Any CPU.Build.0 = Release|Any CPU + {B01A93C2-8649-A099-79F6-EA54B32C8026}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B01A93C2-8649-A099-79F6-EA54B32C8026}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B01A93C2-8649-A099-79F6-EA54B32C8026}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B01A93C2-8649-A099-79F6-EA54B32C8026}.Release|Any CPU.Build.0 = Release|Any CPU + {55F34654-179C-7445-574A-D0E1B25480E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {55F34654-179C-7445-574A-D0E1B25480E6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {55F34654-179C-7445-574A-D0E1B25480E6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {55F34654-179C-7445-574A-D0E1B25480E6}.Release|Any CPU.Build.0 = Release|Any CPU + {47E011F2-E35A-6F36-DA0B-D6D631F1D9CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {47E011F2-E35A-6F36-DA0B-D6D631F1D9CC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {47E011F2-E35A-6F36-DA0B-D6D631F1D9CC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {47E011F2-E35A-6F36-DA0B-D6D631F1D9CC}.Release|Any CPU.Build.0 = Release|Any CPU + {338D0C64-21F8-997D-E59F-11DCB3201853}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {338D0C64-21F8-997D-E59F-11DCB3201853}.Debug|Any CPU.Build.0 = Debug|Any CPU + {338D0C64-21F8-997D-E59F-11DCB3201853}.Release|Any CPU.ActiveCfg = Release|Any CPU + {338D0C64-21F8-997D-E59F-11DCB3201853}.Release|Any CPU.Build.0 = Release|Any CPU + {AE823608-08FF-071B-5A44-6C8FB07046E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AE823608-08FF-071B-5A44-6C8FB07046E6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AE823608-08FF-071B-5A44-6C8FB07046E6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AE823608-08FF-071B-5A44-6C8FB07046E6}.Release|Any CPU.Build.0 = Release|Any CPU + {9EE994E5-2A2A-FCF6-DC87-B4C1EA346DDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9EE994E5-2A2A-FCF6-DC87-B4C1EA346DDC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9EE994E5-2A2A-FCF6-DC87-B4C1EA346DDC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9EE994E5-2A2A-FCF6-DC87-B4C1EA346DDC}.Release|Any CPU.Build.0 = Release|Any CPU + {FA078127-E28C-6755-3A5D-04785144DCC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FA078127-E28C-6755-3A5D-04785144DCC7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FA078127-E28C-6755-3A5D-04785144DCC7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FA078127-E28C-6755-3A5D-04785144DCC7}.Release|Any CPU.Build.0 = Release|Any CPU + {86AF216A-5DFF-3ADB-E7D3-FC036F35373E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {86AF216A-5DFF-3ADB-E7D3-FC036F35373E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {86AF216A-5DFF-3ADB-E7D3-FC036F35373E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {86AF216A-5DFF-3ADB-E7D3-FC036F35373E}.Release|Any CPU.Build.0 = Release|Any CPU + {3C575F0B-F620-A909-F9E9-3CB52B0A9D9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3C575F0B-F620-A909-F9E9-3CB52B0A9D9C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3C575F0B-F620-A909-F9E9-3CB52B0A9D9C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3C575F0B-F620-A909-F9E9-3CB52B0A9D9C}.Release|Any CPU.Build.0 = Release|Any CPU + {299B98F1-58C9-8CBB-339E-1D491F76C15D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {299B98F1-58C9-8CBB-339E-1D491F76C15D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {299B98F1-58C9-8CBB-339E-1D491F76C15D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {299B98F1-58C9-8CBB-339E-1D491F76C15D}.Release|Any CPU.Build.0 = Release|Any CPU + {0A1753D5-6F38-FA3A-7F14-A3EF445FF2ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0A1753D5-6F38-FA3A-7F14-A3EF445FF2ED}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0A1753D5-6F38-FA3A-7F14-A3EF445FF2ED}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0A1753D5-6F38-FA3A-7F14-A3EF445FF2ED}.Release|Any CPU.Build.0 = Release|Any CPU + {A3BE29E6-D4FD-8ED7-C25E-6D521EF43505}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A3BE29E6-D4FD-8ED7-C25E-6D521EF43505}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A3BE29E6-D4FD-8ED7-C25E-6D521EF43505}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A3BE29E6-D4FD-8ED7-C25E-6D521EF43505}.Release|Any CPU.Build.0 = Release|Any CPU + {B6ECB7B4-2FF6-2E57-4F52-B01B6469A782}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B6ECB7B4-2FF6-2E57-4F52-B01B6469A782}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B6ECB7B4-2FF6-2E57-4F52-B01B6469A782}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B6ECB7B4-2FF6-2E57-4F52-B01B6469A782}.Release|Any CPU.Build.0 = Release|Any CPU + {A0DC2898-12A4-715A-A5AF-33BFA2F0DB6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A0DC2898-12A4-715A-A5AF-33BFA2F0DB6B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A0DC2898-12A4-715A-A5AF-33BFA2F0DB6B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A0DC2898-12A4-715A-A5AF-33BFA2F0DB6B}.Release|Any CPU.Build.0 = Release|Any CPU + {CB7002B2-AB10-6D8C-2970-90816DFAF6C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CB7002B2-AB10-6D8C-2970-90816DFAF6C4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CB7002B2-AB10-6D8C-2970-90816DFAF6C4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CB7002B2-AB10-6D8C-2970-90816DFAF6C4}.Release|Any CPU.Build.0 = Release|Any CPU + {056900D7-C115-79BC-0837-AAE131CC0C6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {056900D7-C115-79BC-0837-AAE131CC0C6B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {056900D7-C115-79BC-0837-AAE131CC0C6B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {056900D7-C115-79BC-0837-AAE131CC0C6B}.Release|Any CPU.Build.0 = Release|Any CPU + {D0483F52-D132-04F9-4DB7-9E5457603F58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D0483F52-D132-04F9-4DB7-9E5457603F58}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D0483F52-D132-04F9-4DB7-9E5457603F58}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D0483F52-D132-04F9-4DB7-9E5457603F58}.Release|Any CPU.Build.0 = Release|Any CPU + {0A5807A8-CF34-7A89-E6B0-B8924A02C980}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0A5807A8-CF34-7A89-E6B0-B8924A02C980}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0A5807A8-CF34-7A89-E6B0-B8924A02C980}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0A5807A8-CF34-7A89-E6B0-B8924A02C980}.Release|Any CPU.Build.0 = Release|Any CPU + {578AFF09-C868-A2E4-9704-629FEE7E8223}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {578AFF09-C868-A2E4-9704-629FEE7E8223}.Debug|Any CPU.Build.0 = Debug|Any CPU + {578AFF09-C868-A2E4-9704-629FEE7E8223}.Release|Any CPU.ActiveCfg = Release|Any CPU + {578AFF09-C868-A2E4-9704-629FEE7E8223}.Release|Any CPU.Build.0 = Release|Any CPU + {830A9332-250E-EFE4-BFC4-B7AED0858D01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {830A9332-250E-EFE4-BFC4-B7AED0858D01}.Debug|Any CPU.Build.0 = Debug|Any CPU + {830A9332-250E-EFE4-BFC4-B7AED0858D01}.Release|Any CPU.ActiveCfg = Release|Any CPU + {830A9332-250E-EFE4-BFC4-B7AED0858D01}.Release|Any CPU.Build.0 = Release|Any CPU + {9245D6F4-9B45-0452-EB7E-3D64C2C17B02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9245D6F4-9B45-0452-EB7E-3D64C2C17B02}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9245D6F4-9B45-0452-EB7E-3D64C2C17B02}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9245D6F4-9B45-0452-EB7E-3D64C2C17B02}.Release|Any CPU.Build.0 = Release|Any CPU + {9F093256-C9F8-8E38-233F-BF7E7D35E245}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9F093256-C9F8-8E38-233F-BF7E7D35E245}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9F093256-C9F8-8E38-233F-BF7E7D35E245}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9F093256-C9F8-8E38-233F-BF7E7D35E245}.Release|Any CPU.Build.0 = Release|Any CPU + {5E846791-D142-FF80-801D-F45A37F55A45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5E846791-D142-FF80-801D-F45A37F55A45}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5E846791-D142-FF80-801D-F45A37F55A45}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5E846791-D142-FF80-801D-F45A37F55A45}.Release|Any CPU.Build.0 = Release|Any CPU + {E4AE486E-F95A-FFFC-2021-9E521F4D9F79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E4AE486E-F95A-FFFC-2021-9E521F4D9F79}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E4AE486E-F95A-FFFC-2021-9E521F4D9F79}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E4AE486E-F95A-FFFC-2021-9E521F4D9F79}.Release|Any CPU.Build.0 = Release|Any CPU + {1CD56463-0EF2-7B69-A733-744DBC43500E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1CD56463-0EF2-7B69-A733-744DBC43500E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1CD56463-0EF2-7B69-A733-744DBC43500E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1CD56463-0EF2-7B69-A733-744DBC43500E}.Release|Any CPU.Build.0 = Release|Any CPU + {1366EA33-E3C5-422F-C634-895FBEB04464}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1366EA33-E3C5-422F-C634-895FBEB04464}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1366EA33-E3C5-422F-C634-895FBEB04464}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1366EA33-E3C5-422F-C634-895FBEB04464}.Release|Any CPU.Build.0 = Release|Any CPU + {32E7835E-D51E-50DC-28FB-579FD4038396}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {32E7835E-D51E-50DC-28FB-579FD4038396}.Debug|Any CPU.Build.0 = Debug|Any CPU + {32E7835E-D51E-50DC-28FB-579FD4038396}.Release|Any CPU.ActiveCfg = Release|Any CPU + {32E7835E-D51E-50DC-28FB-579FD4038396}.Release|Any CPU.Build.0 = Release|Any CPU + {77298A2D-EDDB-DAC5-50D7-66066C2A0D38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {77298A2D-EDDB-DAC5-50D7-66066C2A0D38}.Debug|Any CPU.Build.0 = Debug|Any CPU + {77298A2D-EDDB-DAC5-50D7-66066C2A0D38}.Release|Any CPU.ActiveCfg = Release|Any CPU + {77298A2D-EDDB-DAC5-50D7-66066C2A0D38}.Release|Any CPU.Build.0 = Release|Any CPU + {AAEF6E7C-2633-43D3-0852-CEF504A41385}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AAEF6E7C-2633-43D3-0852-CEF504A41385}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AAEF6E7C-2633-43D3-0852-CEF504A41385}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AAEF6E7C-2633-43D3-0852-CEF504A41385}.Release|Any CPU.Build.0 = Release|Any CPU + {BCB974AC-AA15-043A-218B-8F55419FCEC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BCB974AC-AA15-043A-218B-8F55419FCEC2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BCB974AC-AA15-043A-218B-8F55419FCEC2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BCB974AC-AA15-043A-218B-8F55419FCEC2}.Release|Any CPU.Build.0 = Release|Any CPU + {EC9FCB98-9AA8-CBB6-382B-CD1D702F33ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EC9FCB98-9AA8-CBB6-382B-CD1D702F33ED}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EC9FCB98-9AA8-CBB6-382B-CD1D702F33ED}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EC9FCB98-9AA8-CBB6-382B-CD1D702F33ED}.Release|Any CPU.Build.0 = Release|Any CPU + {71F09542-4448-6F9C-246A-1875234970E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {71F09542-4448-6F9C-246A-1875234970E1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {71F09542-4448-6F9C-246A-1875234970E1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {71F09542-4448-6F9C-246A-1875234970E1}.Release|Any CPU.Build.0 = Release|Any CPU + {CAB64A9D-6E52-2E88-FAD0-17000C2C9F11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CAB64A9D-6E52-2E88-FAD0-17000C2C9F11}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CAB64A9D-6E52-2E88-FAD0-17000C2C9F11}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CAB64A9D-6E52-2E88-FAD0-17000C2C9F11}.Release|Any CPU.Build.0 = Release|Any CPU + {F71F2C76-2AE2-038E-4B81-0817F00B6A9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F71F2C76-2AE2-038E-4B81-0817F00B6A9A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F71F2C76-2AE2-038E-4B81-0817F00B6A9A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F71F2C76-2AE2-038E-4B81-0817F00B6A9A}.Release|Any CPU.Build.0 = Release|Any CPU + {EBCEC1E2-B5A9-AE55-73B2-92B5A26E7439}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EBCEC1E2-B5A9-AE55-73B2-92B5A26E7439}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EBCEC1E2-B5A9-AE55-73B2-92B5A26E7439}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EBCEC1E2-B5A9-AE55-73B2-92B5A26E7439}.Release|Any CPU.Build.0 = Release|Any CPU + {82456152-F2F7-112D-7C81-650AAD63FE6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {82456152-F2F7-112D-7C81-650AAD63FE6F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {82456152-F2F7-112D-7C81-650AAD63FE6F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {82456152-F2F7-112D-7C81-650AAD63FE6F}.Release|Any CPU.Build.0 = Release|Any CPU + {7AC180EC-A33E-FCF3-9601-5B391BC7C1F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7AC180EC-A33E-FCF3-9601-5B391BC7C1F2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7AC180EC-A33E-FCF3-9601-5B391BC7C1F2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7AC180EC-A33E-FCF3-9601-5B391BC7C1F2}.Release|Any CPU.Build.0 = Release|Any CPU + {63AE954E-6DC2-25FC-8F0F-38CD903126C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {63AE954E-6DC2-25FC-8F0F-38CD903126C6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {63AE954E-6DC2-25FC-8F0F-38CD903126C6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {63AE954E-6DC2-25FC-8F0F-38CD903126C6}.Release|Any CPU.Build.0 = Release|Any CPU + {FABF01E5-23FB-922D-9015-CC2152BE569B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FABF01E5-23FB-922D-9015-CC2152BE569B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FABF01E5-23FB-922D-9015-CC2152BE569B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FABF01E5-23FB-922D-9015-CC2152BE569B}.Release|Any CPU.Build.0 = Release|Any CPU + {45BB01C4-1E45-479C-E84A-452391B0F8B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {45BB01C4-1E45-479C-E84A-452391B0F8B2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {45BB01C4-1E45-479C-E84A-452391B0F8B2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {45BB01C4-1E45-479C-E84A-452391B0F8B2}.Release|Any CPU.Build.0 = Release|Any CPU + {D17E29E7-01E0-7FE8-9DBF-860B18518502}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D17E29E7-01E0-7FE8-9DBF-860B18518502}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D17E29E7-01E0-7FE8-9DBF-860B18518502}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D17E29E7-01E0-7FE8-9DBF-860B18518502}.Release|Any CPU.Build.0 = Release|Any CPU + {1155E9AE-FB3D-0A57-3203-C27406ECEDA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1155E9AE-FB3D-0A57-3203-C27406ECEDA8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1155E9AE-FB3D-0A57-3203-C27406ECEDA8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1155E9AE-FB3D-0A57-3203-C27406ECEDA8}.Release|Any CPU.Build.0 = Release|Any CPU + {4D06BA32-5613-3B4F-2C5F-E01E3F8FF782}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4D06BA32-5613-3B4F-2C5F-E01E3F8FF782}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4D06BA32-5613-3B4F-2C5F-E01E3F8FF782}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4D06BA32-5613-3B4F-2C5F-E01E3F8FF782}.Release|Any CPU.Build.0 = Release|Any CPU + {10D4FC0A-E378-2A68-7ECD-66BA3257C1C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {10D4FC0A-E378-2A68-7ECD-66BA3257C1C6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {10D4FC0A-E378-2A68-7ECD-66BA3257C1C6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {10D4FC0A-E378-2A68-7ECD-66BA3257C1C6}.Release|Any CPU.Build.0 = Release|Any CPU + {4A27D85E-8919-D08A-AD3A-416B462D14B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4A27D85E-8919-D08A-AD3A-416B462D14B2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4A27D85E-8919-D08A-AD3A-416B462D14B2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4A27D85E-8919-D08A-AD3A-416B462D14B2}.Release|Any CPU.Build.0 = Release|Any CPU + {D5AD4654-8DB5-F31B-789F-3A92AE0CC970}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D5AD4654-8DB5-F31B-789F-3A92AE0CC970}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D5AD4654-8DB5-F31B-789F-3A92AE0CC970}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D5AD4654-8DB5-F31B-789F-3A92AE0CC970}.Release|Any CPU.Build.0 = Release|Any CPU + {31A4A317-19E4-5D17-FF12-970FD2C54A2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {31A4A317-19E4-5D17-FF12-970FD2C54A2C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {31A4A317-19E4-5D17-FF12-970FD2C54A2C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {31A4A317-19E4-5D17-FF12-970FD2C54A2C}.Release|Any CPU.Build.0 = Release|Any CPU + {10C3695A-2BB7-8E5C-5C6A-C13844E4A8CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {10C3695A-2BB7-8E5C-5C6A-C13844E4A8CB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {10C3695A-2BB7-8E5C-5C6A-C13844E4A8CB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {10C3695A-2BB7-8E5C-5C6A-C13844E4A8CB}.Release|Any CPU.Build.0 = Release|Any CPU + {CE55F690-6FBA-0066-39A4-27496CB92976}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CE55F690-6FBA-0066-39A4-27496CB92976}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CE55F690-6FBA-0066-39A4-27496CB92976}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CE55F690-6FBA-0066-39A4-27496CB92976}.Release|Any CPU.Build.0 = Release|Any CPU + {65625694-210E-2D80-43F0-DE8E94750CD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {65625694-210E-2D80-43F0-DE8E94750CD7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {65625694-210E-2D80-43F0-DE8E94750CD7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {65625694-210E-2D80-43F0-DE8E94750CD7}.Release|Any CPU.Build.0 = Release|Any CPU + {454BBA08-1E78-FF5D-E73F-CD6CA8B4C1FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {454BBA08-1E78-FF5D-E73F-CD6CA8B4C1FD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {454BBA08-1E78-FF5D-E73F-CD6CA8B4C1FD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {454BBA08-1E78-FF5D-E73F-CD6CA8B4C1FD}.Release|Any CPU.Build.0 = Release|Any CPU + {A5E1F226-F3BB-8AF5-7BAD-0CB73295EE3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A5E1F226-F3BB-8AF5-7BAD-0CB73295EE3B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A5E1F226-F3BB-8AF5-7BAD-0CB73295EE3B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A5E1F226-F3BB-8AF5-7BAD-0CB73295EE3B}.Release|Any CPU.Build.0 = Release|Any CPU + {1116B10A-2711-EB71-37F2-7EB19A1327D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1116B10A-2711-EB71-37F2-7EB19A1327D1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1116B10A-2711-EB71-37F2-7EB19A1327D1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1116B10A-2711-EB71-37F2-7EB19A1327D1}.Release|Any CPU.Build.0 = Release|Any CPU + {9C0C60E8-EE3D-CABC-520C-EE3FDD276E79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9C0C60E8-EE3D-CABC-520C-EE3FDD276E79}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9C0C60E8-EE3D-CABC-520C-EE3FDD276E79}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9C0C60E8-EE3D-CABC-520C-EE3FDD276E79}.Release|Any CPU.Build.0 = Release|Any CPU + {A82CE474-F75D-7D7C-CB66-71BFDB49B904}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A82CE474-F75D-7D7C-CB66-71BFDB49B904}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A82CE474-F75D-7D7C-CB66-71BFDB49B904}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A82CE474-F75D-7D7C-CB66-71BFDB49B904}.Release|Any CPU.Build.0 = Release|Any CPU + {CC9AAEDA-5F51-BE21-B21D-9C1E1BFE4093}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CC9AAEDA-5F51-BE21-B21D-9C1E1BFE4093}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CC9AAEDA-5F51-BE21-B21D-9C1E1BFE4093}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CC9AAEDA-5F51-BE21-B21D-9C1E1BFE4093}.Release|Any CPU.Build.0 = Release|Any CPU + {C7E7BEE4-D16B-1F65-24BC-EDFB8252CBB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C7E7BEE4-D16B-1F65-24BC-EDFB8252CBB0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C7E7BEE4-D16B-1F65-24BC-EDFB8252CBB0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C7E7BEE4-D16B-1F65-24BC-EDFB8252CBB0}.Release|Any CPU.Build.0 = Release|Any CPU + {1C4B566B-F4C3-BEFC-5D6B-78C06C3FB2B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1C4B566B-F4C3-BEFC-5D6B-78C06C3FB2B5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1C4B566B-F4C3-BEFC-5D6B-78C06C3FB2B5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1C4B566B-F4C3-BEFC-5D6B-78C06C3FB2B5}.Release|Any CPU.Build.0 = Release|Any CPU + {183FD426-D722-3EB3-E0D3-07511A324FD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {183FD426-D722-3EB3-E0D3-07511A324FD0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {183FD426-D722-3EB3-E0D3-07511A324FD0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {183FD426-D722-3EB3-E0D3-07511A324FD0}.Release|Any CPU.Build.0 = Release|Any CPU + {8B7A0621-37B7-0BBA-FE50-5864BEF5C0DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8B7A0621-37B7-0BBA-FE50-5864BEF5C0DE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8B7A0621-37B7-0BBA-FE50-5864BEF5C0DE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8B7A0621-37B7-0BBA-FE50-5864BEF5C0DE}.Release|Any CPU.Build.0 = Release|Any CPU + {5159617E-95EF-B862-B428-92EA175E76F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5159617E-95EF-B862-B428-92EA175E76F7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5159617E-95EF-B862-B428-92EA175E76F7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5159617E-95EF-B862-B428-92EA175E76F7}.Release|Any CPU.Build.0 = Release|Any CPU + {06C36F46-9094-6DDB-E82F-EBB67CE32AA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {06C36F46-9094-6DDB-E82F-EBB67CE32AA6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {06C36F46-9094-6DDB-E82F-EBB67CE32AA6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {06C36F46-9094-6DDB-E82F-EBB67CE32AA6}.Release|Any CPU.Build.0 = Release|Any CPU + {A0819DF2-C22B-D21F-9373-4720BE4AB921}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A0819DF2-C22B-D21F-9373-4720BE4AB921}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A0819DF2-C22B-D21F-9373-4720BE4AB921}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A0819DF2-C22B-D21F-9373-4720BE4AB921}.Release|Any CPU.Build.0 = Release|Any CPU + {1CF962E8-F586-9614-F614-3525006085E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1CF962E8-F586-9614-F614-3525006085E5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1CF962E8-F586-9614-F614-3525006085E5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1CF962E8-F586-9614-F614-3525006085E5}.Release|Any CPU.Build.0 = Release|Any CPU + {A91A5DE0-926C-4F83-ABBF-4ED82A860165}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A91A5DE0-926C-4F83-ABBF-4ED82A860165}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A91A5DE0-926C-4F83-ABBF-4ED82A860165}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A91A5DE0-926C-4F83-ABBF-4ED82A860165}.Release|Any CPU.Build.0 = Release|Any CPU + {457F46B8-9964-4827-6D2A-7BC2182C25B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {457F46B8-9964-4827-6D2A-7BC2182C25B9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {457F46B8-9964-4827-6D2A-7BC2182C25B9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {457F46B8-9964-4827-6D2A-7BC2182C25B9}.Release|Any CPU.Build.0 = Release|Any CPU + {A1910B9A-13B4-80C1-0D5E-9F4219D39F64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A1910B9A-13B4-80C1-0D5E-9F4219D39F64}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A1910B9A-13B4-80C1-0D5E-9F4219D39F64}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A1910B9A-13B4-80C1-0D5E-9F4219D39F64}.Release|Any CPU.Build.0 = Release|Any CPU + {F642DF98-DE82-7B4B-C0B7-4355169DEF95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F642DF98-DE82-7B4B-C0B7-4355169DEF95}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F642DF98-DE82-7B4B-C0B7-4355169DEF95}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F642DF98-DE82-7B4B-C0B7-4355169DEF95}.Release|Any CPU.Build.0 = Release|Any CPU + {DCDC2597-5DC9-11C7-F06D-0BEB2667C94E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DCDC2597-5DC9-11C7-F06D-0BEB2667C94E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DCDC2597-5DC9-11C7-F06D-0BEB2667C94E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DCDC2597-5DC9-11C7-F06D-0BEB2667C94E}.Release|Any CPU.Build.0 = Release|Any CPU + {639D4986-73A4-827D-E38A-FC223BBC326A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {639D4986-73A4-827D-E38A-FC223BBC326A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {639D4986-73A4-827D-E38A-FC223BBC326A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {639D4986-73A4-827D-E38A-FC223BBC326A}.Release|Any CPU.Build.0 = Release|Any CPU + {B174AC53-2379-1370-17BF-77CF2CE8A7F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B174AC53-2379-1370-17BF-77CF2CE8A7F1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B174AC53-2379-1370-17BF-77CF2CE8A7F1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B174AC53-2379-1370-17BF-77CF2CE8A7F1}.Release|Any CPU.Build.0 = Release|Any CPU + {C2250AAF-D0A9-161C-0B6B-DAA66FBDB810}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C2250AAF-D0A9-161C-0B6B-DAA66FBDB810}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C2250AAF-D0A9-161C-0B6B-DAA66FBDB810}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C2250AAF-D0A9-161C-0B6B-DAA66FBDB810}.Release|Any CPU.Build.0 = Release|Any CPU + {6AA33EF7-B2B0-5B32-372D-8EF885EBD57C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6AA33EF7-B2B0-5B32-372D-8EF885EBD57C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6AA33EF7-B2B0-5B32-372D-8EF885EBD57C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6AA33EF7-B2B0-5B32-372D-8EF885EBD57C}.Release|Any CPU.Build.0 = Release|Any CPU + {83F50CD6-0EF9-2E9E-6628-F739264A00E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {83F50CD6-0EF9-2E9E-6628-F739264A00E7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {83F50CD6-0EF9-2E9E-6628-F739264A00E7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {83F50CD6-0EF9-2E9E-6628-F739264A00E7}.Release|Any CPU.Build.0 = Release|Any CPU + {68A423AD-5059-C646-A048-9834465B9052}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {68A423AD-5059-C646-A048-9834465B9052}.Debug|Any CPU.Build.0 = Debug|Any CPU + {68A423AD-5059-C646-A048-9834465B9052}.Release|Any CPU.ActiveCfg = Release|Any CPU + {68A423AD-5059-C646-A048-9834465B9052}.Release|Any CPU.Build.0 = Release|Any CPU + {642F0D43-6627-A431-7C19-A3378DB6FBC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {642F0D43-6627-A431-7C19-A3378DB6FBC1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {642F0D43-6627-A431-7C19-A3378DB6FBC1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {642F0D43-6627-A431-7C19-A3378DB6FBC1}.Release|Any CPU.Build.0 = Release|Any CPU + {C8758702-DE05-11E2-3E3E-C26030CD0DFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C8758702-DE05-11E2-3E3E-C26030CD0DFE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C8758702-DE05-11E2-3E3E-C26030CD0DFE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C8758702-DE05-11E2-3E3E-C26030CD0DFE}.Release|Any CPU.Build.0 = Release|Any CPU + {3798006F-D913-6181-C77F-FCB7DCEBA291}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3798006F-D913-6181-C77F-FCB7DCEBA291}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3798006F-D913-6181-C77F-FCB7DCEBA291}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3798006F-D913-6181-C77F-FCB7DCEBA291}.Release|Any CPU.Build.0 = Release|Any CPU + {725AAB9A-44DA-C7BA-8D27-7D7B979AFC34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {725AAB9A-44DA-C7BA-8D27-7D7B979AFC34}.Debug|Any CPU.Build.0 = Debug|Any CPU + {725AAB9A-44DA-C7BA-8D27-7D7B979AFC34}.Release|Any CPU.ActiveCfg = Release|Any CPU + {725AAB9A-44DA-C7BA-8D27-7D7B979AFC34}.Release|Any CPU.Build.0 = Release|Any CPU + {3275458F-9EEC-8EE7-BDDC-BC077A8533A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3275458F-9EEC-8EE7-BDDC-BC077A8533A5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3275458F-9EEC-8EE7-BDDC-BC077A8533A5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3275458F-9EEC-8EE7-BDDC-BC077A8533A5}.Release|Any CPU.Build.0 = Release|Any CPU + {D3D65CB8-203A-1997-0662-4EAD36294139}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D3D65CB8-203A-1997-0662-4EAD36294139}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D3D65CB8-203A-1997-0662-4EAD36294139}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D3D65CB8-203A-1997-0662-4EAD36294139}.Release|Any CPU.Build.0 = Release|Any CPU + {76698F55-5DA5-444C-7BE6-173AFB62E445}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {76698F55-5DA5-444C-7BE6-173AFB62E445}.Debug|Any CPU.Build.0 = Debug|Any CPU + {76698F55-5DA5-444C-7BE6-173AFB62E445}.Release|Any CPU.ActiveCfg = Release|Any CPU + {76698F55-5DA5-444C-7BE6-173AFB62E445}.Release|Any CPU.Build.0 = Release|Any CPU + {B5822CB3-BCCE-110C-2B54-C9874E22222B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B5822CB3-BCCE-110C-2B54-C9874E22222B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B5822CB3-BCCE-110C-2B54-C9874E22222B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B5822CB3-BCCE-110C-2B54-C9874E22222B}.Release|Any CPU.Build.0 = Release|Any CPU + {E26CA855-E921-4B55-719F-FB8B3E0E4E96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E26CA855-E921-4B55-719F-FB8B3E0E4E96}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E26CA855-E921-4B55-719F-FB8B3E0E4E96}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E26CA855-E921-4B55-719F-FB8B3E0E4E96}.Release|Any CPU.Build.0 = Release|Any CPU + {E8605208-5D8E-05EB-1276-3B42A7BC2138}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E8605208-5D8E-05EB-1276-3B42A7BC2138}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E8605208-5D8E-05EB-1276-3B42A7BC2138}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E8605208-5D8E-05EB-1276-3B42A7BC2138}.Release|Any CPU.Build.0 = Release|Any CPU + {CF9424DA-E485-1528-7D1C-F34B4AB1BA22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CF9424DA-E485-1528-7D1C-F34B4AB1BA22}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CF9424DA-E485-1528-7D1C-F34B4AB1BA22}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CF9424DA-E485-1528-7D1C-F34B4AB1BA22}.Release|Any CPU.Build.0 = Release|Any CPU + {83FD0E32-60C6-7942-4570-2A6F3D157013}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {83FD0E32-60C6-7942-4570-2A6F3D157013}.Debug|Any CPU.Build.0 = Debug|Any CPU + {83FD0E32-60C6-7942-4570-2A6F3D157013}.Release|Any CPU.ActiveCfg = Release|Any CPU + {83FD0E32-60C6-7942-4570-2A6F3D157013}.Release|Any CPU.Build.0 = Release|Any CPU + {EAE8EBC5-0150-DC89-1FCC-955E169E5981}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EAE8EBC5-0150-DC89-1FCC-955E169E5981}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EAE8EBC5-0150-DC89-1FCC-955E169E5981}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EAE8EBC5-0150-DC89-1FCC-955E169E5981}.Release|Any CPU.Build.0 = Release|Any CPU + {E8C4F118-A96F-687E-3031-70F1405606BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E8C4F118-A96F-687E-3031-70F1405606BE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E8C4F118-A96F-687E-3031-70F1405606BE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E8C4F118-A96F-687E-3031-70F1405606BE}.Release|Any CPU.Build.0 = Release|Any CPU + {CCB75047-724A-2066-B57A-6B0FE1E47C25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CCB75047-724A-2066-B57A-6B0FE1E47C25}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CCB75047-724A-2066-B57A-6B0FE1E47C25}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CCB75047-724A-2066-B57A-6B0FE1E47C25}.Release|Any CPU.Build.0 = Release|Any CPU + {C5B6F504-4254-E6CA-5BE2-8C4DDFC4DBBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C5B6F504-4254-E6CA-5BE2-8C4DDFC4DBBC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C5B6F504-4254-E6CA-5BE2-8C4DDFC4DBBC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C5B6F504-4254-E6CA-5BE2-8C4DDFC4DBBC}.Release|Any CPU.Build.0 = Release|Any CPU + {620B78FD-A5C5-3CF8-DED2-50B7A651AF9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {620B78FD-A5C5-3CF8-DED2-50B7A651AF9A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {620B78FD-A5C5-3CF8-DED2-50B7A651AF9A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {620B78FD-A5C5-3CF8-DED2-50B7A651AF9A}.Release|Any CPU.Build.0 = Release|Any CPU + {C1B8B77F-7931-F4F6-DED1-5A18A0768072}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C1B8B77F-7931-F4F6-DED1-5A18A0768072}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C1B8B77F-7931-F4F6-DED1-5A18A0768072}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C1B8B77F-7931-F4F6-DED1-5A18A0768072}.Release|Any CPU.Build.0 = Release|Any CPU + {CA5E426F-8740-7E91-FC3E-C3623BCDB1D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CA5E426F-8740-7E91-FC3E-C3623BCDB1D7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CA5E426F-8740-7E91-FC3E-C3623BCDB1D7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CA5E426F-8740-7E91-FC3E-C3623BCDB1D7}.Release|Any CPU.Build.0 = Release|Any CPU + {3E0835E6-6E61-9E5F-5F2F-8B8D0A9D2893}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3E0835E6-6E61-9E5F-5F2F-8B8D0A9D2893}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3E0835E6-6E61-9E5F-5F2F-8B8D0A9D2893}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3E0835E6-6E61-9E5F-5F2F-8B8D0A9D2893}.Release|Any CPU.Build.0 = Release|Any CPU + {7C0EB032-AC20-1753-E5E1-C25F55681D13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7C0EB032-AC20-1753-E5E1-C25F55681D13}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7C0EB032-AC20-1753-E5E1-C25F55681D13}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7C0EB032-AC20-1753-E5E1-C25F55681D13}.Release|Any CPU.Build.0 = Release|Any CPU + {81069640-BF21-F06A-742F-925AAB1DDD12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {81069640-BF21-F06A-742F-925AAB1DDD12}.Debug|Any CPU.Build.0 = Debug|Any CPU + {81069640-BF21-F06A-742F-925AAB1DDD12}.Release|Any CPU.ActiveCfg = Release|Any CPU + {81069640-BF21-F06A-742F-925AAB1DDD12}.Release|Any CPU.Build.0 = Release|Any CPU + {00D2C9D9-9277-5354-661D-DDEE6A9E5268}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {00D2C9D9-9277-5354-661D-DDEE6A9E5268}.Debug|Any CPU.Build.0 = Debug|Any CPU + {00D2C9D9-9277-5354-661D-DDEE6A9E5268}.Release|Any CPU.ActiveCfg = Release|Any CPU + {00D2C9D9-9277-5354-661D-DDEE6A9E5268}.Release|Any CPU.Build.0 = Release|Any CPU + {349E5017-00DB-1B15-C2FF-AEDF84354BF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {349E5017-00DB-1B15-C2FF-AEDF84354BF6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {349E5017-00DB-1B15-C2FF-AEDF84354BF6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {349E5017-00DB-1B15-C2FF-AEDF84354BF6}.Release|Any CPU.Build.0 = Release|Any CPU + {3BA1141F-B880-1D4F-1E1C-3867FCC75C68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3BA1141F-B880-1D4F-1E1C-3867FCC75C68}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3BA1141F-B880-1D4F-1E1C-3867FCC75C68}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3BA1141F-B880-1D4F-1E1C-3867FCC75C68}.Release|Any CPU.Build.0 = Release|Any CPU + {CCA7709C-6D6E-39C8-71D9-ACC62ACACA56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CCA7709C-6D6E-39C8-71D9-ACC62ACACA56}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CCA7709C-6D6E-39C8-71D9-ACC62ACACA56}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CCA7709C-6D6E-39C8-71D9-ACC62ACACA56}.Release|Any CPU.Build.0 = Release|Any CPU + {D592309D-2B7B-61B9-89BD-726256DA96A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D592309D-2B7B-61B9-89BD-726256DA96A4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D592309D-2B7B-61B9-89BD-726256DA96A4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D592309D-2B7B-61B9-89BD-726256DA96A4}.Release|Any CPU.Build.0 = Release|Any CPU + {F396FAD3-C0C0-3919-CA7C-74CD0B205C5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F396FAD3-C0C0-3919-CA7C-74CD0B205C5C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F396FAD3-C0C0-3919-CA7C-74CD0B205C5C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F396FAD3-C0C0-3919-CA7C-74CD0B205C5C}.Release|Any CPU.Build.0 = Release|Any CPU + {0EEB3BCD-97CF-D499-6852-89424EFD5D5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0EEB3BCD-97CF-D499-6852-89424EFD5D5C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0EEB3BCD-97CF-D499-6852-89424EFD5D5C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0EEB3BCD-97CF-D499-6852-89424EFD5D5C}.Release|Any CPU.Build.0 = Release|Any CPU + {7573C430-29DC-AC74-458C-48556BF70090}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7573C430-29DC-AC74-458C-48556BF70090}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7573C430-29DC-AC74-458C-48556BF70090}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7573C430-29DC-AC74-458C-48556BF70090}.Release|Any CPU.Build.0 = Release|Any CPU + {5C1469F1-614B-C99F-06A3-DBF0AD55CBE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5C1469F1-614B-C99F-06A3-DBF0AD55CBE6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5C1469F1-614B-C99F-06A3-DBF0AD55CBE6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5C1469F1-614B-C99F-06A3-DBF0AD55CBE6}.Release|Any CPU.Build.0 = Release|Any CPU + {5BF4C962-E879-7A38-7E5F-A438D9313EB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5BF4C962-E879-7A38-7E5F-A438D9313EB2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5BF4C962-E879-7A38-7E5F-A438D9313EB2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5BF4C962-E879-7A38-7E5F-A438D9313EB2}.Release|Any CPU.Build.0 = Release|Any CPU + {8F11700F-2472-05BF-3B62-97C34C9CD318}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8F11700F-2472-05BF-3B62-97C34C9CD318}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8F11700F-2472-05BF-3B62-97C34C9CD318}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8F11700F-2472-05BF-3B62-97C34C9CD318}.Release|Any CPU.Build.0 = Release|Any CPU + {03D7B60B-C3E2-7C26-5B87-38878CECEA1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {03D7B60B-C3E2-7C26-5B87-38878CECEA1A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {03D7B60B-C3E2-7C26-5B87-38878CECEA1A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {03D7B60B-C3E2-7C26-5B87-38878CECEA1A}.Release|Any CPU.Build.0 = Release|Any CPU + {5E28CD33-1EED-D73F-F545-E983864DC0EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5E28CD33-1EED-D73F-F545-E983864DC0EB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5E28CD33-1EED-D73F-F545-E983864DC0EB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5E28CD33-1EED-D73F-F545-E983864DC0EB}.Release|Any CPU.Build.0 = Release|Any CPU + {B7662973-DFD2-C7B1-07EF-BCA119C1A7E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B7662973-DFD2-C7B1-07EF-BCA119C1A7E8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B7662973-DFD2-C7B1-07EF-BCA119C1A7E8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B7662973-DFD2-C7B1-07EF-BCA119C1A7E8}.Release|Any CPU.Build.0 = Release|Any CPU + {F8321729-1FD4-F6B8-3DBF-D9D1730274A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F8321729-1FD4-F6B8-3DBF-D9D1730274A0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F8321729-1FD4-F6B8-3DBF-D9D1730274A0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F8321729-1FD4-F6B8-3DBF-D9D1730274A0}.Release|Any CPU.Build.0 = Release|Any CPU + {FA015BB4-5746-1464-80D1-16C269073D6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FA015BB4-5746-1464-80D1-16C269073D6E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FA015BB4-5746-1464-80D1-16C269073D6E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FA015BB4-5746-1464-80D1-16C269073D6E}.Release|Any CPU.Build.0 = Release|Any CPU + {6CECF5B5-CFB1-DDA7-D341-3509F69941C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6CECF5B5-CFB1-DDA7-D341-3509F69941C9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6CECF5B5-CFB1-DDA7-D341-3509F69941C9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6CECF5B5-CFB1-DDA7-D341-3509F69941C9}.Release|Any CPU.Build.0 = Release|Any CPU + {9600F034-0BC8-782A-4C18-AF37DD363D97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9600F034-0BC8-782A-4C18-AF37DD363D97}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9600F034-0BC8-782A-4C18-AF37DD363D97}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9600F034-0BC8-782A-4C18-AF37DD363D97}.Release|Any CPU.Build.0 = Release|Any CPU + {CE721B8A-8621-E5DD-4A31-EBBC15E413BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CE721B8A-8621-E5DD-4A31-EBBC15E413BC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CE721B8A-8621-E5DD-4A31-EBBC15E413BC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CE721B8A-8621-E5DD-4A31-EBBC15E413BC}.Release|Any CPU.Build.0 = Release|Any CPU + {1CA26F6F-69E1-071C-8A13-926888D80A1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1CA26F6F-69E1-071C-8A13-926888D80A1A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1CA26F6F-69E1-071C-8A13-926888D80A1A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1CA26F6F-69E1-071C-8A13-926888D80A1A}.Release|Any CPU.Build.0 = Release|Any CPU + {54299340-E1EC-C0F0-9DE0-0CB186C058B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {54299340-E1EC-C0F0-9DE0-0CB186C058B6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {54299340-E1EC-C0F0-9DE0-0CB186C058B6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {54299340-E1EC-C0F0-9DE0-0CB186C058B6}.Release|Any CPU.Build.0 = Release|Any CPU + {7602B90E-FB44-662B-339F-1CE7FE70C82F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7602B90E-FB44-662B-339F-1CE7FE70C82F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7602B90E-FB44-662B-339F-1CE7FE70C82F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7602B90E-FB44-662B-339F-1CE7FE70C82F}.Release|Any CPU.Build.0 = Release|Any CPU + {0F54DC42-BE24-3025-FEA9-67A67572BD6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0F54DC42-BE24-3025-FEA9-67A67572BD6D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0F54DC42-BE24-3025-FEA9-67A67572BD6D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0F54DC42-BE24-3025-FEA9-67A67572BD6D}.Release|Any CPU.Build.0 = Release|Any CPU + {A056B1E5-34CF-8105-48BB-B81FA266BF46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A056B1E5-34CF-8105-48BB-B81FA266BF46}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A056B1E5-34CF-8105-48BB-B81FA266BF46}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A056B1E5-34CF-8105-48BB-B81FA266BF46}.Release|Any CPU.Build.0 = Release|Any CPU + {E0C2D635-5672-7815-D919-EAACDF4663C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E0C2D635-5672-7815-D919-EAACDF4663C9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E0C2D635-5672-7815-D919-EAACDF4663C9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E0C2D635-5672-7815-D919-EAACDF4663C9}.Release|Any CPU.Build.0 = Release|Any CPU + {3645E3F6-C8F1-0B6E-C9F0-377C2E915277}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3645E3F6-C8F1-0B6E-C9F0-377C2E915277}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3645E3F6-C8F1-0B6E-C9F0-377C2E915277}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3645E3F6-C8F1-0B6E-C9F0-377C2E915277}.Release|Any CPU.Build.0 = Release|Any CPU + {D6D7B067-99F5-F336-48C8-13B0EA2EDE87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D6D7B067-99F5-F336-48C8-13B0EA2EDE87}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D6D7B067-99F5-F336-48C8-13B0EA2EDE87}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D6D7B067-99F5-F336-48C8-13B0EA2EDE87}.Release|Any CPU.Build.0 = Release|Any CPU + {9FEDBF46-234B-C3CF-5527-9FFCCAB72344}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9FEDBF46-234B-C3CF-5527-9FFCCAB72344}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9FEDBF46-234B-C3CF-5527-9FFCCAB72344}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9FEDBF46-234B-C3CF-5527-9FFCCAB72344}.Release|Any CPU.Build.0 = Release|Any CPU + {6C7BA1F9-1290-BB83-66B7-5EB59E46829B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6C7BA1F9-1290-BB83-66B7-5EB59E46829B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6C7BA1F9-1290-BB83-66B7-5EB59E46829B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6C7BA1F9-1290-BB83-66B7-5EB59E46829B}.Release|Any CPU.Build.0 = Release|Any CPU + {890D0D24-84D2-0836-D624-BA75DE8FD449}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {890D0D24-84D2-0836-D624-BA75DE8FD449}.Debug|Any CPU.Build.0 = Debug|Any CPU + {890D0D24-84D2-0836-D624-BA75DE8FD449}.Release|Any CPU.ActiveCfg = Release|Any CPU + {890D0D24-84D2-0836-D624-BA75DE8FD449}.Release|Any CPU.Build.0 = Release|Any CPU + {41B3C02B-D39A-1D84-9F8E-0CBAC1F72CD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {41B3C02B-D39A-1D84-9F8E-0CBAC1F72CD6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {41B3C02B-D39A-1D84-9F8E-0CBAC1F72CD6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {41B3C02B-D39A-1D84-9F8E-0CBAC1F72CD6}.Release|Any CPU.Build.0 = Release|Any CPU + {871B4E1E-6168-A69B-99BB-ED439FA4AFFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {871B4E1E-6168-A69B-99BB-ED439FA4AFFA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {871B4E1E-6168-A69B-99BB-ED439FA4AFFA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {871B4E1E-6168-A69B-99BB-ED439FA4AFFA}.Release|Any CPU.Build.0 = Release|Any CPU + {8F233293-B2A6-77F0-DAD5-32D2776BEB8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8F233293-B2A6-77F0-DAD5-32D2776BEB8A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8F233293-B2A6-77F0-DAD5-32D2776BEB8A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8F233293-B2A6-77F0-DAD5-32D2776BEB8A}.Release|Any CPU.Build.0 = Release|Any CPU + {126E1986-A4AE-7AB6-C9F8-A7EBD22F9932}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {126E1986-A4AE-7AB6-C9F8-A7EBD22F9932}.Debug|Any CPU.Build.0 = Debug|Any CPU + {126E1986-A4AE-7AB6-C9F8-A7EBD22F9932}.Release|Any CPU.ActiveCfg = Release|Any CPU + {126E1986-A4AE-7AB6-C9F8-A7EBD22F9932}.Release|Any CPU.Build.0 = Release|Any CPU + {6167A308-A21B-EA9A-C86E-5E34199B5410}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6167A308-A21B-EA9A-C86E-5E34199B5410}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6167A308-A21B-EA9A-C86E-5E34199B5410}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6167A308-A21B-EA9A-C86E-5E34199B5410}.Release|Any CPU.Build.0 = Release|Any CPU + {A9C883AC-600C-47C6-B9FB-B9ED56822473}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A9C883AC-600C-47C6-B9FB-B9ED56822473}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A9C883AC-600C-47C6-B9FB-B9ED56822473}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A9C883AC-600C-47C6-B9FB-B9ED56822473}.Release|Any CPU.Build.0 = Release|Any CPU + {EAA91373-6603-0601-139D-D1A39353067A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EAA91373-6603-0601-139D-D1A39353067A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EAA91373-6603-0601-139D-D1A39353067A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EAA91373-6603-0601-139D-D1A39353067A}.Release|Any CPU.Build.0 = Release|Any CPU + {AE45A640-B111-BEAC-EE72-34E5C679F3C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AE45A640-B111-BEAC-EE72-34E5C679F3C0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AE45A640-B111-BEAC-EE72-34E5C679F3C0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AE45A640-B111-BEAC-EE72-34E5C679F3C0}.Release|Any CPU.Build.0 = Release|Any CPU + {8F2FE934-08C2-CD50-F5A5-7804D783BEB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8F2FE934-08C2-CD50-F5A5-7804D783BEB2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8F2FE934-08C2-CD50-F5A5-7804D783BEB2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8F2FE934-08C2-CD50-F5A5-7804D783BEB2}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {8D881FA7-1B06-27FE-7344-0B49448C0DC8} = {07C2787E-EAC7-C090-1BA3-A61EC2A24D84} + {EF354FB7-56A7-02A0-FB6D-0A3D57346387} = {07C2787E-EAC7-C090-1BA3-A61EC2A24D84} + {F96AAFA3-111D-94D3-DFA7-A9A13E39DA90} = {07C2787E-EAC7-C090-1BA3-A61EC2A24D84} + {68D55A6A-A155-2FE4-3C2C-65871C1C06E9} = {07C2787E-EAC7-C090-1BA3-A61EC2A24D84} + {65C87BFE-2FA8-981D-A512-2FF629FDD303} = {07C2787E-EAC7-C090-1BA3-A61EC2A24D84} + {AE903C9D-F720-3F1C-7321-6ED3E957275F} = {07C2787E-EAC7-C090-1BA3-A61EC2A24D84} + {58C5F9CA-F812-0A6C-C434-61BB2A574B0D} = {10872A52-0024-0064-E5E9-275657532B83} + {71293CCB-6F5C-4046-72A6-9EB9BDC7CF73} = {58C5F9CA-F812-0A6C-C434-61BB2A574B0D} + {63FE694E-AF90-BFA5-F95F-3322C4D9DDF9} = {10872A52-0024-0064-E5E9-275657532B83} + {28C8E85A-161B-A647-E455-A742721801D0} = {63FE694E-AF90-BFA5-F95F-3322C4D9DDF9} + {27D06479-FBF7-721F-9131-8EBCD74EDD28} = {10872A52-0024-0064-E5E9-275657532B83} + {9735F44F-9285-C576-CF32-9D690897AC70} = {27D06479-FBF7-721F-9131-8EBCD74EDD28} + {D2F2877F-B53A-E84E-D35A-39242750B136} = {10872A52-0024-0064-E5E9-275657532B83} + {43487866-D5FE-1305-2C6B-492D5168D18C} = {D2F2877F-B53A-E84E-D35A-39242750B136} + {6862E0D0-4274-C7CA-1F22-A37EEDE61F94} = {10872A52-0024-0064-E5E9-275657532B83} + {7C5F6416-9A89-2BF6-4AB1-4E2737C24ECB} = {6862E0D0-4274-C7CA-1F22-A37EEDE61F94} + {44E2EE1F-6D31-CBAA-BCC2-961A32975E62} = {10872A52-0024-0064-E5E9-275657532B83} + {74C70400-3D4C-C7AA-1397-03F9BCA53022} = {44E2EE1F-6D31-CBAA-BCC2-961A32975E62} + {9DD7374A-B377-7BCB-372D-3A7164935173} = {10872A52-0024-0064-E5E9-275657532B83} + {DDE85BCE-7CD0-C13F-BF20-F2612765A023} = {9DD7374A-B377-7BCB-372D-3A7164935173} + {008049FC-281A-47CC-0A4F-351A1A19498F} = {10872A52-0024-0064-E5E9-275657532B83} + {4210D64A-AA26-B5C7-25D9-84C62535176B} = {008049FC-281A-47CC-0A4F-351A1A19498F} + {92037B4A-49F5-C989-F776-2E3B751889EA} = {10872A52-0024-0064-E5E9-275657532B83} + {F3774B4A-B580-A8D0-828E-CEF3A1CE8853} = {92037B4A-49F5-C989-F776-2E3B751889EA} + {E7055B7B-EDFC-DD7F-002C-22B86B4ABF26} = {92037B4A-49F5-C989-F776-2E3B751889EA} + {D01C3712-56B2-75E9-3A0F-A20A21CE1736} = {10872A52-0024-0064-E5E9-275657532B83} + {5E5CD1F9-5584-9B72-0AAC-72BEF77F19DE} = {D01C3712-56B2-75E9-3A0F-A20A21CE1736} + {D5CD3561-C594-20C6-DC9A-802D597BFCF4} = {10872A52-0024-0064-E5E9-275657532B83} + {E579EA3E-4325-C5CF-8230-E85CEF68EDAA} = {D5CD3561-C594-20C6-DC9A-802D597BFCF4} + {D6689AF0-8D71-D6D5-1773-0FEA257535AD} = {10872A52-0024-0064-E5E9-275657532B83} + {235E4FD0-360D-B52A-D9FA-778CFEC15B50} = {D6689AF0-8D71-D6D5-1773-0FEA257535AD} + {EC650307-88C9-AF8C-5DC5-CA5325AECB84} = {10872A52-0024-0064-E5E9-275657532B83} + {BBC2F846-0D8D-FD13-A519-627897A8703D} = {EC650307-88C9-AF8C-5DC5-CA5325AECB84} + {158B4809-A059-DDC9-75AE-AEE4E7BCF669} = {10872A52-0024-0064-E5E9-275657532B83} + {8B096DA0-DA01-8D46-D242-36534D675F7D} = {158B4809-A059-DDC9-75AE-AEE4E7BCF669} + {1DF74003-8BEF-90B2-0092-1540C85583E5} = {10872A52-0024-0064-E5E9-275657532B83} + {337DCDB6-A92E-B4C1-1D0D-A44A2A0B1826} = {1DF74003-8BEF-90B2-0092-1540C85583E5} + {9549CF29-344A-70DD-AFE9-990BE2FB2CB9} = {10872A52-0024-0064-E5E9-275657532B83} + {5F291AB7-C04C-F191-D0CC-E720FBA5FC25} = {9549CF29-344A-70DD-AFE9-990BE2FB2CB9} + {87A0A88F-B4FC-25F7-1A38-162D634171A0} = {10872A52-0024-0064-E5E9-275657532B83} + {D018DD9B-2D1A-085F-BA63-3DEB17687710} = {87A0A88F-B4FC-25F7-1A38-162D634171A0} + {464365A4-CF9B-42FF-788A-2F7E3D876D7D} = {10872A52-0024-0064-E5E9-275657532B83} + {1CD942BC-8F31-A0CB-5322-6EFBD7F672AC} = {464365A4-CF9B-42FF-788A-2F7E3D876D7D} + {032CEB36-3752-7548-A34B-E83231252744} = {10872A52-0024-0064-E5E9-275657532B83} + {0985C488-93F2-C613-10C6-4C805E6DDFC7} = {032CEB36-3752-7548-A34B-E83231252744} + {2A12AB31-1887-3CD9-2183-3AFF00E44A73} = {10872A52-0024-0064-E5E9-275657532B83} + {608DDC55-BD81-D590-4B18-DD9C87BD4499} = {2A12AB31-1887-3CD9-2183-3AFF00E44A73} + {A84BFB6B-CE69-FAF8-A014-A3BD099682DF} = {10872A52-0024-0064-E5E9-275657532B83} + {CE13C690-8FD3-237C-1BFB-7C4D216696F8} = {A84BFB6B-CE69-FAF8-A014-A3BD099682DF} + {AFEBD96B-748D-3AC7-EB23-13ED858FC682} = {10872A52-0024-0064-E5E9-275657532B83} + {A21A0A61-7150-4128-44BC-BD9820FBAF16} = {AFEBD96B-748D-3AC7-EB23-13ED858FC682} + {D8EB649A-7FF9-E86D-0B9B-4DEFDA0429ED} = {10872A52-0024-0064-E5E9-275657532B83} + {145B5C42-F357-B292-94D8-6CDC5CBCE56A} = {D8EB649A-7FF9-E86D-0B9B-4DEFDA0429ED} + {C419CE53-0075-A93A-61DF-D0920EF6058D} = {10872A52-0024-0064-E5E9-275657532B83} + {36483933-A9DF-1983-30D5-1B883A768666} = {C419CE53-0075-A93A-61DF-D0920EF6058D} + {7713C8E7-7152-0140-CB3D-27C51A6776E1} = {10872A52-0024-0064-E5E9-275657532B83} + {443B70BD-B837-B40F-99CB-E3A46960072E} = {7713C8E7-7152-0140-CB3D-27C51A6776E1} + {3B830E3B-682C-0386-9A10-155C19990306} = {10872A52-0024-0064-E5E9-275657532B83} + {1C41507A-1930-D52D-0983-1F2207A05E83} = {3B830E3B-682C-0386-9A10-155C19990306} + {BB9FD59F-4A73-95FF-68E6-6DE337F7205D} = {3B830E3B-682C-0386-9A10-155C19990306} + {25A9CA5F-F39C-EFF2-33F6-A785ADDE4A6C} = {3B830E3B-682C-0386-9A10-155C19990306} + {1988B106-EB82-F4DF-B95E-9DF806D95C5B} = {3B830E3B-682C-0386-9A10-155C19990306} + {4284ECD6-FE22-4EFC-52D4-053FB7E0B264} = {10872A52-0024-0064-E5E9-275657532B83} + {C10C3666-C443-6BC3-D7E1-8151A5D4A90A} = {4284ECD6-FE22-4EFC-52D4-053FB7E0B264} + {3159AFEC-4676-704D-2E7A-419553105DD2} = {10872A52-0024-0064-E5E9-275657532B83} + {B79ABBD9-8A2D-A39F-2CF1-9BC75A1B9E95} = {3159AFEC-4676-704D-2E7A-419553105DD2} + {F00B8E0A-F92B-5283-169E-E16E35C25818} = {10872A52-0024-0064-E5E9-275657532B83} + {8D5FD2BF-4B0A-F7DF-8CFE-0FCF0189AAB5} = {F00B8E0A-F92B-5283-169E-E16E35C25818} + {56EBFA45-C633-D081-596C-B3B5A562F1AF} = {10872A52-0024-0064-E5E9-275657532B83} + {C78D3C0C-B3A3-4C82-4E06-2C1396A8137F} = {56EBFA45-C633-D081-596C-B3B5A562F1AF} + {33A3D2F7-7BDA-719B-B406-30EB21432A96} = {10872A52-0024-0064-E5E9-275657532B83} + {39018945-28B1-28A2-0773-C326414D2B18} = {33A3D2F7-7BDA-719B-B406-30EB21432A96} + {B70B9E4E-7D79-5B96-A5B1-FF53D9B22CF9} = {10872A52-0024-0064-E5E9-275657532B83} + {F6A951A1-2276-EE9F-C6E3-EF67434753C8} = {B70B9E4E-7D79-5B96-A5B1-FF53D9B22CF9} + {4DACB977-5F98-D427-6C18-045E1AD63D5B} = {10872A52-0024-0064-E5E9-275657532B83} + {BA493704-8E2D-F995-8D64-E15058FEDFB2} = {4DACB977-5F98-D427-6C18-045E1AD63D5B} + {9D7C9F26-2AA6-2530-8317-54ECE4A49E73} = {10872A52-0024-0064-E5E9-275657532B83} + {3DE1E3EF-2FA1-299B-E4ED-71D007A0B020} = {9D7C9F26-2AA6-2530-8317-54ECE4A49E73} + {3D6C18D9-05C4-DC4B-068B-1553BAAC127A} = {10872A52-0024-0064-E5E9-275657532B83} + {8B807A0F-5FEF-F2B0-CBCC-B692558C10A6} = {3D6C18D9-05C4-DC4B-068B-1553BAAC127A} + {C28103E8-6114-9ABA-23F0-C662D917701C} = {10872A52-0024-0064-E5E9-275657532B83} + {84696891-280C-058B-7D68-8AC4AAF6DA7E} = {C28103E8-6114-9ABA-23F0-C662D917701C} + {31C2435C-289D-BD00-81D7-33D8136A875F} = {10872A52-0024-0064-E5E9-275657532B83} + {B980868A-E37C-48BB-C52B-7C130751AC64} = {31C2435C-289D-BD00-81D7-33D8136A875F} + {29C4A30B-4E08-2A50-A294-0ED29D628681} = {10872A52-0024-0064-E5E9-275657532B83} + {B687BDF9-B297-F5B2-7066-3EAFE4FF7FF8} = {29C4A30B-4E08-2A50-A294-0ED29D628681} + {57E3ED74-D182-69F9-EC08-2146D30BAD61} = {10872A52-0024-0064-E5E9-275657532B83} + {2C536D34-5448-EFD9-B67F-9A5E4749CE99} = {57E3ED74-D182-69F9-EC08-2146D30BAD61} + {E5229844-D31F-DAD4-688E-43477EA692EA} = {10872A52-0024-0064-E5E9-275657532B83} + {20F49E2A-5282-7408-B702-55153F954FF4} = {E5229844-D31F-DAD4-688E-43477EA692EA} + {0A56D275-1B66-A552-BE3B-8D31C0CED146} = {10872A52-0024-0064-E5E9-275657532B83} + {D35A7563-8D9F-EB72-4C15-5DE35B36BC92} = {0A56D275-1B66-A552-BE3B-8D31C0CED146} + {C35A8C28-F42A-D433-81E6-0FB7C13D5318} = {10872A52-0024-0064-E5E9-275657532B83} + {EF8BED62-98B5-5DB9-2B7E-66C5CF7CE936} = {C35A8C28-F42A-D433-81E6-0FB7C13D5318} + {95741C28-1E07-1F4C-56F7-6F775BAD8FE0} = {10872A52-0024-0064-E5E9-275657532B83} + {6394EE13-E429-A74B-73FE-2234FBB8CEB0} = {95741C28-1E07-1F4C-56F7-6F775BAD8FE0} + {78423CDC-F0C3-4C4A-79B1-42B1C74449A2} = {10872A52-0024-0064-E5E9-275657532B83} + {9B8261A3-D79C-0377-0895-4DA68D14B2E0} = {78423CDC-F0C3-4C4A-79B1-42B1C74449A2} + {7FF4416D-F288-84E2-83C9-E7C0A07CAC0E} = {10872A52-0024-0064-E5E9-275657532B83} + {08B3AF69-8B0D-FA09-430A-E5EB0F6C1041} = {7FF4416D-F288-84E2-83C9-E7C0A07CAC0E} + {A87EB077-635F-EACA-A93E-7BBA5DA17B2F} = {10872A52-0024-0064-E5E9-275657532B83} + {F39FCD4B-E5CE-07F9-1313-6A974C27CA3C} = {A87EB077-635F-EACA-A93E-7BBA5DA17B2F} + {3E888D77-CC3A-D57C-DD6A-92111E31AE07} = {10872A52-0024-0064-E5E9-275657532B83} + {47D80129-5C17-DAC1-53CC-CA9DBEBAD23B} = {3E888D77-CC3A-D57C-DD6A-92111E31AE07} + {3F88DC9F-5279-A3BC-AF11-8D8D280227EE} = {10872A52-0024-0064-E5E9-275657532B83} + {5264C003-5568-7876-28AA-B35C873F15DE} = {3F88DC9F-5279-A3BC-AF11-8D8D280227EE} + {49AF3DB1-7B89-9E70-9A22-840EB610944B} = {10872A52-0024-0064-E5E9-275657532B83} + {A5B0752D-1531-D350-F4D4-8517A04516D6} = {49AF3DB1-7B89-9E70-9A22-840EB610944B} + {596702B3-1633-34D3-87D4-9E25BE8FB1FF} = {10872A52-0024-0064-E5E9-275657532B83} + {23FDC0D9-BBC0-4E2F-0028-3123A1107C84} = {596702B3-1633-34D3-87D4-9E25BE8FB1FF} + {3CB97037-12AF-D43A-2573-D1D7CBE05B90} = {10872A52-0024-0064-E5E9-275657532B83} + {E5DC7C5A-35B5-829A-683C-712B19883E9F} = {3CB97037-12AF-D43A-2573-D1D7CBE05B90} + {1094EEF5-DED6-019D-5126-140935BAD377} = {3CB97037-12AF-D43A-2573-D1D7CBE05B90} + {D314DCF9-25C6-D374-1DF0-2AB02F0C2C78} = {10872A52-0024-0064-E5E9-275657532B83} + {0665E5B7-FE2F-8E16-4BCE-DD62CA8D292D} = {D314DCF9-25C6-D374-1DF0-2AB02F0C2C78} + {4F67D13A-87BC-90F6-A981-11190E9481F2} = {10872A52-0024-0064-E5E9-275657532B83} + {0480FF02-BF67-7C3E-4BDF-20DDF3E6B395} = {4F67D13A-87BC-90F6-A981-11190E9481F2} + {62EB45D7-0326-EB49-C837-5B00E80E1496} = {10872A52-0024-0064-E5E9-275657532B83} + {1807F841-00E3-4496-5482-1DF75E98CDDA} = {62EB45D7-0326-EB49-C837-5B00E80E1496} + {3CF16726-E99B-E795-D4E8-F299511A1B7C} = {10872A52-0024-0064-E5E9-275657532B83} + {D64F2896-FCE7-1756-F752-D7E1C1830B1E} = {3CF16726-E99B-E795-D4E8-F299511A1B7C} + {2D6C466A-9D07-F494-9551-43022E7D6319} = {10872A52-0024-0064-E5E9-275657532B83} + {9B41F6FA-75EE-AB3C-8F05-A81A0B34F857} = {2D6C466A-9D07-F494-9551-43022E7D6319} + {E6C09B04-CC7C-5CE7-0FA5-4285CDDFA9B1} = {10872A52-0024-0064-E5E9-275657532B83} + {3C04875B-048B-C207-EDE1-D13FE98528EA} = {E6C09B04-CC7C-5CE7-0FA5-4285CDDFA9B1} + {B08BBE9C-2373-5A5B-29DC-2A81A41A4E23} = {10872A52-0024-0064-E5E9-275657532B83} + {974AEB79-500C-9028-F575-5AB593877170} = {B08BBE9C-2373-5A5B-29DC-2A81A41A4E23} + {2FCEC017-90CD-6733-9A31-1E56CF99B461} = {10872A52-0024-0064-E5E9-275657532B83} + {AE193B51-FBD9-5027-C4E8-E4C59E108A52} = {2FCEC017-90CD-6733-9A31-1E56CF99B461} + {CC9CCDFD-CC3B-F1CC-EDE1-D1627348D95C} = {10872A52-0024-0064-E5E9-275657532B83} + {9C3E862E-369F-25C3-4573-D8D5AD4A81A5} = {CC9CCDFD-CC3B-F1CC-EDE1-D1627348D95C} + {47452F90-7D48-E498-694D-E4F884D83318} = {10872A52-0024-0064-E5E9-275657532B83} + {49CD9FA0-8672-03F8-0A13-587FF44C89D5} = {47452F90-7D48-E498-694D-E4F884D83318} + {AE44CFA6-3452-E56A-A9C8-F17BF4415042} = {10872A52-0024-0064-E5E9-275657532B83} + {D4068F46-1EFC-990C-C55E-A097BA27E2D4} = {AE44CFA6-3452-E56A-A9C8-F17BF4415042} + {CC3215F2-4A40-1CC0-C544-73D8456A1081} = {10872A52-0024-0064-E5E9-275657532B83} + {4E437487-5452-8095-6AAF-BA886655F5D9} = {CC3215F2-4A40-1CC0-C544-73D8456A1081} + {2F89291F-8D49-E337-EC53-306BCC3210EC} = {10872A52-0024-0064-E5E9-275657532B83} + {CBF783A7-1B4F-CD95-2105-BCDA3344F70D} = {2F89291F-8D49-E337-EC53-306BCC3210EC} + {195C9C2C-E003-43D1-C148-A95FE316F647} = {10872A52-0024-0064-E5E9-275657532B83} + {BEB316EB-F352-9F2B-1265-E5CDF0A038EB} = {195C9C2C-E003-43D1-C148-A95FE316F647} + {4F746EDD-2CB7-F37C-F9DF-0181B066EA46} = {10872A52-0024-0064-E5E9-275657532B83} + {63DA484A-9CE9-F310-862B-472219628229} = {4F746EDD-2CB7-F37C-F9DF-0181B066EA46} + {4932D2A7-7038-C746-9B73-D23AFA7D5702} = {10872A52-0024-0064-E5E9-275657532B83} + {6CE5A99C-036D-5B84-0768-BE4CDBA4FD5A} = {4932D2A7-7038-C746-9B73-D23AFA7D5702} + {730AF7E2-12A8-4AD3-7ABF-A8D0FBE0B01C} = {10872A52-0024-0064-E5E9-275657532B83} + {C299CD39-18AA-8AA8-F8EB-ABF3A9CE9DE6} = {730AF7E2-12A8-4AD3-7ABF-A8D0FBE0B01C} + {44154DCB-DDC7-068E-B5E8-F5716C5C4B5E} = {10872A52-0024-0064-E5E9-275657532B83} + {8A9DD0DC-3302-E98A-B5CE-38A422AC3546} = {44154DCB-DDC7-068E-B5E8-F5716C5C4B5E} + {84E37E42-F68A-6019-CAD1-BC09C5689FFD} = {10872A52-0024-0064-E5E9-275657532B83} + {A48A0E77-0E55-44FC-D207-87380492C2F9} = {84E37E42-F68A-6019-CAD1-BC09C5689FFD} + {5E2622FD-0A73-80F0-8F58-81B489171E64} = {10872A52-0024-0064-E5E9-275657532B83} + {631FDB44-094A-5E33-C71C-564D19704D69} = {5E2622FD-0A73-80F0-8F58-81B489171E64} + {4E46CE63-EA11-2142-2539-76B66CD6A646} = {10872A52-0024-0064-E5E9-275657532B83} + {4C053182-5985-818C-7F70-C2AA6945276E} = {4E46CE63-EA11-2142-2539-76B66CD6A646} + {7349FE8F-D375-2807-8814-A2FB25D4CE30} = {10872A52-0024-0064-E5E9-275657532B83} + {951530FD-FA53-5BBE-4C3D-1B279A4803A2} = {7349FE8F-D375-2807-8814-A2FB25D4CE30} + {501A7EB5-C9B0-87C9-FB97-EC4BE96B236B} = {10872A52-0024-0064-E5E9-275657532B83} + {22D353BB-7A6D-E67C-6382-2B90BF39F4A9} = {501A7EB5-C9B0-87C9-FB97-EC4BE96B236B} + {69D21B68-8F47-1AF9-FF99-F78294B15DD1} = {10872A52-0024-0064-E5E9-275657532B83} + {45F23C1A-278F-5F28-2184-6097872CCE87} = {69D21B68-8F47-1AF9-FF99-F78294B15DD1} + {870675CE-1E2B-BB8B-EFD4-E41EBB8A9DFF} = {10872A52-0024-0064-E5E9-275657532B83} + {EC9188DB-1440-3604-466F-9B57FA617152} = {870675CE-1E2B-BB8B-EFD4-E41EBB8A9DFF} + {6711F641-914E-7125-0202-76AA7806482D} = {10872A52-0024-0064-E5E9-275657532B83} + {2951F8FB-0ED4-E2B6-C337-09B96A6ABCC2} = {6711F641-914E-7125-0202-76AA7806482D} + {31B527D7-016A-8B44-F8AF-488C6DB52E29} = {10872A52-0024-0064-E5E9-275657532B83} + {02C1DAA1-AFDC-9E7A-AC95-E523DEEFA146} = {31B527D7-016A-8B44-F8AF-488C6DB52E29} + {A06C3FCB-C41B-33D7-FD4B-85778B9700CB} = {10872A52-0024-0064-E5E9-275657532B83} + {03EDEA11-551F-C88C-866C-3D366F8815C2} = {A06C3FCB-C41B-33D7-FD4B-85778B9700CB} + {3C5E2D2D-D0CB-B339-5AF1-003442FA042C} = {10872A52-0024-0064-E5E9-275657532B83} + {93F46F32-5A74-6FE6-B28C-9F3737D74D33} = {3C5E2D2D-D0CB-B339-5AF1-003442FA042C} + {B0DF87CE-9C09-5281-209A-E9DC2E01AF73} = {10872A52-0024-0064-E5E9-275657532B83} + {4C8E4E19-7F2C-8979-F0BC-2F1F051A8312} = {B0DF87CE-9C09-5281-209A-E9DC2E01AF73} + {0B309A4D-36E2-54B1-08EF-B45EC9827FB9} = {10872A52-0024-0064-E5E9-275657532B83} + {B35B0118-DD3E-3953-C33D-9095F9FD5643} = {0B309A4D-36E2-54B1-08EF-B45EC9827FB9} + {331A2EBF-5F20-6A37-88BA-07A5F304C81D} = {10872A52-0024-0064-E5E9-275657532B83} + {9E09A589-9438-9F53-5A19-5FC730E3ED5B} = {331A2EBF-5F20-6A37-88BA-07A5F304C81D} + {4C79C9EE-2BCB-67BD-ECDF-3B3E47FA5EB9} = {10872A52-0024-0064-E5E9-275657532B83} + {CA95CB46-DE62-2145-CC05-16FC272BB7E8} = {4C79C9EE-2BCB-67BD-ECDF-3B3E47FA5EB9} + {7B5D2CAA-89B3-7FA9-3076-88D2CCDF57C5} = {10872A52-0024-0064-E5E9-275657532B83} + {D813C4C4-DB5F-80C0-6AAC-6A8DA2144D1D} = {7B5D2CAA-89B3-7FA9-3076-88D2CCDF57C5} + {66F561E2-8675-AA8D-DBB5-5804438CFA71} = {10872A52-0024-0064-E5E9-275657532B83} + {0835084B-9F6F-7E15-3A0F-A68FFBFEFE79} = {66F561E2-8675-AA8D-DBB5-5804438CFA71} + {0572AD58-1B4A-7B7D-569F-770CF610F60E} = {10872A52-0024-0064-E5E9-275657532B83} + {C6E3B96D-CF86-E4F3-4033-75C4ED4B969A} = {0572AD58-1B4A-7B7D-569F-770CF610F60E} + {C7189163-055A-2FA7-515A-84C3DCB9B808} = {10872A52-0024-0064-E5E9-275657532B83} + {4663C413-5301-1C4A-2EF7-524B2BC54ADB} = {C7189163-055A-2FA7-515A-84C3DCB9B808} + {027FFDA8-03EC-05B4-DE3A-2A5D474C9ABF} = {10872A52-0024-0064-E5E9-275657532B83} + {F117BB6E-2859-3097-BDDA-63E3A91C59FA} = {027FFDA8-03EC-05B4-DE3A-2A5D474C9ABF} + {F55459C8-5874-B3CE-71E0-505B1466CA7F} = {10872A52-0024-0064-E5E9-275657532B83} + {FEE1D82E-5B86-3DDC-7292-F3BAEA485205} = {F55459C8-5874-B3CE-71E0-505B1466CA7F} + {20241DDB-2291-A3E1-AF2F-2DAEC8AE191D} = {10872A52-0024-0064-E5E9-275657532B83} + {4AE626B7-F6DB-4BE9-0B88-DB168A0FB7F7} = {20241DDB-2291-A3E1-AF2F-2DAEC8AE191D} + {7D17448F-618E-9FE2-EFED-D75D7FE4F187} = {10872A52-0024-0064-E5E9-275657532B83} + {2E793724-66AC-B37C-F8B3-1683BA84FF4F} = {7D17448F-618E-9FE2-EFED-D75D7FE4F187} + {B83F9A5A-5F34-808B-3203-018B42532BBC} = {10872A52-0024-0064-E5E9-275657532B83} + {A7418CCC-817E-75B1-68FB-3C8077019C96} = {B83F9A5A-5F34-808B-3203-018B42532BBC} + {D2B964FA-0A2A-55CD-CA91-1236CB549644} = {10872A52-0024-0064-E5E9-275657532B83} + {B44EC3B6-F070-DE26-F2F8-FD6D02FC8C2D} = {D2B964FA-0A2A-55CD-CA91-1236CB549644} + {554EB951-ED71-F1D2-EA31-E3BFEA923CA3} = {10872A52-0024-0064-E5E9-275657532B83} + {C1B9A988-E0B2-D7D7-DFF1-E46AF38C3067} = {554EB951-ED71-F1D2-EA31-E3BFEA923CA3} + {F607EB42-A25C-FA00-66DB-C4B33883D178} = {10872A52-0024-0064-E5E9-275657532B83} + {E7FDCD71-11AA-AD28-BB2E-0EAB31E24AEC} = {F607EB42-A25C-FA00-66DB-C4B33883D178} + {99EDA5DE-CBC8-B5E9-85F7-2E2427FFFABA} = {10872A52-0024-0064-E5E9-275657532B83} + {465E42BE-F9B6-0236-A2E1-CF598EE5EBD8} = {99EDA5DE-CBC8-B5E9-85F7-2E2427FFFABA} + {A3417E47-8611-B4B7-5FF2-6ABB1E7585F0} = {10872A52-0024-0064-E5E9-275657532B83} + {DFF70CCC-556C-369D-083C-074CA6F23265} = {A3417E47-8611-B4B7-5FF2-6ABB1E7585F0} + {C816AD0F-E332-2D67-9FCA-36FF443F7A37} = {10872A52-0024-0064-E5E9-275657532B83} + {BB972B12-D8E1-EFDA-2D4E-11AFE60957FE} = {C816AD0F-E332-2D67-9FCA-36FF443F7A37} + {BDCF6CD1-8118-939A-244E-0320D843BC31} = {10872A52-0024-0064-E5E9-275657532B83} + {BFDB6075-E996-5E8F-FDA7-EFAF93DA9626} = {BDCF6CD1-8118-939A-244E-0320D843BC31} + {178C3779-3A76-3BD1-5D6A-59E2142DA11F} = {10872A52-0024-0064-E5E9-275657532B83} + {E2FD6193-9FB0-20C8-116E-8447E59111C8} = {178C3779-3A76-3BD1-5D6A-59E2142DA11F} + {FB1FF5CA-E520-47D5-358D-C9EC8C53970B} = {10872A52-0024-0064-E5E9-275657532B83} + {FEC3D206-7DB0-FAF0-596A-F99356B1E2B5} = {FB1FF5CA-E520-47D5-358D-C9EC8C53970B} + {99FDA24C-E5D3-AB11-D11A-3E1E11C24EBF} = {FB1FF5CA-E520-47D5-358D-C9EC8C53970B} + {4DF8BB05-3870-4F34-940B-E500ECD567C0} = {FB1FF5CA-E520-47D5-358D-C9EC8C53970B} + {69037815-B60D-70FC-EA6F-646B1E7B4DE5} = {FB1FF5CA-E520-47D5-358D-C9EC8C53970B} + {B2F46470-E85A-DE85-9AF8-7C145152367D} = {FB1FF5CA-E520-47D5-358D-C9EC8C53970B} + {D1D4DF1E-18CE-D8E4-758B-F4DFF6E58078} = {FB1FF5CA-E520-47D5-358D-C9EC8C53970B} + {ADC1D7DB-FF2E-496A-B36A-576747EF7AF9} = {FB1FF5CA-E520-47D5-358D-C9EC8C53970B} + {E64FC047-F379-415A-84B7-8DA4C5CCC41E} = {FB1FF5CA-E520-47D5-358D-C9EC8C53970B} + {E3054236-2F4A-4C2C-95AE-46178A62BD63} = {FB1FF5CA-E520-47D5-358D-C9EC8C53970B} + {B66EDD94-0D39-F8FA-FE9F-6E96E0991994} = {10872A52-0024-0064-E5E9-275657532B83} + {DA46DD14-2AFA-6078-DCE3-7AD55792DA6F} = {B66EDD94-0D39-F8FA-FE9F-6E96E0991994} + {8A1D4F79-6C07-4D92-735C-8663F186CF53} = {10872A52-0024-0064-E5E9-275657532B83} + {F5B429CD-A828-34FD-BDD1-A1D73308884C} = {8A1D4F79-6C07-4D92-735C-8663F186CF53} + {5F79675E-39F1-E642-C0C6-9079870BB83F} = {10872A52-0024-0064-E5E9-275657532B83} + {1F50C02A-8CEF-B0CE-4E05-FDB07DF19742} = {5F79675E-39F1-E642-C0C6-9079870BB83F} + {D6F8E709-B78A-94C7-FF06-E41ACC23BB43} = {10872A52-0024-0064-E5E9-275657532B83} + {DC91C59B-E3AF-DC64-8633-E87C6E2E889C} = {D6F8E709-B78A-94C7-FF06-E41ACC23BB43} + {CAE1DCAA-B634-1D9D-3781-C5D055B10D73} = {10872A52-0024-0064-E5E9-275657532B83} + {36DF0B2B-4170-9E00-41C7-DBC1E494B625} = {CAE1DCAA-B634-1D9D-3781-C5D055B10D73} + {E3F15288-42F2-1DD4-15AC-915464E9B629} = {10872A52-0024-0064-E5E9-275657532B83} + {FF750CB9-102D-F445-E8DA-DFE3E9462DFF} = {E3F15288-42F2-1DD4-15AC-915464E9B629} + {3E6D3A36-5C7F-2856-ADB7-EB38D996ED8B} = {10872A52-0024-0064-E5E9-275657532B83} + {41A58349-32F2-7354-454D-E4134905DED3} = {3E6D3A36-5C7F-2856-ADB7-EB38D996ED8B} + {AD1723AF-2868-558C-AC7E-F56C6DB01798} = {10872A52-0024-0064-E5E9-275657532B83} + {DC786A60-BCAB-C123-F8E5-849AC2B2EADD} = {AD1723AF-2868-558C-AC7E-F56C6DB01798} + {D8EB9F88-FD7D-9A95-181F-26175F359922} = {10872A52-0024-0064-E5E9-275657532B83} + {6A685992-FF09-8F5E-0355-3346083ABCBB} = {D8EB9F88-FD7D-9A95-181F-26175F359922} + {AD4D8FAC-28B0-AD2B-7F0F-FD6D84DD0B29} = {10872A52-0024-0064-E5E9-275657532B83} + {926C19D9-493F-D7E7-7F89-4F89071D9BFE} = {AD4D8FAC-28B0-AD2B-7F0F-FD6D84DD0B29} + {E92857EE-250A-AFE0-E4B4-72BB8448A126} = {10872A52-0024-0064-E5E9-275657532B83} + {5CAF4B8F-853C-D9E6-4210-43CD5F4B082D} = {E92857EE-250A-AFE0-E4B4-72BB8448A126} + {61434D02-C37C-7820-D829-7F88D8636179} = {10872A52-0024-0064-E5E9-275657532B83} + {D3137B3F-0A9B-CAE7-0C5F-7A24EAE02BF9} = {61434D02-C37C-7820-D829-7F88D8636179} + {92CEFD77-1747-AAC1-9E77-EC2B164BCC41} = {10872A52-0024-0064-E5E9-275657532B83} + {0AE856B6-1ECA-9507-3D32-5BDCEEEEBBB8} = {92CEFD77-1747-AAC1-9E77-EC2B164BCC41} + {591BD3E2-8F51-F127-770F-2A00DA40376B} = {10872A52-0024-0064-E5E9-275657532B83} + {CF16C541-8050-60AB-EAE3-20BB74EF08D2} = {591BD3E2-8F51-F127-770F-2A00DA40376B} + {96B55541-674D-5DF6-5EB2-74C61C6D85B6} = {10872A52-0024-0064-E5E9-275657532B83} + {CC08E656-7CA0-24B6-917C-78090016ADF6} = {96B55541-674D-5DF6-5EB2-74C61C6D85B6} + {371C1768-D095-6158-EE06-7057AB94B607} = {10872A52-0024-0064-E5E9-275657532B83} + {0094494D-5D1C-20E6-896D-C13C5ACB65C3} = {371C1768-D095-6158-EE06-7057AB94B607} + {82E46691-6820-37E8-36D3-DEAE0E72FCC1} = {10872A52-0024-0064-E5E9-275657532B83} + {1E480FD6-618D-9DFF-8F74-543D8E4086D3} = {82E46691-6820-37E8-36D3-DEAE0E72FCC1} + {5012B004-AE77-D3C5-8349-93AEAB6E9F3C} = {10872A52-0024-0064-E5E9-275657532B83} + {D4B2F78B-E8FA-B44B-59AD-A8D60607012E} = {5012B004-AE77-D3C5-8349-93AEAB6E9F3C} + {3D5BE22D-4557-1B73-E8A2-46CDE6206214} = {5012B004-AE77-D3C5-8349-93AEAB6E9F3C} + {77D7B3BB-0193-FAEB-37F3-D0A131B94545} = {10872A52-0024-0064-E5E9-275657532B83} + {27F2E048-438E-35DD-D48C-63DCBDCCF7C3} = {77D7B3BB-0193-FAEB-37F3-D0A131B94545} + {299E2BFE-E871-7572-307A-50E76BEF94E1} = {10872A52-0024-0064-E5E9-275657532B83} + {922ECDD2-3E7B-BC34-A2A3-EC3AB672ACF6} = {299E2BFE-E871-7572-307A-50E76BEF94E1} + {0694920B-D0DD-1D52-AE68-08BA9C65CBF2} = {10872A52-0024-0064-E5E9-275657532B83} + {50595E5D-B390-D080-CEA9-AECBE5012CBC} = {0694920B-D0DD-1D52-AE68-08BA9C65CBF2} + {2FC09EEE-9FD1-50DE-2E98-48985D767D66} = {10872A52-0024-0064-E5E9-275657532B83} + {D4398F33-2DB2-6833-11D9-BD0FC7FE26F9} = {2FC09EEE-9FD1-50DE-2E98-48985D767D66} + {5508C2FB-7C16-597B-5793-9530A9B86918} = {10872A52-0024-0064-E5E9-275657532B83} + {330CFE34-2FE2-CA26-6936-18013EE77A44} = {5508C2FB-7C16-597B-5793-9530A9B86918} + {AA962E09-8C99-22C5-D4FB-0D4CFE0CD939} = {10872A52-0024-0064-E5E9-275657532B83} + {F0F37F78-CC90-6A7B-2142-C8025878C838} = {AA962E09-8C99-22C5-D4FB-0D4CFE0CD939} + {34ED2A11-9262-3CBA-03E7-94F6AA37677F} = {10872A52-0024-0064-E5E9-275657532B83} + {08DD2B94-ACAD-59A6-7A55-64F9947C7A20} = {34ED2A11-9262-3CBA-03E7-94F6AA37677F} + {6B0202B9-77B8-BEC3-5825-5CC6BD5BDB3F} = {10872A52-0024-0064-E5E9-275657532B83} + {09CD1554-7346-8C63-3F37-84D657E4BCE6} = {6B0202B9-77B8-BEC3-5825-5CC6BD5BDB3F} + {DB98D866-F329-162A-4789-AE51FAF207C0} = {10872A52-0024-0064-E5E9-275657532B83} + {6E83F53D-5C3E-C7B0-E93A-5489461844BF} = {DB98D866-F329-162A-4789-AE51FAF207C0} + {C32C8C41-74FB-9EFD-C92C-789058E644BB} = {DB98D866-F329-162A-4789-AE51FAF207C0} + {7E377CC6-396A-11BB-8A8C-BB155605F892} = {DB98D866-F329-162A-4789-AE51FAF207C0} + {82602DCC-C3FB-80FF-A7E6-22D34B402071} = {DB98D866-F329-162A-4789-AE51FAF207C0} + {04172FE3-981E-D375-1A49-FF2FD8541661} = {10872A52-0024-0064-E5E9-275657532B83} + {067D3D92-C988-642E-3D5A-3F13CD220309} = {04172FE3-981E-D375-1A49-FF2FD8541661} + {2198090E-B5B1-9026-6ACD-CA7ABC81F25C} = {10872A52-0024-0064-E5E9-275657532B83} + {E02407C0-64E2-A630-B124-8A28F9F0C9E6} = {2198090E-B5B1-9026-6ACD-CA7ABC81F25C} + {5F7C1ED6-6D8E-40DF-323D-A94E35EBE9AB} = {2198090E-B5B1-9026-6ACD-CA7ABC81F25C} + {20CE1243-00A9-ED79-30F0-427AA537CDB6} = {10872A52-0024-0064-E5E9-275657532B83} + {FD4ED881-244F-B6DA-DBB6-D0FF62FD5B7D} = {20CE1243-00A9-ED79-30F0-427AA537CDB6} + {23B8EA5A-B7B1-B9B5-7951-259667B8E1BC} = {10872A52-0024-0064-E5E9-275657532B83} + {E16F2DA3-2C3B-C0DE-E441-E4489ECF2F7A} = {23B8EA5A-B7B1-B9B5-7951-259667B8E1BC} + {661E8EB7-7732-B971-7412-95A952C6397E} = {10872A52-0024-0064-E5E9-275657532B83} + {2CE2B6A2-A8B3-75A7-4543-D76139730909} = {661E8EB7-7732-B971-7412-95A952C6397E} + {76E4E480-0093-74EB-C4F5-765FC90CEE20} = {10872A52-0024-0064-E5E9-275657532B83} + {CAFDE696-EA76-07B8-4F31-1AEA8D273E09} = {76E4E480-0093-74EB-C4F5-765FC90CEE20} + {0A09EB46-4B51-9B0D-2A4F-2E2853A64046} = {10872A52-0024-0064-E5E9-275657532B83} + {F09145ED-0386-4DC0-48A2-1653821A1FD1} = {0A09EB46-4B51-9B0D-2A4F-2E2853A64046} + {5014F0D9-AF93-2352-ED06-9D3816239D50} = {10872A52-0024-0064-E5E9-275657532B83} + {4E51ED34-4F19-68C6-2A4B-2D2209B6ECA8} = {5014F0D9-AF93-2352-ED06-9D3816239D50} + {90337BB3-E373-B09F-3CC7-A0F74F5EDFE2} = {10872A52-0024-0064-E5E9-275657532B83} + {6A8012C8-9BB1-EAA2-2D98-0C995D3B019A} = {90337BB3-E373-B09F-3CC7-A0F74F5EDFE2} + {27469D81-66DA-0354-2AC2-2AAAF69E563C} = {10872A52-0024-0064-E5E9-275657532B83} + {25BC6860-A7D1-DCE2-F2F6-40E3EBF495FB} = {27469D81-66DA-0354-2AC2-2AAAF69E563C} + {BD568D95-D0F7-3C3E-D2C7-5441C9E926DB} = {10872A52-0024-0064-E5E9-275657532B83} + {22147EC9-3282-F642-55BE-60485B4F4303} = {BD568D95-D0F7-3C3E-D2C7-5441C9E926DB} + {71A20A40-7E54-3B85-F160-5006A76A6AD7} = {10872A52-0024-0064-E5E9-275657532B83} + {31246B5A-07E2-E38A-5993-A377F80691A6} = {71A20A40-7E54-3B85-F160-5006A76A6AD7} + {B769C41B-70CE-370B-78F1-A639F5B141C6} = {10872A52-0024-0064-E5E9-275657532B83} + {BEAA6DCA-4D48-9D6F-418A-C866DCB27826} = {B769C41B-70CE-370B-78F1-A639F5B141C6} + {10C52022-6736-9CE7-F7B3-B8444D679D7A} = {10872A52-0024-0064-E5E9-275657532B83} + {57538DAC-2113-A3F3-AD89-2566A872DF36} = {10C52022-6736-9CE7-F7B3-B8444D679D7A} + {D31F8193-CF91-D1CE-8FBB-44BF127BCA49} = {10872A52-0024-0064-E5E9-275657532B83} + {392643E6-0694-45C0-EDEA-F07DF82C0006} = {D31F8193-CF91-D1CE-8FBB-44BF127BCA49} + {4FE99F45-1ABF-E2D6-264C-D68C28DF7F78} = {10872A52-0024-0064-E5E9-275657532B83} + {EE6EB745-E058-397C-FE69-DEB8E3A9D5CF} = {4FE99F45-1ABF-E2D6-264C-D68C28DF7F78} + {442BF024-525E-4782-F7F9-3D691234580B} = {10872A52-0024-0064-E5E9-275657532B83} + {BFBB8525-EFBD-D66C-B293-9BC1A4B263B0} = {442BF024-525E-4782-F7F9-3D691234580B} + {B3C6A873-9830-1654-751B-E72830798701} = {10872A52-0024-0064-E5E9-275657532B83} + {92952AC3-6725-914E-3924-51E355AEC652} = {B3C6A873-9830-1654-751B-E72830798701} + {685CF2F5-7F50-8C19-A3D7-F1262171D9BD} = {10872A52-0024-0064-E5E9-275657532B83} + {0B4F1735-86E3-5179-EADC-91787CD1106C} = {685CF2F5-7F50-8C19-A3D7-F1262171D9BD} + {8B1B85F2-EEC9-3BAC-B1D3-0477C403E8ED} = {10872A52-0024-0064-E5E9-275657532B83} + {3364286C-4956-E5F1-EE07-1AE45A358B5B} = {8B1B85F2-EEC9-3BAC-B1D3-0477C403E8ED} + {C40A048D-354A-B289-D47B-C58C3DF4445F} = {10872A52-0024-0064-E5E9-275657532B83} + {400F5172-E82D-5F29-65B6-178DEBE39F5F} = {C40A048D-354A-B289-D47B-C58C3DF4445F} + {473C7A47-23F5-BBD8-F91B-1AD8935995FE} = {10872A52-0024-0064-E5E9-275657532B83} + {79DB9FB0-8CE0-B7EA-2C1C-C62964EA737D} = {473C7A47-23F5-BBD8-F91B-1AD8935995FE} + {E884015C-1F4C-85D7-7095-8059D57A3FD3} = {10872A52-0024-0064-E5E9-275657532B83} + {C68FB1D4-9CCD-EF1B-0249-E0C7346D9959} = {E884015C-1F4C-85D7-7095-8059D57A3FD3} + {C0366940-CA0C-340D-FC45-E9C018D21975} = {10872A52-0024-0064-E5E9-275657532B83} + {93709766-638E-9E06-B44E-B2B72C6641CB} = {C0366940-CA0C-340D-FC45-E9C018D21975} + {D8E2C947-08B8-BF39-93FB-BC5EBAAAE758} = {10872A52-0024-0064-E5E9-275657532B83} + {99F30C23-47A7-EE66-8159-66DDEF58E17E} = {D8E2C947-08B8-BF39-93FB-BC5EBAAAE758} + {D6BBF30D-19C1-BE53-E908-FBE1F5E63902} = {10872A52-0024-0064-E5E9-275657532B83} + {2B976FC6-C8BF-59A3-1E63-30C02AF9379F} = {D6BBF30D-19C1-BE53-E908-FBE1F5E63902} + {044CCC8B-48D6-F275-040B-98C08733AB44} = {10872A52-0024-0064-E5E9-275657532B83} + {A73020A9-B580-3C57-7ACF-712E2324556A} = {044CCC8B-48D6-F275-040B-98C08733AB44} + {3018FBD1-624A-4A2D-EDD9-7C3108062851} = {10872A52-0024-0064-E5E9-275657532B83} + {1A95B8A6-BB78-66BB-3A14-70CD165FE284} = {3018FBD1-624A-4A2D-EDD9-7C3108062851} + {F6B44823-EBC2-6EE6-8273-9822FF869175} = {10872A52-0024-0064-E5E9-275657532B83} + {0444ED66-3C12-EBEA-65AD-EA4E80C70C8D} = {F6B44823-EBC2-6EE6-8273-9822FF869175} + {E1E79AD0-6D85-76C1-272B-E450B802B874} = {10872A52-0024-0064-E5E9-275657532B83} + {55BF993A-22BB-317E-08B8-6844A4B37909} = {E1E79AD0-6D85-76C1-272B-E450B802B874} + {EA9DEB29-A6A3-2C8F-D3A4-7427CF6AA371} = {10872A52-0024-0064-E5E9-275657532B83} + {57135CB8-C66C-EF21-11F3-43A4B2083B96} = {EA9DEB29-A6A3-2C8F-D3A4-7427CF6AA371} + {1CE51BBA-6EC5-0BBE-F22B-2445E1321635} = {10872A52-0024-0064-E5E9-275657532B83} + {677807F6-33AF-4F2E-5C27-489E7C75BAD2} = {1CE51BBA-6EC5-0BBE-F22B-2445E1321635} + {433EA08F-A806-FFD3-0A97-3E2343B62902} = {1CE51BBA-6EC5-0BBE-F22B-2445E1321635} + {165F845F-7E86-2C4C-B348-B197B61127F3} = {8234297F-5141-16AD-017A-2883AE030302} + {C0700042-9302-4802-1257-16CE08A2F6A6} = {165F845F-7E86-2C4C-B348-B197B61127F3} + {A3AC93A5-4512-48EA-6F7F-18FAB7D90316} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {6C7D356E-7A9A-38FD-BDA6-815C12D1A07B} = {A3AC93A5-4512-48EA-6F7F-18FAB7D90316} + {E5B66C42-2CD5-1155-BFCB-9CD2FC91D85D} = {A3AC93A5-4512-48EA-6F7F-18FAB7D90316} + {69A945C3-3DA0-3FFD-085E-92C793F2D078} = {A3AC93A5-4512-48EA-6F7F-18FAB7D90316} + {17B7A0D0-C44F-83B0-1993-1811AA448739} = {A3AC93A5-4512-48EA-6F7F-18FAB7D90316} + {7D5F5FDD-9746-E3AF-B039-1929454F4E02} = {A3AC93A5-4512-48EA-6F7F-18FAB7D90316} + {714E8198-D2DA-B1CF-516C-321DD18EF50D} = {A3AC93A5-4512-48EA-6F7F-18FAB7D90316} + {3229132E-66B4-E9C6-AD7E-266E5C750103} = {A3AC93A5-4512-48EA-6F7F-18FAB7D90316} + {C7B09FB6-13F5-BE62-B3E4-9F4363887945} = {A3AC93A5-4512-48EA-6F7F-18FAB7D90316} + {4360B94E-BF9F-F428-3862-5FDC7654E8A4} = {A3AC93A5-4512-48EA-6F7F-18FAB7D90316} + {4B1B95F2-CB71-906E-886E-E38C01C273CB} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {C9297162-6CB0-4D14-B04E-94AF6A638C05} = {4B1B95F2-CB71-906E-886E-E38C01C273CB} + {42976835-488A-3417-3591-E5439C64408C} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {E1F07FEB-9AD1-B843-946B-B14EA9A7A02A} = {42976835-488A-3417-3591-E5439C64408C} + {B04A0E39-18FD-D5EB-D4EF-5379AC6FAFCC} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {C9237CED-1CAC-AA7B-7330-769C20F43E65} = {B04A0E39-18FD-D5EB-D4EF-5379AC6FAFCC} + {1DC9225A-9F07-EC98-90CB-47219EA2B067} = {B04A0E39-18FD-D5EB-D4EF-5379AC6FAFCC} + {692BE0A7-63BE-1321-68AC-68C178F4C356} = {B04A0E39-18FD-D5EB-D4EF-5379AC6FAFCC} + {E6883713-047A-791D-7891-56B8AA32186C} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {4111645C-179D-4133-786D-2A59B0A36BAB} = {E6883713-047A-791D-7891-56B8AA32186C} + {2410F7ED-CFEC-728D-1727-5182A699649F} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {A0CF1CA9-6C3F-8834-14D2-92C40BDAAA81} = {2410F7ED-CFEC-728D-1727-5182A699649F} + {229B168B-6E38-FEA3-DE0A-BFD2C461DA07} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {23B70FEF-D84C-A5C7-558C-D53C2965C184} = {229B168B-6E38-FEA3-DE0A-BFD2C461DA07} + {C3AEA160-1132-CD7F-B097-7AB02A5B1D37} = {229B168B-6E38-FEA3-DE0A-BFD2C461DA07} + {6319E8C1-976B-B973-2050-602B2EE02DA1} = {229B168B-6E38-FEA3-DE0A-BFD2C461DA07} + {359F56FB-91A7-C6DB-EA20-DDF3AAEBB707} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {14CCCD21-0BC5-A063-26E4-9E723A50FAA4} = {359F56FB-91A7-C6DB-EA20-DDF3AAEBB707} + {B5751CFC-F770-EDC5-DFA3-C678AF663266} = {359F56FB-91A7-C6DB-EA20-DDF3AAEBB707} + {0DBADC96-3076-4FB7-9AF9-B9DEDE5CDA4F} = {359F56FB-91A7-C6DB-EA20-DDF3AAEBB707} + {3BD9D05F-CDB7-7F79-E400-E4B31097AA7A} = {359F56FB-91A7-C6DB-EA20-DDF3AAEBB707} + {F721E672-6C5D-DBEE-6665-316A7945ED69} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {CA960AC5-7C56-FACE-BE9E-77FA97250A12} = {F721E672-6C5D-DBEE-6665-316A7945ED69} + {7662953E-71A7-2D33-6320-CC9B0F3E2D00} = {F721E672-6C5D-DBEE-6665-316A7945ED69} + {A0C3C3FA-68BC-ED95-88E0-458654AED481} = {F721E672-6C5D-DBEE-6665-316A7945ED69} + {4271BCC9-6553-FACE-BC3D-6262EA3BC18A} = {F721E672-6C5D-DBEE-6665-316A7945ED69} + {D597C8F9-47E5-96DB-BDFD-B49DE3FA0721} = {F721E672-6C5D-DBEE-6665-316A7945ED69} + {547E75E0-49BC-27F6-65D6-DF25CFFB661A} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {23F1A523-479B-B1D7-D5B0-7F73A3390F87} = {547E75E0-49BC-27F6-65D6-DF25CFFB661A} + {B6F0121A-514A-C6C1-77D4-39B65F86B336} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {74DC1BEA-C966-DA0B-25BA-2303287BA60C} = {B6F0121A-514A-C6C1-77D4-39B65F86B336} + {4C3C228B-A559-738B-DD65-0A3DC1823982} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {AF684CC5-95BD-B6A9-419F-91A8C606D9A6} = {4C3C228B-A559-738B-DD65-0A3DC1823982} + {007306D6-83FF-99C3-A6F1-F412E5369F08} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {6D98A1E6-A267-3241-E046-04A707BE92B4} = {007306D6-83FF-99C3-A6F1-F412E5369F08} + {CB8FAE1A-D004-23CD-5C39-F0AB587748C3} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {E99D74D6-6572-D37B-D908-A16CEBB5F478} = {CB8FAE1A-D004-23CD-5C39-F0AB587748C3} + {C3465537-7452-98BA-AD13-9DC7271F326D} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {519318F6-5A66-2DA0-C817-77B8EBDA1FDA} = {C3465537-7452-98BA-AD13-9DC7271F326D} + {1813F6FD-FECA-4DF3-6777-D076EC407ADE} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {49FC2530-E874-C32C-FE67-8B17CE69C303} = {1813F6FD-FECA-4DF3-6777-D076EC407ADE} + {45B3F24E-C209-09D5-C306-0C3D2C5D4FD8} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {9782EA50-8D24-923D-7CB0-A0E5B2BE8183} = {45B3F24E-C209-09D5-C306-0C3D2C5D4FD8} + {596293AE-24AD-AC21-B7EC-B19F94AC1EDE} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {02B31539-B632-F836-F52F-153F262E4B68} = {596293AE-24AD-AC21-B7EC-B19F94AC1EDE} + {424DA922-85CD-02B4-B083-379B72CE70A7} = {596293AE-24AD-AC21-B7EC-B19F94AC1EDE} + {7ED6148C-D80F-FAB5-B426-692480BAE1E9} = {596293AE-24AD-AC21-B7EC-B19F94AC1EDE} + {4C15B95A-1889-1E68-4A96-E43D90FA20EA} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {16EA558F-6CA6-D77A-6E49-BEAB4A5A0628} = {4C15B95A-1889-1E68-4A96-E43D90FA20EA} + {5B419EA9-E5FB-FD06-7826-95E66DB71D11} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {A8367BCC-5992-8E5C-9333-3800EC27C66A} = {5B419EA9-E5FB-FD06-7826-95E66DB71D11} + {C514BA3C-0BE9-06EA-7700-81BA7358BA3D} = {5B419EA9-E5FB-FD06-7826-95E66DB71D11} + {3D86415F-A76A-5073-7210-B6997FDF2FC1} = {5B419EA9-E5FB-FD06-7826-95E66DB71D11} + {39B18799-ACA9-0F5E-4546-BB678F6B7286} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {11D75697-65C3-3812-A365-FEB0D1540046} = {39B18799-ACA9-0F5E-4546-BB678F6B7286} + {62CE2167-038D-FE17-3608-BBCA5AF7C61B} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {80A0A81D-EFD3-92D4-4421-6BC177C7E048} = {62CE2167-038D-FE17-3608-BBCA5AF7C61B} + {1AE09BEC-D7C0-CCB8-6267-6C132F0BBD63} = {62CE2167-038D-FE17-3608-BBCA5AF7C61B} + {E591DAE2-327D-8E85-4EC3-595FD974241C} = {62CE2167-038D-FE17-3608-BBCA5AF7C61B} + {FF060368-6B1E-E30E-2C06-7320FAB64058} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {B743BE01-881E-4F50-5703-9903CC129F43} = {FF060368-6B1E-E30E-2C06-7320FAB64058} + {C48620D3-BA48-97E1-0269-D61533D4F99C} = {FF060368-6B1E-E30E-2C06-7320FAB64058} + {E46C5899-3232-DCE6-800D-2AD3966E53A6} = {FF060368-6B1E-E30E-2C06-7320FAB64058} + {11A9F714-D872-EF5B-E741-0B6BE56EA9A9} = {FF060368-6B1E-E30E-2C06-7320FAB64058} + {D249420A-99B6-8301-001E-C6DA6ED37883} = {FF060368-6B1E-E30E-2C06-7320FAB64058} + {F27D687C-2208-17E9-7734-189734F2F580} = {FF060368-6B1E-E30E-2C06-7320FAB64058} + {F5EFB701-4202-C399-3C4C-73941477056D} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {30058239-BE5D-C3F6-85D7-DB84FD5BD708} = {F5EFB701-4202-C399-3C4C-73941477056D} + {6B0B9F56-478B-97DE-B1DD-65DD66F424F9} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {0C000837-0983-5978-E947-C2323616A45E} = {6B0B9F56-478B-97DE-B1DD-65DD66F424F9} + {817F3615-503D-ED18-A5ED-8C9FFFB318A0} = {6B0B9F56-478B-97DE-B1DD-65DD66F424F9} + {135F5CE0-0C74-298E-8523-AC9B28A3EED3} = {6B0B9F56-478B-97DE-B1DD-65DD66F424F9} + {FCFA7CF0-2DE6-018D-0C6D-396432846202} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {DFEE61BC-4DD6-206A-8523-E2156C7FC5F4} = {FCFA7CF0-2DE6-018D-0C6D-396432846202} + {8059879D-AE5D-E09A-BB26-0317C01CD438} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {B9B5D072-7965-7C60-4FEC-A23DF7CB08A5} = {8059879D-AE5D-E09A-BB26-0317C01CD438} + {495EE68D-8CDE-5D43-C2A3-E887D5335837} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {77ADDAC4-3574-C289-AC66-8D189A043262} = {495EE68D-8CDE-5D43-C2A3-E887D5335837} + {89FF845D-CA1C-DCC2-3773-A674DF4934D2} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {60C21DDE-F54B-4B29-BBF5-387664037203} = {89FF845D-CA1C-DCC2-3773-A674DF4934D2} + {C3176AFE-8E07-8EA1-F617-05757745E9B6} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {4D43A965-1AAC-AA35-256B-A537B3C36A93} = {C3176AFE-8E07-8EA1-F617-05757745E9B6} + {51080A09-4FD7-147E-20FA-DE0A3612666A} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {BF23C087-3228-015B-D5D8-12AB74D4FF36} = {51080A09-4FD7-147E-20FA-DE0A3612666A} + {375B963B-70EC-42FB-2C9D-053049F2C02B} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {74ABDE48-1F8E-E67A-2EC9-DBB471A03092} = {375B963B-70EC-42FB-2C9D-053049F2C02B} + {30031318-CF6C-A225-A661-233CE16F3247} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {A76F4ACB-5018-89F3-1A68-7E92F9D16E7D} = {30031318-CF6C-A225-A661-233CE16F3247} + {2AAE4059-BB17-1F2F-5A32-66937648699E} = {30031318-CF6C-A225-A661-233CE16F3247} + {1C9598D4-9652-C1E6-1DA5-D7C45EF99A55} = {30031318-CF6C-A225-A661-233CE16F3247} + {42AA32C4-1DB0-2C46-8A19-9CF10807ECC8} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {59AC3432-BCE2-9ABA-37F7-752750D3E953} = {42AA32C4-1DB0-2C46-8A19-9CF10807ECC8} + {EA48933A-4641-3C2F-5F39-D3885B22D9D8} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {98878709-F986-4B20-EFED-491524EDA444} = {EA48933A-4641-3C2F-5F39-D3885B22D9D8} + {31DE32F5-9A50-0924-5FB5-61423571503C} = {EA48933A-4641-3C2F-5F39-D3885B22D9D8} + {D9D38D65-8565-3E2D-A7E6-DE74A344C7B9} = {EA48933A-4641-3C2F-5F39-D3885B22D9D8} + {5F043DC9-AF61-8704-3DEE-A0FFF8069856} = {EA48933A-4641-3C2F-5F39-D3885B22D9D8} + {7000F966-FFE0-CC4F-ADBB-87EDE328D78A} = {EA48933A-4641-3C2F-5F39-D3885B22D9D8} + {2C111F4E-E86B-C35F-8C75-0E148621FA9D} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {93C7A9A7-8DD0-471B-6CDB-C651D3AA2B79} = {2C111F4E-E86B-C35F-8C75-0E148621FA9D} + {C135FDE1-0CF7-B978-907D-C0ECDCD45CF1} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {3A877014-8738-80A2-86DE-A9FCF30A12D7} = {C135FDE1-0CF7-B978-907D-C0ECDCD45CF1} + {C345312D-5A55-D1B7-7768-24B12DBF9BAC} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {01902755-CACF-C6CE-49BD-C41FA55E0026} = {C345312D-5A55-D1B7-7768-24B12DBF9BAC} + {18B3E6C8-E3A9-2EC9-FEAF-5AC734437B80} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {072F852E-B8CC-868D-5304-7A511DDBFFCF} = {18B3E6C8-E3A9-2EC9-FEAF-5AC734437B80} + {2213CE10-14D2-0FEC-5E4B-3444329BCCAC} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {5260FE41-7E4C-F897-D9CC-73278B09D682} = {2213CE10-14D2-0FEC-5E4B-3444329BCCAC} + {162D7BC4-06C4-7E3B-668A-5B4587B74899} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {B11855E5-8BB3-D9A9-FDB0-EFB924EBF4B1} = {162D7BC4-06C4-7E3B-668A-5B4587B74899} + {3165767C-A6D1-D0AC-8A07-E6AE60F4950C} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {A1D601F7-5C63-29E6-5D54-955306AD6C18} = {3165767C-A6D1-D0AC-8A07-E6AE60F4950C} + {0B560ACC-F317-1856-C05A-F4722FDE67C6} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {677F9FB3-9158-B33C-A7DA-37E145E02C17} = {0B560ACC-F317-1856-C05A-F4722FDE67C6} + {24B83AEB-9775-1A61-B3AC-47A50B760F05} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {448AF13A-B511-694B-7F9E-3F900750DCCB} = {24B83AEB-9775-1A61-B3AC-47A50B760F05} + {DB13E43D-B96D-F2E8-CB50-D81D78C71DC9} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {BD202BDA-91FC-77BB-AFE7-E7971C58E3F8} = {DB13E43D-B96D-F2E8-CB50-D81D78C71DC9} + {A7B7AD3A-71CB-D300-B2A6-58484FC93188} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {3D00CF58-9654-5FD1-4C4A-B5A0C4F74EF7} = {A7B7AD3A-71CB-D300-B2A6-58484FC93188} + {98500B04-95FA-63D3-19E2-038DE211D023} = {A7B7AD3A-71CB-D300-B2A6-58484FC93188} + {ACB2CE15-A274-4FD7-F9C6-358C067C2957} = {A7B7AD3A-71CB-D300-B2A6-58484FC93188} + {DB2605BB-2901-503B-2192-610C9EE0FDF1} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {3F54CA18-4F28-68F6-B078-74DB3EC290E1} = {DB2605BB-2901-503B-2192-610C9EE0FDF1} + {3A1D654A-4363-DE2E-B3EF-DAC9FD2AC042} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {A41B7CC9-211A-DF08-CFE1-CD8312670132} = {3A1D654A-4363-DE2E-B3EF-DAC9FD2AC042} + {E599542B-A724-B08E-EC34-0DE52B7AD707} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {54F23E01-306B-3482-B911-6366E66ED944} = {E599542B-A724-B08E-EC34-0DE52B7AD707} + {2ED26E08-A604-AD0F-BE44-6AAEB1445B73} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {9A2BF611-8CC3-149A-9721-2C62505251E3} = {2ED26E08-A604-AD0F-BE44-6AAEB1445B73} + {F3394424-F828-CFE9-E85F-2C028CEC708F} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {5D48358D-B66B-4C3F-883B-5CBC0EA275BD} = {F3394424-F828-CFE9-E85F-2C028CEC708F} + {22C8ACA7-0257-076C-E042-F1F6AA4CD5D6} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {C05AF12D-95CE-5321-DDCB-6AD810FBDCC6} = {22C8ACA7-0257-076C-E042-F1F6AA4CD5D6} + {03846D87-785C-791C-F277-F8A603769300} = {22C8ACA7-0257-076C-E042-F1F6AA4CD5D6} + {3124684B-BAA3-F9CA-68B7-A00BDB546BF4} = {22C8ACA7-0257-076C-E042-F1F6AA4CD5D6} + {E42CB9B1-F76E-4E8E-7F61-6385CCB25EE8} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {7221FDCE-F248-4FEB-F2E4-09DEEBBE6FCB} = {E42CB9B1-F76E-4E8E-7F61-6385CCB25EE8} + {022426C5-8AC5-C44F-9E9E-9E35BA49A685} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {05B901B5-E6A1-A2EF-48CF-6E74EFB45E26} = {022426C5-8AC5-C44F-9E9E-9E35BA49A685} + {1AFD0C01-1368-7EBD-7FD4-7F0D0E425266} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {88E11560-222A-8239-E432-9F5D0C577C86} = {1AFD0C01-1368-7EBD-7FD4-7F0D0E425266} + {45037983-595A-72FC-3261-AFD6E95D2375} = {1AFD0C01-1368-7EBD-7FD4-7F0D0E425266} + {6C09F05F-E93C-1287-36D2-BA405D78C738} = {1AFD0C01-1368-7EBD-7FD4-7F0D0E425266} + {917B4327-C011-E77D-D3DB-3702471FC105} = {1AFD0C01-1368-7EBD-7FD4-7F0D0E425266} + {4CF4C66F-12CF-12CC-AFB5-CA69864E0775} = {1AFD0C01-1368-7EBD-7FD4-7F0D0E425266} + {4397C32E-13B8-D7B4-8AB7-D4718D50CE78} = {1AFD0C01-1368-7EBD-7FD4-7F0D0E425266} + {14F00DAB-E56C-A161-4844-3ED812EC46E8} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {A6FB7FE5-3337-915B-83E4-50FBCDBF509A} = {14F00DAB-E56C-A161-4844-3ED812EC46E8} + {8C1FED88-1645-E05F-B8A1-52E805CE8634} = {14F00DAB-E56C-A161-4844-3ED812EC46E8} + {69EEF6DA-D7C1-FA13-4400-E85B7655057B} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {8EA1B5BD-D86E-B871-3AC4-E375414F9282} = {69EEF6DA-D7C1-FA13-4400-E85B7655057B} + {03C574EF-F46D-30B7-7157-F584E190E8E5} = {69EEF6DA-D7C1-FA13-4400-E85B7655057B} + {6B182267-4EDB-DB4B-282B-5B7CB81CFB4E} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {25A6A8E3-B183-C3BC-FBEE-07D64FC60009} = {6B182267-4EDB-DB4B-282B-5B7CB81CFB4E} + {2AD6BAF7-553B-1913-F3BF-5D234255650A} = {6B182267-4EDB-DB4B-282B-5B7CB81CFB4E} + {9957A514-E95D-9B16-6423-E9EF2356E2DC} = {6B182267-4EDB-DB4B-282B-5B7CB81CFB4E} + {525A363D-8FFD-8255-7D01-BC5941E88749} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {147BEB57-2BB8-2D2D-63DE-987F8ED4D7F5} = {525A363D-8FFD-8255-7D01-BC5941E88749} + {65F9A85C-EF11-5882-128E-2677B7F237C5} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {4F6CD8F5-FD44-6113-680C-7E40B56118D4} = {65F9A85C-EF11-5882-128E-2677B7F237C5} + {92AB382E-CF14-116A-EC7D-AF5850924FD6} = {65F9A85C-EF11-5882-128E-2677B7F237C5} + {6C27AAE0-85B3-2838-FF64-206ED090DA41} = {65F9A85C-EF11-5882-128E-2677B7F237C5} + {9F28EA82-BEA0-059A-0A28-BD1E2EEB1692} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {01E78B49-4D7B-AF42-7079-DC98E842E381} = {9F28EA82-BEA0-059A-0A28-BD1E2EEB1692} + {0D12FCEE-14CC-87C4-0FE2-A754E7DB8C83} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {A368C128-891A-7BAA-AB55-DA513427CE20} = {0D12FCEE-14CC-87C4-0FE2-A754E7DB8C83} + {EE5270A1-A291-1692-063C-6B2FF1C61F99} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {1FC72DFF-1461-AA1C-37F0-E50328BF9A0A} = {EE5270A1-A291-1692-063C-6B2FF1C61F99} + {068C93E3-2011-F626-25D1-E9EE2BF78238} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {4B988C50-C246-AD1B-83C0-8751FC342972} = {068C93E3-2011-F626-25D1-E9EE2BF78238} + {A6B5BFB7-DACA-3682-EBBF-789B15EB8FD6} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {36AE5BA8-2A16-EE04-0D65-9E92DBE5CEE1} = {A6B5BFB7-DACA-3682-EBBF-789B15EB8FD6} + {8D872D8C-429C-09BC-5BA3-0B015FDDA855} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {024EECB2-3B24-6D83-1052-F503412BFF09} = {8D872D8C-429C-09BC-5BA3-0B015FDDA855} + {874A8BDF-3AA1-9122-0C20-2B0C70ECA5A1} = {8D872D8C-429C-09BC-5BA3-0B015FDDA855} + {BFCB96F8-1142-7F5E-64ED-0A4AA67C9442} = {8D872D8C-429C-09BC-5BA3-0B015FDDA855} + {DE5A7C85-BD7A-6CD4-E719-3B7782369D26} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {42B28633-EC6F-8400-0A89-15436E0FB45F} = {DE5A7C85-BD7A-6CD4-E719-3B7782369D26} + {E262FE38-B410-71B4-45A3-1082DB280C42} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {41458BB7-38F8-B1E1-F981-1AF52DD89B5D} = {E262FE38-B410-71B4-45A3-1082DB280C42} + {5CDB424C-6AD1-8A1E-5A8E-DA169398596C} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {D2E7034E-D9E1-86A0-43CD-A5D210EC1A60} = {5CDB424C-6AD1-8A1E-5A8E-DA169398596C} + {FBE36331-C0BF-A40A-DFD4-8A3AF41B0B31} = {5CDB424C-6AD1-8A1E-5A8E-DA169398596C} + {6D29F821-EEBE-D57B-7C5F-B43D2C21B58C} = {5CDB424C-6AD1-8A1E-5A8E-DA169398596C} + {9C40E042-5316-48D8-F669-4709324C28BC} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {F52A39C5-D2FB-140E-59EF-B123CE6AF94C} = {9C40E042-5316-48D8-F669-4709324C28BC} + {C4404FDC-9A08-83FF-4E12-1A4576C5CEE7} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {08EEC101-1DE0-48A9-2EA7-294DC9F938B0} = {C4404FDC-9A08-83FF-4E12-1A4576C5CEE7} + {DA71ACD7-A346-995D-E057-C775861D2A0E} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {8F8BC93B-1F36-9FDB-8FE1-7021DC70A9DF} = {DA71ACD7-A346-995D-E057-C775861D2A0E} + {29711E54-4399-EA8F-DD37-232682AF85A7} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {8EF24C89-B805-8872-3D49-3D083D5E63B6} = {29711E54-4399-EA8F-DD37-232682AF85A7} + {969F1F84-965F-6038-2AE9-AE8293555BC5} = {29711E54-4399-EA8F-DD37-232682AF85A7} + {EB5E7DEC-0CA4-7C92-A91B-2AAE2B71FB87} = {29711E54-4399-EA8F-DD37-232682AF85A7} + {0921C584-442A-2B04-F9BC-1FA912C99CD6} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {685E79E2-4D25-8EF6-BD4F-7F080DA7A88D} = {0921C584-442A-2B04-F9BC-1FA912C99CD6} + {640FC68D-8698-AFC5-F9C8-1E8FFCAFA9A3} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {F5C63603-AFAD-B152-42CB-74416A236C09} = {640FC68D-8698-AFC5-F9C8-1E8FFCAFA9A3} + {15DE8D0C-7A5C-E5E1-2AF5-ACE3268051B3} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {6B034F67-C86D-03FD-1C73-562C17A3C7C7} = {15DE8D0C-7A5C-E5E1-2AF5-ACE3268051B3} + {AE670425-49EF-275E-0E23-FC399F39B787} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {787F1121-D8B3-5D88-B19D-FF8F29DF26AB} = {AE670425-49EF-275E-0E23-FC399F39B787} + {AD9C779F-1A7F-0A5A-EECB-B6D06D62E420} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {F77E69A6-6046-2927-1095-4239312F09D4} = {AD9C779F-1A7F-0A5A-EECB-B6D06D62E420} + {5E888541-5982-DCEB-D91C-E8DC9F6D797F} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {094A1ACA-795A-2744-9A37-6935CF71F5B9} = {5E888541-5982-DCEB-D91C-E8DC9F6D797F} + {86F10ADF-7EA3-8827-466F-6C38DDE46351} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {2F52C4A0-6B9E-887E-ED86-9F6E1F2E2E30} = {86F10ADF-7EA3-8827-466F-6C38DDE46351} + {544406A9-BFA6-A197-E729-C912C87FACD8} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {C882C569-8925-957B-BDF4-13BF3126E408} = {544406A9-BFA6-A197-E729-C912C87FACD8} + {B20A6621-6892-61AC-24D1-210EA0DF8E3F} = {544406A9-BFA6-A197-E729-C912C87FACD8} + {56E127DC-BCE1-E85D-9E4B-9FEA3E6A282D} = {544406A9-BFA6-A197-E729-C912C87FACD8} + {54E440F0-F0C3-A3B5-EDFF-98C5B3685529} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {21AC06BC-B8A1-8C38-F8EC-9188DBA19E00} = {54E440F0-F0C3-A3B5-EDFF-98C5B3685529} + {AB3F07A0-E9CC-44CF-F111-101BD3FA9926} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {0033738C-CE6E-81FD-0246-CCB3B1E4121C} = {AB3F07A0-E9CC-44CF-F111-101BD3FA9926} + {8B662CD0-9A98-A581-9EF4-7650D13BFBD3} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {B800F12F-D947-1650-12F6-435FA6BB84AA} = {8B662CD0-9A98-A581-9EF4-7650D13BFBD3} + {58B4BF9E-D38C-A90F-366C-CC7A5BBBA7DE} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {54B1E9F6-85FA-AD91-B933-912148C041F7} = {58B4BF9E-D38C-A90F-366C-CC7A5BBBA7DE} + {D5F2C986-B09C-738A-0DC0-66B9B5C6BE6D} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {E1F0B668-53B2-AEB7-1870-CF58F905EFA1} = {D5F2C986-B09C-738A-0DC0-66B9B5C6BE6D} + {8ACE4114-8886-9720-B387-343844A27A5F} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {584589D0-B29C-F8CF-46B7-2AAE812D0AA8} = {8ACE4114-8886-9720-B387-343844A27A5F} + {FFF6F712-B935-2464-8D15-C2AB4CEEADEE} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {37DB9513-364D-FA43-3042-2A483234EDC8} = {FFF6F712-B935-2464-8D15-C2AB4CEEADEE} + {50E9CA35-83DE-9CE9-13FD-6FF82C739C27} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {76443061-6A11-F8BC-8B9E-8729C00EDC13} = {50E9CA35-83DE-9CE9-13FD-6FF82C739C27} + {6B03511B-355D-7BB1-CAF3-A0C38500244A} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {1CA0853E-BAA1-0598-675F-29B1D49BB4A5} = {6B03511B-355D-7BB1-CAF3-A0C38500244A} + {25EEA121-D537-D86E-BDC4-AE5812D633A8} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {E9450E5E-C4FD-8E75-7B0D-7D37CA336FE2} = {25EEA121-D537-D86E-BDC4-AE5812D633A8} + {6D583F63-00B9-595B-3DC5-FDC7E9F48259} = {25EEA121-D537-D86E-BDC4-AE5812D633A8} + {85F649DC-9B2B-941F-7E99-4B60E76CBBD7} = {25EEA121-D537-D86E-BDC4-AE5812D633A8} + {187CC8A3-4AF2-45FD-311B-DDFE713B0B33} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {2E63713F-A648-04CF-629F-BAFB2B62189A} = {187CC8A3-4AF2-45FD-311B-DDFE713B0B33} + {94E2902A-E698-D0B7-2E7C-1D4271786D80} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {F72C935F-4125-3663-5F56-DB37559A7A2C} = {94E2902A-E698-D0B7-2E7C-1D4271786D80} + {35F57EE6-727F-7A4E-BEFA-99B29AA26E7C} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {8DCCE67A-588A-B8D9-6260-FE06E8F1529F} = {35F57EE6-727F-7A4E-BEFA-99B29AA26E7C} + {6A3EA778-03D5-4E90-C745-C830CDFE2981} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {56736300-A0AB-DBE3-0DC4-33A463E4F617} = {6A3EA778-03D5-4E90-C745-C830CDFE2981} + {9262D965-C850-EC18-1711-BCE455557180} = {6A3EA778-03D5-4E90-C745-C830CDFE2981} + {1B89B1F9-0011-C959-5544-C5AAD3FA80CD} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {5328213F-8446-13F0-8EE7-F6E49DD60F2E} = {1B89B1F9-0011-C959-5544-C5AAD3FA80CD} + {9F38B886-71F2-6088-7D93-D8B69AD65E1D} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {CA1C6B42-BB6A-E859-D806-FE510628716B} = {9F38B886-71F2-6088-7D93-D8B69AD65E1D} + {3FC5A489-C699-CF3E-49A7-6B7A676AF2F2} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {9D1E53C5-A3B8-B603-A52C-64D13517FCE7} = {3FC5A489-C699-CF3E-49A7-6B7A676AF2F2} + {6140412E-EAC9-75D1-C46D-94C464A1ED3A} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {595D8028-FB63-33C4-60D5-AE02D1A00D7D} = {6140412E-EAC9-75D1-C46D-94C464A1ED3A} + {46266FE2-D722-EF47-A244-5B6F23D4ADF3} = {6140412E-EAC9-75D1-C46D-94C464A1ED3A} + {1E580A5E-8551-32B2-D23D-98A5098DB08C} = {6140412E-EAC9-75D1-C46D-94C464A1ED3A} + {BF33578D-94D7-35BB-1540-535E4609F843} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {7DE4FF6D-844C-2A16-A421-C1F1394D3864} = {BF33578D-94D7-35BB-1540-535E4609F843} + {A40ADBBA-06A1-C637-7EC8-D83DAF85F730} = {BF33578D-94D7-35BB-1540-535E4609F843} + {FA2DDBF0-7090-916A-E4C7-579F6C2CCEB8} = {BF33578D-94D7-35BB-1540-535E4609F843} + {64699EF7-A41C-EB10-0C5F-B073C8CD966F} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {3C5E18C2-3FF4-92CA-526B-35FF95D16677} = {64699EF7-A41C-EB10-0C5F-B073C8CD966F} + {A4E4C1BB-DF24-8D73-4523-26AAE1624AB1} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {0ACC5298-F71B-EC17-60B2-60A295823E95} = {A4E4C1BB-DF24-8D73-4523-26AAE1624AB1} + {11923F90-BF00-5955-E2E4-7E0FA0FF4B69} = {A4E4C1BB-DF24-8D73-4523-26AAE1624AB1} + {2E32FC89-E099-C8DE-1994-F2BBA777836A} = {A4E4C1BB-DF24-8D73-4523-26AAE1624AB1} + {F072BF89-7174-5227-EF8E-568249FF0508} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {60AFB1DF-F31C-A1EF-9DFE-C89D18ACD5D7} = {F072BF89-7174-5227-EF8E-568249FF0508} + {9D5FE13E-5046-CE28-A919-6C3A3C1754CC} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {9D78439E-61FC-1E1C-1EF3-289923957451} = {9D5FE13E-5046-CE28-A919-6C3A3C1754CC} + {DCD3E306-2A4D-0002-9A5C-E770DD7A67DF} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {0A294956-433A-1949-C42C-8F87180D69EE} = {DCD3E306-2A4D-0002-9A5C-E770DD7A67DF} + {4A097CB7-407A-8B8C-B64E-E0145EF1AF27} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {90A41091-4940-4778-D615-93830988CB2A} = {4A097CB7-407A-8B8C-B64E-E0145EF1AF27} + {2DD626BF-0C42-2E7A-6892-555CD995C64E} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {6CFF7984-B9FA-BD91-3F9D-E40866E8A05D} = {2DD626BF-0C42-2E7A-6892-555CD995C64E} + {D4E27E96-C949-9623-A178-C4A14F440C3C} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {98F5C3BD-2B39-2EB0-F14E-D17455BDFB4A} = {D4E27E96-C949-9623-A178-C4A14F440C3C} + {AAC33C5B-0A70-0F4C-0A0B-19398D5ADA99} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {E36DC136-3486-AE8A-4C5A-7E72A443844E} = {AAC33C5B-0A70-0F4C-0A0B-19398D5ADA99} + {AC43FCE7-F25F-C2F4-C1C0-4BF747519312} = {AAC33C5B-0A70-0F4C-0A0B-19398D5ADA99} + {6CDC142F-F806-837B-51B4-35D48A96D3BE} = {AAC33C5B-0A70-0F4C-0A0B-19398D5ADA99} + {B28A7125-44A4-04D0-42AA-F662CCB7DD6E} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {1527431A-17B0-A221-7F8B-C94402960CD3} = {B28A7125-44A4-04D0-42AA-F662CCB7DD6E} + {FFD60310-CABE-2AC7-4E5E-0A187E09AFC7} = {B28A7125-44A4-04D0-42AA-F662CCB7DD6E} + {ECE0BAB5-13C6-A882-5771-5A62F8395090} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {A90CCEE7-7472-3EA9-C67A-E03B124627E5} = {ECE0BAB5-13C6-A882-5771-5A62F8395090} + {6FF35D0A-46C8-5794-1AF8-A4C034B22F8A} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {9B0E6D8C-B0B2-6928-D119-2F98269AEE56} = {6FF35D0A-46C8-5794-1AF8-A4C034B22F8A} + {5734C630-C65C-690D-B884-762CC3630BEC} = {6FF35D0A-46C8-5794-1AF8-A4C034B22F8A} + {42C0F81F-0A8B-A5A7-C521-99306005A776} = {6FF35D0A-46C8-5794-1AF8-A4C034B22F8A} + {9CE1B478-4902-E285-6EF9-EA7F18EA8421} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {E548A857-D1BB-7345-2C09-8380AB385DF7} = {9CE1B478-4902-E285-6EF9-EA7F18EA8421} + {3B5C6DC3-5BF3-B1E2-0C6A-9F2D8518214E} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {3DFFE143-35C4-270D-0AD5-AB65E40D8AA4} = {3B5C6DC3-5BF3-B1E2-0C6A-9F2D8518214E} + {084AAF0C-180D-20ED-21C6-9EC7572A30FC} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {159F519F-D273-B998-FB1B-B5F8FDF584AC} = {084AAF0C-180D-20ED-21C6-9EC7572A30FC} + {B3C21E9A-5BA8-8A45-CEF7-D0B9BE583AA0} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {2F83E8B9-AD2E-E9E7-65EB-F723117F4D04} = {B3C21E9A-5BA8-8A45-CEF7-D0B9BE583AA0} + {38700878-E598-4D7F-DC54-E3573A62E300} = {B3C21E9A-5BA8-8A45-CEF7-D0B9BE583AA0} + {38E34E7F-B582-05C8-8E55-4648330A2BE4} = {B3C21E9A-5BA8-8A45-CEF7-D0B9BE583AA0} + {B317E0BA-4703-6B52-9627-8EE1B1261BE7} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {4B102FA8-969D-6914-D720-07CB4CC2A4DF} = {B317E0BA-4703-6B52-9627-8EE1B1261BE7} + {40EA5786-63AE-C295-F59C-A14A3FD4F966} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {1CBE267B-D63B-3FBD-7B47-7281287F236C} = {40EA5786-63AE-C295-F59C-A14A3FD4F966} + {8B393C10-8FF7-75FF-2594-AAF29E15BF15} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {4D4184EB-D15E-927D-7014-3B9E982305B1} = {8B393C10-8FF7-75FF-2594-AAF29E15BF15} + {2F4C5686-5EC9-06DA-1C44-75B541282B3D} = {8B393C10-8FF7-75FF-2594-AAF29E15BF15} + {2540452E-59F6-992F-1013-6059B021F9C8} = {8B393C10-8FF7-75FF-2594-AAF29E15BF15} + {8F4AD0F6-0664-8674-5623-0B0FC392F0BA} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {4835793D-9339-06B5-1AD3-C357D8416028} = {8F4AD0F6-0664-8674-5623-0B0FC392F0BA} + {8B8D0F07-D856-A6F4-41B2-DC40577A78C3} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {03FDBE9A-8589-CA0E-07DD-2019D9405091} = {8B8D0F07-D856-A6F4-41B2-DC40577A78C3} + {8A20A77E-B267-A13F-C05E-E0E81D8172EA} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {0F6099A8-C236-3C7A-ABD8-343E19C59B5C} = {8A20A77E-B267-A13F-C05E-E0E81D8172EA} + {DABAF9A6-C354-7DFE-D6E0-1FAA85585489} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {18CB019E-783C-2AC1-ABCB-157F265D394C} = {DABAF9A6-C354-7DFE-D6E0-1FAA85585489} + {BAEA5FB7-6852-8386-22E0-E96E641DD326} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {BB8510A0-CC2D-99F0-D02F-5B09A1471C3E} = {BAEA5FB7-6852-8386-22E0-E96E641DD326} + {87782363-0C71-61F1-6BFE-56CCD4E3B271} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {11B53BA9-C1AD-AC36-817A-3F12A6A2CA4F} = {87782363-0C71-61F1-6BFE-56CCD4E3B271} + {57F79365-79B9-BD8D-619C-F9BA2C8F8012} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {A9FAFC15-198B-8F37-FD9D-2FA9F0559447} = {57F79365-79B9-BD8D-619C-F9BA2C8F8012} + {4DE2F3CE-3B1A-EC56-F578-71A7AE93C683} = {57F79365-79B9-BD8D-619C-F9BA2C8F8012} + {3F461F6F-E1A0-6A4D-FA10-10D2FF907B83} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {21E7D369-593A-595E-3269-D144BCACFC3D} = {3F461F6F-E1A0-6A4D-FA10-10D2FF907B83} + {45195848-9FA0-4C5F-75C0-AD4BE09D158B} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {71FEBFC9-EA36-3034-9882-7BF1D29E526D} = {45195848-9FA0-4C5F-75C0-AD4BE09D158B} + {56749A26-C140-4334-52BB-87348766141C} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {E6CA2FAC-862D-0E27-4730-6DCB6CBED1AB} = {56749A26-C140-4334-52BB-87348766141C} + {DD0369BB-1A30-D766-F607-ACD786193A87} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {370C0888-5E83-A3B8-6013-C1E7E536196E} = {DD0369BB-1A30-D766-F607-ACD786193A87} + {27217772-7CA5-017D-5921-D7D686CD9100} = {DD0369BB-1A30-D766-F607-ACD786193A87} + {905733D5-D0D7-0443-B799-A42412059CDE} = {DD0369BB-1A30-D766-F607-ACD786193A87} + {A959CB0A-E48E-2E9A-FDBD-1AD6291F023A} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {409058DE-86FF-0873-F8B6-4500D1C16FCD} = {A959CB0A-E48E-2E9A-FDBD-1AD6291F023A} + {931FBB08-4148-419E-9CCA-4BDB8345A6F3} = {A959CB0A-E48E-2E9A-FDBD-1AD6291F023A} + {F5E5BDE7-BA46-5A9C-7113-C756D1BE7AC6} = {A959CB0A-E48E-2E9A-FDBD-1AD6291F023A} + {436DDC0E-AA96-479D-968C-30A5DDFBDA72} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {62CA1B37-A18E-C680-EEB5-A0BD918E9E35} = {436DDC0E-AA96-479D-968C-30A5DDFBDA72} + {C5020472-41A7-8CEE-F0E6-F32D7D806289} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {31D4F252-4394-358D-5B0A-30A7DE216EB0} = {C5020472-41A7-8CEE-F0E6-F32D7D806289} + {0454EAF1-5746-07AD-E64F-EAB757DDFCF9} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {9766E448-65F2-2558-38A6-30F50AD83A23} = {0454EAF1-5746-07AD-E64F-EAB757DDFCF9} + {D2872283-E1D2-9646-9BF4-7F85C02F9487} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {ED9A7B1C-1129-749D-64B5-3218E17D5B38} = {D2872283-E1D2-9646-9BF4-7F85C02F9487} + {196AB46A-7B49-159D-B7F0-42A3D0EE8061} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {BEEDB84E-C702-64CD-8AF6-E9938397A665} = {196AB46A-7B49-159D-B7F0-42A3D0EE8061} + {7200EFE8-A220-1DEB-351C-688626662C99} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {BCEA759A-8DFF-871C-12E3-1D657233CDEF} = {7200EFE8-A220-1DEB-351C-688626662C99} + {AAC70007-66EE-94E4-3002-39A579B510BD} = {7200EFE8-A220-1DEB-351C-688626662C99} + {1088EDDF-34A8-0F03-1290-D520266FA302} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {2A32B243-9475-0B91-71DA-9C8384423BED} = {1088EDDF-34A8-0F03-1290-D520266FA302} + {D7A41547-71D6-2AD4-2F96-99F7545D2303} = {1088EDDF-34A8-0F03-1290-D520266FA302} + {54474F52-3295-FDF1-248A-8A8AD1EE2F52} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {FB93D9E7-21CD-FBD6-76FA-D340C7705D3A} = {54474F52-3295-FDF1-248A-8A8AD1EE2F52} + {9E8D63F4-1238-0124-E569-451E43E077EC} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {2E209850-55B6-7305-AFA1-2F4F8C81D2A3} = {9E8D63F4-1238-0124-E569-451E43E077EC} + {0F6C7BA5-9B35-3A1B-8366-66D300168E85} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {21C4CD6E-23C4-FC39-B3E8-30159FE3C674} = {0F6C7BA5-9B35-3A1B-8366-66D300168E85} + {61A65ED1-FC55-4577-5D0E-2A913B90E807} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {D16B8077-FA9E-6EC1-EC86-2817D9BD0279} = {61A65ED1-FC55-4577-5D0E-2A913B90E807} + {869EAD0B-0EFF-9ACC-507B-64FDC55B8D8D} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {71975CCB-8B17-384E-EC10-6CFAE6A76024} = {869EAD0B-0EFF-9ACC-507B-64FDC55B8D8D} + {5E35A95C-BD03-BCDA-4E50-5B2C68036B66} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {D5DE277C-0EE2-2CC5-529A-2C9012B5AE0F} = {5E35A95C-BD03-BCDA-4E50-5B2C68036B66} + {7956D589-CAB3-212C-D383-A7C663EEC073} = {5E35A95C-BD03-BCDA-4E50-5B2C68036B66} + {B01A93C2-8649-A099-79F6-EA54B32C8026} = {5E35A95C-BD03-BCDA-4E50-5B2C68036B66} + {47D8B096-E82B-5B56-5B7B-84742B497FE3} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {55F34654-179C-7445-574A-D0E1B25480E6} = {47D8B096-E82B-5B56-5B7B-84742B497FE3} + {852F2A57-48A4-3199-1EF0-DB8CB8A35535} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {47E011F2-E35A-6F36-DA0B-D6D631F1D9CC} = {852F2A57-48A4-3199-1EF0-DB8CB8A35535} + {AFC178A0-C065-A4E9-BBD8-28BF51CB44E2} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {338D0C64-21F8-997D-E59F-11DCB3201853} = {AFC178A0-C065-A4E9-BBD8-28BF51CB44E2} + {AE823608-08FF-071B-5A44-6C8FB07046E6} = {AFC178A0-C065-A4E9-BBD8-28BF51CB44E2} + {9EE994E5-2A2A-FCF6-DC87-B4C1EA346DDC} = {AFC178A0-C065-A4E9-BBD8-28BF51CB44E2} + {FA078127-E28C-6755-3A5D-04785144DCC7} = {AFC178A0-C065-A4E9-BBD8-28BF51CB44E2} + {86AF216A-5DFF-3ADB-E7D3-FC036F35373E} = {AFC178A0-C065-A4E9-BBD8-28BF51CB44E2} + {3C575F0B-F620-A909-F9E9-3CB52B0A9D9C} = {AFC178A0-C065-A4E9-BBD8-28BF51CB44E2} + {0F477B59-092D-6CAC-D1E7-EF7CD546FE16} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {299B98F1-58C9-8CBB-339E-1D491F76C15D} = {0F477B59-092D-6CAC-D1E7-EF7CD546FE16} + {0A1753D5-6F38-FA3A-7F14-A3EF445FF2ED} = {0F477B59-092D-6CAC-D1E7-EF7CD546FE16} + {A3BE29E6-D4FD-8ED7-C25E-6D521EF43505} = {0F477B59-092D-6CAC-D1E7-EF7CD546FE16} + {0CCAC88A-887B-8817-1B7C-90F05A06F809} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {B6ECB7B4-2FF6-2E57-4F52-B01B6469A782} = {0CCAC88A-887B-8817-1B7C-90F05A06F809} + {5051D9B4-AC54-F8A0-E2D4-92C209F670CE} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {A0DC2898-12A4-715A-A5AF-33BFA2F0DB6B} = {5051D9B4-AC54-F8A0-E2D4-92C209F670CE} + {F86CC5BA-435F-F911-5D1C-FB91E305FE56} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {CB7002B2-AB10-6D8C-2970-90816DFAF6C4} = {F86CC5BA-435F-F911-5D1C-FB91E305FE56} + {D8426FF2-6426-7AAA-E8B1-40A68C477BA4} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {056900D7-C115-79BC-0837-AAE131CC0C6B} = {D8426FF2-6426-7AAA-E8B1-40A68C477BA4} + {8A0DF32D-6FB1-0AF8-E8DD-21C3891D5119} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {D0483F52-D132-04F9-4DB7-9E5457603F58} = {8A0DF32D-6FB1-0AF8-E8DD-21C3891D5119} + {D277C0CD-D125-7484-F40E-979CF5ADD24D} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {0A5807A8-CF34-7A89-E6B0-B8924A02C980} = {D277C0CD-D125-7484-F40E-979CF5ADD24D} + {578AFF09-C868-A2E4-9704-629FEE7E8223} = {D277C0CD-D125-7484-F40E-979CF5ADD24D} + {830A9332-250E-EFE4-BFC4-B7AED0858D01} = {D277C0CD-D125-7484-F40E-979CF5ADD24D} + {9245D6F4-9B45-0452-EB7E-3D64C2C17B02} = {D277C0CD-D125-7484-F40E-979CF5ADD24D} + {9F093256-C9F8-8E38-233F-BF7E7D35E245} = {D277C0CD-D125-7484-F40E-979CF5ADD24D} + {5E846791-D142-FF80-801D-F45A37F55A45} = {D277C0CD-D125-7484-F40E-979CF5ADD24D} + {E4AE486E-F95A-FFFC-2021-9E521F4D9F79} = {D277C0CD-D125-7484-F40E-979CF5ADD24D} + {1CD56463-0EF2-7B69-A733-744DBC43500E} = {D277C0CD-D125-7484-F40E-979CF5ADD24D} + {1366EA33-E3C5-422F-C634-895FBEB04464} = {D277C0CD-D125-7484-F40E-979CF5ADD24D} + {32E7835E-D51E-50DC-28FB-579FD4038396} = {D277C0CD-D125-7484-F40E-979CF5ADD24D} + {77298A2D-EDDB-DAC5-50D7-66066C2A0D38} = {D277C0CD-D125-7484-F40E-979CF5ADD24D} + {AAEF6E7C-2633-43D3-0852-CEF504A41385} = {D277C0CD-D125-7484-F40E-979CF5ADD24D} + {BCB974AC-AA15-043A-218B-8F55419FCEC2} = {D277C0CD-D125-7484-F40E-979CF5ADD24D} + {EC9FCB98-9AA8-CBB6-382B-CD1D702F33ED} = {D277C0CD-D125-7484-F40E-979CF5ADD24D} + {71F09542-4448-6F9C-246A-1875234970E1} = {D277C0CD-D125-7484-F40E-979CF5ADD24D} + {CAB64A9D-6E52-2E88-FAD0-17000C2C9F11} = {D277C0CD-D125-7484-F40E-979CF5ADD24D} + {53830F41-E3B0-01BA-D889-E50524DE3DC6} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {F71F2C76-2AE2-038E-4B81-0817F00B6A9A} = {53830F41-E3B0-01BA-D889-E50524DE3DC6} + {EBCEC1E2-B5A9-AE55-73B2-92B5A26E7439} = {53830F41-E3B0-01BA-D889-E50524DE3DC6} + {82456152-F2F7-112D-7C81-650AAD63FE6F} = {53830F41-E3B0-01BA-D889-E50524DE3DC6} + {D12B1525-1993-239B-F85B-C9AB4F986544} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {7AC180EC-A33E-FCF3-9601-5B391BC7C1F2} = {D12B1525-1993-239B-F85B-C9AB4F986544} + {3E0455BC-32EA-5903-AAF6-6B5D9768BDBD} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {63AE954E-6DC2-25FC-8F0F-38CD903126C6} = {3E0455BC-32EA-5903-AAF6-6B5D9768BDBD} + {E4008CC9-FF46-04A2-B158-EB5AF3C9F893} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {FABF01E5-23FB-922D-9015-CC2152BE569B} = {E4008CC9-FF46-04A2-B158-EB5AF3C9F893} + {4CFE41C8-8086-5B4D-80D3-4D29E4FC3202} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {45BB01C4-1E45-479C-E84A-452391B0F8B2} = {4CFE41C8-8086-5B4D-80D3-4D29E4FC3202} + {D17E29E7-01E0-7FE8-9DBF-860B18518502} = {4CFE41C8-8086-5B4D-80D3-4D29E4FC3202} + {1155E9AE-FB3D-0A57-3203-C27406ECEDA8} = {4CFE41C8-8086-5B4D-80D3-4D29E4FC3202} + {5A3FC4E4-B9A6-4340-D98C-2357E6F161F2} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {4D06BA32-5613-3B4F-2C5F-E01E3F8FF782} = {5A3FC4E4-B9A6-4340-D98C-2357E6F161F2} + {F676C6BE-EF99-2048-AC35-147D74A4503B} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {10D4FC0A-E378-2A68-7ECD-66BA3257C1C6} = {F676C6BE-EF99-2048-AC35-147D74A4503B} + {4A27D85E-8919-D08A-AD3A-416B462D14B2} = {F676C6BE-EF99-2048-AC35-147D74A4503B} + {D5AD4654-8DB5-F31B-789F-3A92AE0CC970} = {F676C6BE-EF99-2048-AC35-147D74A4503B} + {31A4A317-19E4-5D17-FF12-970FD2C54A2C} = {F676C6BE-EF99-2048-AC35-147D74A4503B} + {10C3695A-2BB7-8E5C-5C6A-C13844E4A8CB} = {F676C6BE-EF99-2048-AC35-147D74A4503B} + {CE55F690-6FBA-0066-39A4-27496CB92976} = {F676C6BE-EF99-2048-AC35-147D74A4503B} + {2E1694B7-C4A7-9847-E039-49313DF9CB71} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {65625694-210E-2D80-43F0-DE8E94750CD7} = {2E1694B7-C4A7-9847-E039-49313DF9CB71} + {048F72FF-6A29-42F2-BE38-FF66C84F8A0D} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {454BBA08-1E78-FF5D-E73F-CD6CA8B4C1FD} = {048F72FF-6A29-42F2-BE38-FF66C84F8A0D} + {A5E1F226-F3BB-8AF5-7BAD-0CB73295EE3B} = {048F72FF-6A29-42F2-BE38-FF66C84F8A0D} + {1116B10A-2711-EB71-37F2-7EB19A1327D1} = {048F72FF-6A29-42F2-BE38-FF66C84F8A0D} + {C0672DDC-B16F-D231-C4B5-64C737C38FC9} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {9C0C60E8-EE3D-CABC-520C-EE3FDD276E79} = {C0672DDC-B16F-D231-C4B5-64C737C38FC9} + {A82CE474-F75D-7D7C-CB66-71BFDB49B904} = {C0672DDC-B16F-D231-C4B5-64C737C38FC9} + {CC9AAEDA-5F51-BE21-B21D-9C1E1BFE4093} = {C0672DDC-B16F-D231-C4B5-64C737C38FC9} + {40118DE8-C822-7169-4783-A7D1F1DB0E70} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {C7E7BEE4-D16B-1F65-24BC-EDFB8252CBB0} = {40118DE8-C822-7169-4783-A7D1F1DB0E70} + {C5912593-EA3E-B88D-EB1A-A9A9ED826E92} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {1C4B566B-F4C3-BEFC-5D6B-78C06C3FB2B5} = {C5912593-EA3E-B88D-EB1A-A9A9ED826E92} + {9F327881-A7A8-7C82-A0C2-42B366F1CBC0} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {183FD426-D722-3EB3-E0D3-07511A324FD0} = {9F327881-A7A8-7C82-A0C2-42B366F1CBC0} + {8B7A0621-37B7-0BBA-FE50-5864BEF5C0DE} = {9F327881-A7A8-7C82-A0C2-42B366F1CBC0} + {5159617E-95EF-B862-B428-92EA175E76F7} = {9F327881-A7A8-7C82-A0C2-42B366F1CBC0} + {7C90609C-9666-9F8A-4F34-EBCCCD04E394} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {06C36F46-9094-6DDB-E82F-EBB67CE32AA6} = {7C90609C-9666-9F8A-4F34-EBCCCD04E394} + {A0819DF2-C22B-D21F-9373-4720BE4AB921} = {7C90609C-9666-9F8A-4F34-EBCCCD04E394} + {1CF962E8-F586-9614-F614-3525006085E5} = {7C90609C-9666-9F8A-4F34-EBCCCD04E394} + {A91A5DE0-926C-4F83-ABBF-4ED82A860165} = {7C90609C-9666-9F8A-4F34-EBCCCD04E394} + {3481D536-D812-CBC9-FD35-9EA53A82E45B} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {457F46B8-9964-4827-6D2A-7BC2182C25B9} = {3481D536-D812-CBC9-FD35-9EA53A82E45B} + {C222D62D-860D-3173-E327-44F1B11C01AD} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {A1910B9A-13B4-80C1-0D5E-9F4219D39F64} = {C222D62D-860D-3173-E327-44F1B11C01AD} + {F642DF98-DE82-7B4B-C0B7-4355169DEF95} = {C222D62D-860D-3173-E327-44F1B11C01AD} + {0A509945-DC35-5087-0357-E29822EFBE97} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {DCDC2597-5DC9-11C7-F06D-0BEB2667C94E} = {0A509945-DC35-5087-0357-E29822EFBE97} + {639D4986-73A4-827D-E38A-FC223BBC326A} = {0A509945-DC35-5087-0357-E29822EFBE97} + {B174AC53-2379-1370-17BF-77CF2CE8A7F1} = {0A509945-DC35-5087-0357-E29822EFBE97} + {E9CB913D-9423-57E9-C8EC-390949C673A2} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {C2250AAF-D0A9-161C-0B6B-DAA66FBDB810} = {E9CB913D-9423-57E9-C8EC-390949C673A2} + {AEE36F8D-D251-1FC0-4607-B2CDE97E6DA6} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {6AA33EF7-B2B0-5B32-372D-8EF885EBD57C} = {AEE36F8D-D251-1FC0-4607-B2CDE97E6DA6} + {93083787-EDD4-BC16-CFDB-50127FA61A48} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {83F50CD6-0EF9-2E9E-6628-F739264A00E7} = {93083787-EDD4-BC16-CFDB-50127FA61A48} + {724945CC-58CB-1E14-3153-6E252E249C78} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {68A423AD-5059-C646-A048-9834465B9052} = {724945CC-58CB-1E14-3153-6E252E249C78} + {642F0D43-6627-A431-7C19-A3378DB6FBC1} = {724945CC-58CB-1E14-3153-6E252E249C78} + {C8758702-DE05-11E2-3E3E-C26030CD0DFE} = {724945CC-58CB-1E14-3153-6E252E249C78} + {3798006F-D913-6181-C77F-FCB7DCEBA291} = {724945CC-58CB-1E14-3153-6E252E249C78} + {AECE28FD-CA65-89BC-192E-7C1BEB9D261C} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {725AAB9A-44DA-C7BA-8D27-7D7B979AFC34} = {AECE28FD-CA65-89BC-192E-7C1BEB9D261C} + {944948BA-7D06-4490-467F-D80AB3BF5AD6} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {3275458F-9EEC-8EE7-BDDC-BC077A8533A5} = {944948BA-7D06-4490-467F-D80AB3BF5AD6} + {D3D65CB8-203A-1997-0662-4EAD36294139} = {944948BA-7D06-4490-467F-D80AB3BF5AD6} + {76698F55-5DA5-444C-7BE6-173AFB62E445} = {944948BA-7D06-4490-467F-D80AB3BF5AD6} + {180E2EE7-3947-8BA3-0E79-FC58FC5C53B8} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {B5822CB3-BCCE-110C-2B54-C9874E22222B} = {180E2EE7-3947-8BA3-0E79-FC58FC5C53B8} + {F99A789C-8448-AC8D-61E6-071B53A295DD} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {E26CA855-E921-4B55-719F-FB8B3E0E4E96} = {F99A789C-8448-AC8D-61E6-071B53A295DD} + {1CD695BE-C105-EF16-BA22-EC126FE57C59} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {E8605208-5D8E-05EB-1276-3B42A7BC2138} = {1CD695BE-C105-EF16-BA22-EC126FE57C59} + {75755999-07F8-FCE1-5291-0A39D3ADE9A7} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {CF9424DA-E485-1528-7D1C-F34B4AB1BA22} = {75755999-07F8-FCE1-5291-0A39D3ADE9A7} + {83FD0E32-60C6-7942-4570-2A6F3D157013} = {75755999-07F8-FCE1-5291-0A39D3ADE9A7} + {EAE8EBC5-0150-DC89-1FCC-955E169E5981} = {75755999-07F8-FCE1-5291-0A39D3ADE9A7} + {E8C4F118-A96F-687E-3031-70F1405606BE} = {75755999-07F8-FCE1-5291-0A39D3ADE9A7} + {CCB75047-724A-2066-B57A-6B0FE1E47C25} = {75755999-07F8-FCE1-5291-0A39D3ADE9A7} + {C5B6F504-4254-E6CA-5BE2-8C4DDFC4DBBC} = {75755999-07F8-FCE1-5291-0A39D3ADE9A7} + {0EB77109-6375-59C5-4615-24218A1F0C87} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {620B78FD-A5C5-3CF8-DED2-50B7A651AF9A} = {0EB77109-6375-59C5-4615-24218A1F0C87} + {AF46588F-1B51-60C5-FC8C-2BFC2CB36159} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {C1B8B77F-7931-F4F6-DED1-5A18A0768072} = {AF46588F-1B51-60C5-FC8C-2BFC2CB36159} + {7419C96B-9DB5-AE1E-B3FD-F593A46F78B1} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {CA5E426F-8740-7E91-FC3E-C3623BCDB1D7} = {7419C96B-9DB5-AE1E-B3FD-F593A46F78B1} + {7CA3FEAB-C20E-56EA-F20F-C1059B73F519} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {3E0835E6-6E61-9E5F-5F2F-8B8D0A9D2893} = {7CA3FEAB-C20E-56EA-F20F-C1059B73F519} + {0498D742-5BC3-2D3A-D06F-28C0603AC450} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {7C0EB032-AC20-1753-E5E1-C25F55681D13} = {0498D742-5BC3-2D3A-D06F-28C0603AC450} + {81069640-BF21-F06A-742F-925AAB1DDD12} = {0498D742-5BC3-2D3A-D06F-28C0603AC450} + {00D2C9D9-9277-5354-661D-DDEE6A9E5268} = {0498D742-5BC3-2D3A-D06F-28C0603AC450} + {349E5017-00DB-1B15-C2FF-AEDF84354BF6} = {0498D742-5BC3-2D3A-D06F-28C0603AC450} + {C28A54EC-5B3B-DA51-4519-C31AEF42C8D5} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {3BA1141F-B880-1D4F-1E1C-3867FCC75C68} = {C28A54EC-5B3B-DA51-4519-C31AEF42C8D5} + {DFE96C4B-5D3A-D13A-CF68-FA6ED5CCAAF5} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {CCA7709C-6D6E-39C8-71D9-ACC62ACACA56} = {DFE96C4B-5D3A-D13A-CF68-FA6ED5CCAAF5} + {70B58008-46FF-46A7-C9F9-632CDF8FB26F} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {D592309D-2B7B-61B9-89BD-726256DA96A4} = {70B58008-46FF-46A7-C9F9-632CDF8FB26F} + {0CF7E7C1-97C4-7B45-21F3-2295A227C6B8} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {F396FAD3-C0C0-3919-CA7C-74CD0B205C5C} = {0CF7E7C1-97C4-7B45-21F3-2295A227C6B8} + {0EEB3BCD-97CF-D499-6852-89424EFD5D5C} = {0CF7E7C1-97C4-7B45-21F3-2295A227C6B8} + {7573C430-29DC-AC74-458C-48556BF70090} = {0CF7E7C1-97C4-7B45-21F3-2295A227C6B8} + {C1629250-8607-EB02-B8EF-D37086163594} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {5C1469F1-614B-C99F-06A3-DBF0AD55CBE6} = {C1629250-8607-EB02-B8EF-D37086163594} + {97FE6C70-0D08-20A0-667D-D7870BCE62AF} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {5BF4C962-E879-7A38-7E5F-A438D9313EB2} = {97FE6C70-0D08-20A0-667D-D7870BCE62AF} + {9E9B3680-D0FC-61FA-95CD-9A380C43FFA1} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {8F11700F-2472-05BF-3B62-97C34C9CD318} = {9E9B3680-D0FC-61FA-95CD-9A380C43FFA1} + {03D7B60B-C3E2-7C26-5B87-38878CECEA1A} = {9E9B3680-D0FC-61FA-95CD-9A380C43FFA1} + {5E28CD33-1EED-D73F-F545-E983864DC0EB} = {9E9B3680-D0FC-61FA-95CD-9A380C43FFA1} + {E25CE301-4FAC-E968-25B9-8A788588A9C4} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {B7662973-DFD2-C7B1-07EF-BCA119C1A7E8} = {E25CE301-4FAC-E968-25B9-8A788588A9C4} + {F8321729-1FD4-F6B8-3DBF-D9D1730274A0} = {E25CE301-4FAC-E968-25B9-8A788588A9C4} + {85C7B2D5-AB8D-742A-1796-7368C52036E8} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {FA015BB4-5746-1464-80D1-16C269073D6E} = {85C7B2D5-AB8D-742A-1796-7368C52036E8} + {6C8DB478-17EE-DE5D-55C0-1AB10E8C965E} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {6CECF5B5-CFB1-DDA7-D341-3509F69941C9} = {6C8DB478-17EE-DE5D-55C0-1AB10E8C965E} + {DEF748A1-567E-F10E-3E4B-18847405DA02} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {9600F034-0BC8-782A-4C18-AF37DD363D97} = {DEF748A1-567E-F10E-3E4B-18847405DA02} + {CE721B8A-8621-E5DD-4A31-EBBC15E413BC} = {DEF748A1-567E-F10E-3E4B-18847405DA02} + {1CA26F6F-69E1-071C-8A13-926888D80A1A} = {DEF748A1-567E-F10E-3E4B-18847405DA02} + {557B3A30-8BBC-2B1B-9D2B-BE32A53996EA} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {54299340-E1EC-C0F0-9DE0-0CB186C058B6} = {557B3A30-8BBC-2B1B-9D2B-BE32A53996EA} + {0F32C134-352E-3906-1887-A88211C630DC} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {7602B90E-FB44-662B-339F-1CE7FE70C82F} = {0F32C134-352E-3906-1887-A88211C630DC} + {E419E344-2134-DFD0-CB2A-2CD9E6A087B2} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} + {0F54DC42-BE24-3025-FEA9-67A67572BD6D} = {E419E344-2134-DFD0-CB2A-2CD9E6A087B2} + {E999BD39-89B5-5501-3AE1-1401A780029A} = {07C2787E-EAC7-C090-1BA3-A61EC2A24D84} + {A056B1E5-34CF-8105-48BB-B81FA266BF46} = {E999BD39-89B5-5501-3AE1-1401A780029A} + {E0C2D635-5672-7815-D919-EAACDF4663C9} = {E999BD39-89B5-5501-3AE1-1401A780029A} + {3645E3F6-C8F1-0B6E-C9F0-377C2E915277} = {E999BD39-89B5-5501-3AE1-1401A780029A} + {D6D7B067-99F5-F336-48C8-13B0EA2EDE87} = {E999BD39-89B5-5501-3AE1-1401A780029A} + {1C6BC2A9-EC45-D292-C166-5AE80C88DB75} = {07C2787E-EAC7-C090-1BA3-A61EC2A24D84} + {9FEDBF46-234B-C3CF-5527-9FFCCAB72344} = {1C6BC2A9-EC45-D292-C166-5AE80C88DB75} + {6C7BA1F9-1290-BB83-66B7-5EB59E46829B} = {1C6BC2A9-EC45-D292-C166-5AE80C88DB75} + {7D887716-E3BD-245E-7CA4-D332C44E895A} = {07C2787E-EAC7-C090-1BA3-A61EC2A24D84} + {890D0D24-84D2-0836-D624-BA75DE8FD449} = {7D887716-E3BD-245E-7CA4-D332C44E895A} + {41B3C02B-D39A-1D84-9F8E-0CBAC1F72CD6} = {7D887716-E3BD-245E-7CA4-D332C44E895A} + {A2E469C0-51E5-3D9D-95E2-F70687616C40} = {07C2787E-EAC7-C090-1BA3-A61EC2A24D84} + {871B4E1E-6168-A69B-99BB-ED439FA4AFFA} = {A2E469C0-51E5-3D9D-95E2-F70687616C40} + {8F233293-B2A6-77F0-DAD5-32D2776BEB8A} = {A2E469C0-51E5-3D9D-95E2-F70687616C40} + {783050FB-C4F4-113C-A10A-721FB5D966FA} = {07C2787E-EAC7-C090-1BA3-A61EC2A24D84} + {126E1986-A4AE-7AB6-C9F8-A7EBD22F9932} = {783050FB-C4F4-113C-A10A-721FB5D966FA} + {6167A308-A21B-EA9A-C86E-5E34199B5410} = {783050FB-C4F4-113C-A10A-721FB5D966FA} + {A9C883AC-600C-47C6-B9FB-B9ED56822473} = {783050FB-C4F4-113C-A10A-721FB5D966FA} + {0382F2D8-6481-8FFF-FDC7-61E93817A43A} = {07C2787E-EAC7-C090-1BA3-A61EC2A24D84} + {EAA91373-6603-0601-139D-D1A39353067A} = {0382F2D8-6481-8FFF-FDC7-61E93817A43A} + {AE45A640-B111-BEAC-EE72-34E5C679F3C0} = {0382F2D8-6481-8FFF-FDC7-61E93817A43A} + {EA27412F-2712-41D2-FF87-9A2C95A38B92} = {07C2787E-EAC7-C090-1BA3-A61EC2A24D84} + {8F2FE934-08C2-CD50-F5A5-7804D783BEB2} = {EA27412F-2712-41D2-FF87-9A2C95A38B92} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {ED82C41D-AC7B-4B1E-8474-60C79924A641} + EndGlobalSection +EndGlobal diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiDiagnosticOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiDiagnosticOperations.cs index 2a8533f06e54..bf66f37b7fc8 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiDiagnosticOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiDiagnosticOperations.cs @@ -45,7 +45,7 @@ internal ApiDiagnosticOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -86,7 +86,17 @@ internal ApiDiagnosticOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -130,7 +140,13 @@ internal ApiDiagnosticOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -299,7 +315,7 @@ internal ApiDiagnosticOperations (ApiManagementClient client) /// by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -340,7 +356,17 @@ internal ApiDiagnosticOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -403,7 +429,13 @@ internal ApiDiagnosticOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -559,7 +591,7 @@ internal ApiDiagnosticOperations (ApiManagementClient client) /// Gets the details of the Diagnostic for an API specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -603,7 +635,17 @@ internal ApiDiagnosticOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -666,7 +708,13 @@ internal ApiDiagnosticOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -840,7 +888,7 @@ internal ApiDiagnosticOperations (ApiManagementClient client) /// Creates a new Diagnostic for an API or updates an existing one. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -899,7 +947,17 @@ internal ApiDiagnosticOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -963,7 +1021,13 @@ internal ApiDiagnosticOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1172,7 +1236,7 @@ internal ApiDiagnosticOperations (ApiManagementClient client) /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1228,7 +1292,17 @@ internal ApiDiagnosticOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1296,7 +1370,13 @@ internal ApiDiagnosticOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1486,7 +1566,7 @@ internal ApiDiagnosticOperations (ApiManagementClient client) /// Deletes the specified Diagnostic from an API. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1532,7 +1612,17 @@ internal ApiDiagnosticOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1600,7 +1690,13 @@ internal ApiDiagnosticOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiDiagnosticOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiDiagnosticOperationsExtensions.cs index a21e64688372..500453042a0e 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiDiagnosticOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiDiagnosticOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class ApiDiagnosticOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -46,7 +46,7 @@ public static partial class ApiDiagnosticOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -73,7 +73,7 @@ public static partial class ApiDiagnosticOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -99,7 +99,7 @@ public static bool GetEntityTag(this IApiDiagnosticOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -129,7 +129,7 @@ public static bool GetEntityTag(this IApiDiagnosticOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -154,7 +154,7 @@ public static DiagnosticContract Get(this IApiDiagnosticOperations operations, s /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -184,7 +184,7 @@ public static DiagnosticContract Get(this IApiDiagnosticOperations operations, s /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -213,7 +213,7 @@ public static DiagnosticContract Get(this IApiDiagnosticOperations operations, s /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -248,7 +248,7 @@ public static DiagnosticContract Get(this IApiDiagnosticOperations operations, s /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -279,7 +279,7 @@ public static DiagnosticContract Update(this IApiDiagnosticOperations operations /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -314,7 +314,7 @@ public static DiagnosticContract Update(this IApiDiagnosticOperations operations /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -344,7 +344,7 @@ public static void Delete(this IApiDiagnosticOperations operations, string resou /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiExportOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiExportOperations.cs index a22f01984d54..19c556f8b0a7 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiExportOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiExportOperations.cs @@ -43,7 +43,7 @@ internal ApiExportOperations (ApiManagementClient client) /// specified to the Storage Blob with SAS Key valid for 5 minutes. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -88,7 +88,17 @@ internal ApiExportOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -142,7 +152,13 @@ internal ApiExportOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiExportOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiExportOperationsExtensions.cs index 16cf0a2aa1b3..11182cdb4e5e 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiExportOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiExportOperationsExtensions.cs @@ -20,7 +20,7 @@ public static partial class ApiExportOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -47,7 +47,7 @@ public static ApiExportResult Get(this IApiExportOperations operations, string r /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiIssueAttachmentOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiIssueAttachmentOperations.cs index 693a5625125f..8fbf93498c46 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiIssueAttachmentOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiIssueAttachmentOperations.cs @@ -45,7 +45,7 @@ internal ApiIssueAttachmentOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -90,7 +90,17 @@ internal ApiIssueAttachmentOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -153,7 +163,13 @@ internal ApiIssueAttachmentOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -324,7 +340,7 @@ internal ApiIssueAttachmentOperations (ApiManagementClient client) /// specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -368,7 +384,17 @@ internal ApiIssueAttachmentOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -450,7 +476,13 @@ internal ApiIssueAttachmentOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -609,7 +641,7 @@ internal ApiIssueAttachmentOperations (ApiManagementClient client) /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -656,7 +688,17 @@ internal ApiIssueAttachmentOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -738,7 +780,13 @@ internal ApiIssueAttachmentOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -915,7 +963,7 @@ internal ApiIssueAttachmentOperations (ApiManagementClient client) /// one. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -974,7 +1022,17 @@ internal ApiIssueAttachmentOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1057,7 +1115,13 @@ internal ApiIssueAttachmentOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1267,7 +1331,7 @@ internal ApiIssueAttachmentOperations (ApiManagementClient client) /// Deletes the specified comment from an Issue. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1316,7 +1380,17 @@ internal ApiIssueAttachmentOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1403,7 +1477,13 @@ internal ApiIssueAttachmentOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiIssueAttachmentOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiIssueAttachmentOperationsExtensions.cs index 1908069106b0..e04cc5d12a51 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiIssueAttachmentOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiIssueAttachmentOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class ApiIssueAttachmentOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -50,7 +50,7 @@ public static partial class ApiIssueAttachmentOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -81,7 +81,7 @@ public static partial class ApiIssueAttachmentOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -110,7 +110,7 @@ public static bool GetEntityTag(this IApiIssueAttachmentOperations operations, s /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -144,7 +144,7 @@ public static bool GetEntityTag(this IApiIssueAttachmentOperations operations, s /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -173,7 +173,7 @@ public static IssueAttachmentContract Get(this IApiIssueAttachmentOperations ope /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -207,7 +207,7 @@ public static IssueAttachmentContract Get(this IApiIssueAttachmentOperations ope /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -240,7 +240,7 @@ public static IssueAttachmentContract Get(this IApiIssueAttachmentOperations ope /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -277,7 +277,7 @@ public static IssueAttachmentContract Get(this IApiIssueAttachmentOperations ope /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -310,7 +310,7 @@ public static void Delete(this IApiIssueAttachmentOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiIssueCommentOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiIssueCommentOperations.cs index 02ba7645c19f..d62efafd590c 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiIssueCommentOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiIssueCommentOperations.cs @@ -45,7 +45,7 @@ internal ApiIssueCommentOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -90,7 +90,17 @@ internal ApiIssueCommentOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -153,7 +163,13 @@ internal ApiIssueCommentOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -324,7 +340,7 @@ internal ApiIssueCommentOperations (ApiManagementClient client) /// specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -368,7 +384,17 @@ internal ApiIssueCommentOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -450,7 +476,13 @@ internal ApiIssueCommentOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -609,7 +641,7 @@ internal ApiIssueCommentOperations (ApiManagementClient client) /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -656,7 +688,17 @@ internal ApiIssueCommentOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -738,7 +780,13 @@ internal ApiIssueCommentOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -914,7 +962,7 @@ internal ApiIssueCommentOperations (ApiManagementClient client) /// Creates a new Comment for the Issue in an API or updates an existing one. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -973,7 +1021,17 @@ internal ApiIssueCommentOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1056,7 +1114,13 @@ internal ApiIssueCommentOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1266,7 +1330,7 @@ internal ApiIssueCommentOperations (ApiManagementClient client) /// Deletes the specified comment from an Issue. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1315,7 +1379,17 @@ internal ApiIssueCommentOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1402,7 +1476,13 @@ internal ApiIssueCommentOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiIssueCommentOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiIssueCommentOperationsExtensions.cs index e8bd068f6a46..179cb95816ae 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiIssueCommentOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiIssueCommentOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class ApiIssueCommentOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -50,7 +50,7 @@ public static partial class ApiIssueCommentOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -81,7 +81,7 @@ public static partial class ApiIssueCommentOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -110,7 +110,7 @@ public static bool GetEntityTag(this IApiIssueCommentOperations operations, stri /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -144,7 +144,7 @@ public static bool GetEntityTag(this IApiIssueCommentOperations operations, stri /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -173,7 +173,7 @@ public static IssueCommentContract Get(this IApiIssueCommentOperations operation /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -206,7 +206,7 @@ public static IssueCommentContract Get(this IApiIssueCommentOperations operation /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -238,7 +238,7 @@ public static IssueCommentContract Get(this IApiIssueCommentOperations operation /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -275,7 +275,7 @@ public static IssueCommentContract Get(this IApiIssueCommentOperations operation /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -308,7 +308,7 @@ public static void Delete(this IApiIssueCommentOperations operations, string res /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiIssueOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiIssueOperations.cs index 1abaedee7830..df928d0dc827 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiIssueOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiIssueOperations.cs @@ -45,7 +45,7 @@ internal ApiIssueOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -89,7 +89,17 @@ internal ApiIssueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -134,7 +144,13 @@ internal ApiIssueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -308,7 +324,7 @@ internal ApiIssueOperations (ApiManagementClient client) /// its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -349,7 +365,17 @@ internal ApiIssueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -412,7 +438,13 @@ internal ApiIssueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -568,7 +600,7 @@ internal ApiIssueOperations (ApiManagementClient client) /// Gets the details of the Issue for an API specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -615,7 +647,17 @@ internal ApiIssueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -679,7 +721,13 @@ internal ApiIssueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -858,7 +906,7 @@ internal ApiIssueOperations (ApiManagementClient client) /// Creates a new Issue for an API or updates an existing one. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -914,7 +962,17 @@ internal ApiIssueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -978,7 +1036,13 @@ internal ApiIssueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1186,7 +1250,7 @@ internal ApiIssueOperations (ApiManagementClient client) /// Updates an existing issue for an API. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1242,7 +1306,17 @@ internal ApiIssueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1310,7 +1384,13 @@ internal ApiIssueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1500,7 +1580,7 @@ internal ApiIssueOperations (ApiManagementClient client) /// Deletes the specified Issue from an API. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1546,7 +1626,17 @@ internal ApiIssueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1614,7 +1704,13 @@ internal ApiIssueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiIssueOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiIssueOperationsExtensions.cs index a7ba17a6c60d..067780fbf8b5 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiIssueOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiIssueOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class ApiIssueOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -49,7 +49,7 @@ public static partial class ApiIssueOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -79,7 +79,7 @@ public static partial class ApiIssueOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -105,7 +105,7 @@ public static bool GetEntityTag(this IApiIssueOperations operations, string reso /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -135,7 +135,7 @@ public static bool GetEntityTag(this IApiIssueOperations operations, string reso /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -163,7 +163,7 @@ public static bool GetEntityTag(this IApiIssueOperations operations, string reso /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -196,7 +196,7 @@ public static bool GetEntityTag(this IApiIssueOperations operations, string reso /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -225,7 +225,7 @@ public static bool GetEntityTag(this IApiIssueOperations operations, string reso /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -259,7 +259,7 @@ public static bool GetEntityTag(this IApiIssueOperations operations, string reso /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -289,7 +289,7 @@ public static IssueContract Update(this IApiIssueOperations operations, string r /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -324,7 +324,7 @@ public static IssueContract Update(this IApiIssueOperations operations, string r /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -354,7 +354,7 @@ public static void Delete(this IApiIssueOperations operations, string resourceGr /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementClient.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementClient.cs index 7795dfc45381..80bee7975256 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementClient.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementClient.cs @@ -40,9 +40,7 @@ public partial class ApiManagementClient : Microsoft.Rest.ServiceClient - /// Subscription credentials which uniquely identify Microsoft Azure - /// subscription. The subscription ID forms part of the URI for every service - /// call. + /// The ID of the target subscription. /// public string SubscriptionId { get; set;} @@ -89,6 +87,14 @@ public partial class ApiManagementClient : Microsoft.Rest.ServiceClient public virtual ITagOperations Tag { get; private set; } /// + /// Gets the IGraphQlApiResolverOperations + /// + public virtual IGraphQlApiResolverOperations GraphQlApiResolver { get; private set; } + /// + /// Gets the IGraphQlApiResolverPolicyOperations + /// + public virtual IGraphQlApiResolverPolicyOperations GraphQlApiResolverPolicy { get; private set; } + /// /// Gets the IApiProductOperations /// public virtual IApiProductOperations ApiProduct { get; private set; } @@ -125,6 +131,14 @@ public partial class ApiManagementClient : Microsoft.Rest.ServiceClient public virtual IOperationOperations Operation { get; private set; } /// + /// Gets the IApiWikiOperations + /// + public virtual IApiWikiOperations ApiWiki { get; private set; } + /// + /// Gets the IApiWikisOperations + /// + public virtual IApiWikisOperations ApiWikis { get; private set; } + /// /// Gets the IApiExportOperations /// public virtual IApiExportOperations ApiExport { get; private set; } @@ -297,6 +311,14 @@ public partial class ApiManagementClient : Microsoft.Rest.ServiceClient public virtual IProductPolicyOperations ProductPolicy { get; private set; } /// + /// Gets the IProductWikiOperations + /// + public virtual IProductWikiOperations ProductWiki { get; private set; } + /// + /// Gets the IProductWikisOperations + /// + public virtual IProductWikisOperations ProductWikis { get; private set; } + /// /// Gets the IQuotaByCounterKeysOperations /// public virtual IQuotaByCounterKeysOperations QuotaByCounterKeys { get; private set; } @@ -568,6 +590,9 @@ public ApiManagementClient(System.Uri baseUri, Microsoft.Rest.ServiceClientCrede /// /// Optional. The http client handler used to handle http transport. /// + /// + /// Optional. The delegating handlers to add to the http client pipeline. + /// /// /// Thrown when a required parameter is null /// @@ -605,6 +630,8 @@ private void Initialize() this.ApiOperation = new ApiOperationOperations(this); this.ApiOperationPolicy = new ApiOperationPolicyOperations(this); this.Tag = new TagOperations(this); + this.GraphQlApiResolver = new GraphQlApiResolverOperations(this); + this.GraphQlApiResolverPolicy = new GraphQlApiResolverPolicyOperations(this); this.ApiProduct = new ApiProductOperations(this); this.ApiPolicy = new ApiPolicyOperations(this); this.ApiSchema = new ApiSchemaOperations(this); @@ -614,6 +641,8 @@ private void Initialize() this.ApiIssueAttachment = new ApiIssueAttachmentOperations(this); this.ApiTagDescription = new ApiTagDescriptionOperations(this); this.Operation = new OperationOperations(this); + this.ApiWiki = new ApiWikiOperations(this); + this.ApiWikis = new ApiWikisOperations(this); this.ApiExport = new ApiExportOperations(this); this.ApiVersionSet = new ApiVersionSetOperations(this); this.AuthorizationServer = new AuthorizationServerOperations(this); @@ -657,6 +686,8 @@ private void Initialize() this.ProductGroup = new ProductGroupOperations(this); this.ProductSubscriptions = new ProductSubscriptionsOperations(this); this.ProductPolicy = new ProductPolicyOperations(this); + this.ProductWiki = new ProductWikiOperations(this); + this.ProductWikis = new ProductWikisOperations(this); this.QuotaByCounterKeys = new QuotaByCounterKeysOperations(this); this.QuotaByPeriodKeys = new QuotaByPeriodKeysOperations(this); this.Region = new RegionOperations(this); @@ -675,7 +706,7 @@ private void Initialize() this.UserIdentities = new UserIdentitiesOperations(this); this.UserConfirmationPassword = new UserConfirmationPasswordOperations(this); this.BaseUri = new System.Uri("https://management.azure.com"); - this.ApiVersion = "2021-08-01"; + this.ApiVersion = "2022-08-01"; this.AcceptLanguage = "en-US"; this.LongRunningOperationRetryTimeout = 30; this.GenerateClientRequestId = true; @@ -715,7 +746,7 @@ private void Initialize() /// errors encountered while trying to establish it. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -742,7 +773,7 @@ private void Initialize() /// errors encountered while trying to establish it. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -789,7 +820,17 @@ private void Initialize() { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -818,7 +859,13 @@ private void Initialize() { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.SubscriptionId"); } - + if (this.SubscriptionId != null) + { + if (this.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementClientExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementClientExtensions.cs index 1d63924bfb8c..e37bad262d69 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementClientExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementClientExtensions.cs @@ -21,7 +21,7 @@ public static partial class ApiManagementClientExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -40,7 +40,7 @@ public static ConnectivityCheckResponse PerformConnectivityCheckAsync(this IApiM /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -64,7 +64,7 @@ public static ConnectivityCheckResponse PerformConnectivityCheckAsync(this IApiM /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -83,7 +83,7 @@ public static ConnectivityCheckResponse BeginPerformConnectivityCheckAsync(this /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementServiceOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementServiceOperations.cs index fbdaea8ada42..28c581c56b9d 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementServiceOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementServiceOperations.cs @@ -44,7 +44,7 @@ internal ApiManagementServiceOperations (ApiManagementClient client) /// long running operation and could take several minutes to complete. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -59,10 +59,10 @@ internal ApiManagementServiceOperations (ApiManagementClient client) /// /// The cancellation token. /// - public async System.Threading.Tasks.Task> RestoreWithHttpMessagesAsync(string resourceGroupName, string serviceName, ApiManagementServiceBackupRestoreParameters parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> RestoreWithHttpMessagesAsync(string resourceGroupName, string serviceName, ApiManagementServiceBackupRestoreParameters parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { // Send Request - Microsoft.Rest.Azure.AzureOperationResponse _response = await BeginRestoreWithHttpMessagesAsync(resourceGroupName, serviceName, parameters, customHeaders, cancellationToken).ConfigureAwait(false); + Microsoft.Rest.Azure.AzureOperationResponse _response = await BeginRestoreWithHttpMessagesAsync(resourceGroupName, serviceName, parameters, customHeaders, cancellationToken).ConfigureAwait(false); return await this.Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); } @@ -72,7 +72,7 @@ internal ApiManagementServiceOperations (ApiManagementClient client) /// complete. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -86,10 +86,10 @@ internal ApiManagementServiceOperations (ApiManagementClient client) /// /// The cancellation token. /// - public async System.Threading.Tasks.Task> BackupWithHttpMessagesAsync(string resourceGroupName, string serviceName, ApiManagementServiceBackupRestoreParameters parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> BackupWithHttpMessagesAsync(string resourceGroupName, string serviceName, ApiManagementServiceBackupRestoreParameters parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { // Send Request - Microsoft.Rest.Azure.AzureOperationResponse _response = await BeginBackupWithHttpMessagesAsync(resourceGroupName, serviceName, parameters, customHeaders, cancellationToken).ConfigureAwait(false); + Microsoft.Rest.Azure.AzureOperationResponse _response = await BeginBackupWithHttpMessagesAsync(resourceGroupName, serviceName, parameters, customHeaders, cancellationToken).ConfigureAwait(false); return await this.Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); } @@ -98,7 +98,7 @@ internal ApiManagementServiceOperations (ApiManagementClient client) /// operation and could take several minutes to complete. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -123,7 +123,7 @@ internal ApiManagementServiceOperations (ApiManagementClient client) /// Updates an existing API Management service. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -148,7 +148,7 @@ internal ApiManagementServiceOperations (ApiManagementClient client) /// Gets an API Management service resource description. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -184,7 +184,17 @@ internal ApiManagementServiceOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -213,7 +223,13 @@ internal ApiManagementServiceOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -370,7 +386,7 @@ internal ApiManagementServiceOperations (ApiManagementClient client) /// Deletes an existing API Management service. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -388,11 +404,35 @@ internal ApiManagementServiceOperations (ApiManagementClient client) return await this.Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); } + /// + /// Upgrades an API Management service to the Stv2 platform. For details refer + /// to https://aka.ms/apim-migrate-stv2. This change is not reversible. This is + /// long running operation and could take several minutes to complete. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async System.Threading.Tasks.Task> MigrateToStv2WithHttpMessagesAsync(string resourceGroupName, string serviceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + // Send Request + Microsoft.Rest.Azure.AzureOperationResponse _response = await BeginMigrateToStv2WithHttpMessagesAsync(resourceGroupName, serviceName, customHeaders, cancellationToken).ConfigureAwait(false); + return await this.Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + /// /// List all API Management services within a resource group. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// Headers that will be added to request. @@ -425,7 +465,17 @@ internal ApiManagementServiceOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (this.Client.ApiVersion == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); @@ -435,7 +485,13 @@ internal ApiManagementServiceOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -625,7 +681,13 @@ internal ApiManagementServiceOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -779,7 +841,7 @@ internal ApiManagementServiceOperations (ApiManagementClient client) /// for 5 Minutes. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -815,7 +877,17 @@ internal ApiManagementServiceOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -844,7 +916,13 @@ internal ApiManagementServiceOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1048,7 +1126,13 @@ internal ApiManagementServiceOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1243,7 +1327,13 @@ internal ApiManagementServiceOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1397,7 +1487,7 @@ internal ApiManagementServiceOperations (ApiManagementClient client) /// to pick the updated DNS changes. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1414,10 +1504,10 @@ internal ApiManagementServiceOperations (ApiManagementClient client) /// /// The cancellation token. /// - public async System.Threading.Tasks.Task> ApplyNetworkConfigurationUpdatesWithHttpMessagesAsync(string resourceGroupName, string serviceName, ApiManagementServiceApplyNetworkConfigurationParameters parameters = default(ApiManagementServiceApplyNetworkConfigurationParameters), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> ApplyNetworkConfigurationUpdatesWithHttpMessagesAsync(string resourceGroupName, string serviceName, ApiManagementServiceApplyNetworkConfigurationParameters parameters = default(ApiManagementServiceApplyNetworkConfigurationParameters), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { // Send Request - Microsoft.Rest.Azure.AzureOperationResponse _response = await BeginApplyNetworkConfigurationUpdatesWithHttpMessagesAsync(resourceGroupName, serviceName, parameters, customHeaders, cancellationToken).ConfigureAwait(false); + Microsoft.Rest.Azure.AzureOperationResponse _response = await BeginApplyNetworkConfigurationUpdatesWithHttpMessagesAsync(resourceGroupName, serviceName, parameters, customHeaders, cancellationToken).ConfigureAwait(false); return await this.Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); } @@ -1427,7 +1517,7 @@ internal ApiManagementServiceOperations (ApiManagementClient client) /// long running operation and could take several minutes to complete. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1457,7 +1547,7 @@ internal ApiManagementServiceOperations (ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async System.Threading.Tasks.Task> BeginRestoreWithHttpMessagesAsync(string resourceGroupName, string serviceName, ApiManagementServiceBackupRestoreParameters parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> BeginRestoreWithHttpMessagesAsync(string resourceGroupName, string serviceName, ApiManagementServiceBackupRestoreParameters parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { @@ -1475,7 +1565,17 @@ internal ApiManagementServiceOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1504,7 +1604,13 @@ internal ApiManagementServiceOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1627,7 +1733,7 @@ internal ApiManagementServiceOperations (ApiManagementClient client) throw ex; } // Create Result - var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; @@ -1653,6 +1759,19 @@ internal ApiManagementServiceOperations (ApiManagementClient client) throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); } } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(Newtonsoft.Json.JsonSerializer.Create(this.Client.DeserializationSettings)); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); @@ -1670,7 +1789,7 @@ internal ApiManagementServiceOperations (ApiManagementClient client) /// complete. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1699,7 +1818,7 @@ internal ApiManagementServiceOperations (ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async System.Threading.Tasks.Task> BeginBackupWithHttpMessagesAsync(string resourceGroupName, string serviceName, ApiManagementServiceBackupRestoreParameters parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> BeginBackupWithHttpMessagesAsync(string resourceGroupName, string serviceName, ApiManagementServiceBackupRestoreParameters parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { @@ -1717,7 +1836,17 @@ internal ApiManagementServiceOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1746,7 +1875,13 @@ internal ApiManagementServiceOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1869,7 +2004,7 @@ internal ApiManagementServiceOperations (ApiManagementClient client) throw ex; } // Create Result - var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; @@ -1895,6 +2030,19 @@ internal ApiManagementServiceOperations (ApiManagementClient client) throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); } } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(Newtonsoft.Json.JsonSerializer.Create(this.Client.DeserializationSettings)); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); @@ -1911,7 +2059,7 @@ internal ApiManagementServiceOperations (ApiManagementClient client) /// operation and could take several minutes to complete. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1958,7 +2106,17 @@ internal ApiManagementServiceOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1987,7 +2145,13 @@ internal ApiManagementServiceOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2080,7 +2244,7 @@ internal ApiManagementServiceOperations (ApiManagementClient client) cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -2169,7 +2333,7 @@ internal ApiManagementServiceOperations (ApiManagementClient client) /// Updates an existing API Management service. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -2212,7 +2376,17 @@ internal ApiManagementServiceOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -2241,7 +2415,13 @@ internal ApiManagementServiceOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2405,7 +2585,7 @@ internal ApiManagementServiceOperations (ApiManagementClient client) /// Deletes an existing API Management service. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -2441,7 +2621,17 @@ internal ApiManagementServiceOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -2470,7 +2660,13 @@ internal ApiManagementServiceOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2622,13 +2818,266 @@ internal ApiManagementServiceOperations (ApiManagementClient client) + } + /// + /// Upgrades an API Management service to the Stv2 platform. For details refer + /// to https://aka.ms/apim-migrate-stv2. This change is not reversible. This is + /// long running operation and could take several minutes to complete. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> BeginMigrateToStv2WithHttpMessagesAsync(string resourceGroupName, string serviceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (serviceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "BeginMigrateToStv2", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/migrateToStv2").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("POST"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200 && (int)_statusCode != 202) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(Newtonsoft.Json.JsonSerializer.Create(this.Client.DeserializationSettings)); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + } /// /// Updates the Microsoft.ApiManagement resource running in the Virtual network /// to pick the updated DNS changes. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -2660,7 +3109,7 @@ internal ApiManagementServiceOperations (ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async System.Threading.Tasks.Task> BeginApplyNetworkConfigurationUpdatesWithHttpMessagesAsync(string resourceGroupName, string serviceName, ApiManagementServiceApplyNetworkConfigurationParameters parameters = default(ApiManagementServiceApplyNetworkConfigurationParameters), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> BeginApplyNetworkConfigurationUpdatesWithHttpMessagesAsync(string resourceGroupName, string serviceName, ApiManagementServiceApplyNetworkConfigurationParameters parameters = default(ApiManagementServiceApplyNetworkConfigurationParameters), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { @@ -2671,7 +3120,17 @@ internal ApiManagementServiceOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -2700,7 +3159,13 @@ internal ApiManagementServiceOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2823,7 +3288,7 @@ internal ApiManagementServiceOperations (ApiManagementClient client) throw ex; } // Create Result - var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; @@ -2849,6 +3314,19 @@ internal ApiManagementServiceOperations (ApiManagementClient client) throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); } } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(Newtonsoft.Json.JsonSerializer.Create(this.Client.DeserializationSettings)); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementServiceOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementServiceOperationsExtensions.cs index d6c437cdd901..09e1ceb1914f 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementServiceOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementServiceOperationsExtensions.cs @@ -21,7 +21,7 @@ public static partial class ApiManagementServiceOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -40,7 +40,7 @@ public static ApiManagementServiceResource Restore(this IApiManagementServiceOpe /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -64,7 +64,7 @@ public static ApiManagementServiceResource Restore(this IApiManagementServiceOpe /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -83,7 +83,7 @@ public static ApiManagementServiceResource Backup(this IApiManagementServiceOper /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -106,7 +106,7 @@ public static ApiManagementServiceResource Backup(this IApiManagementServiceOper /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -124,7 +124,7 @@ public static ApiManagementServiceResource CreateOrUpdate(this IApiManagementSer /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -146,7 +146,7 @@ public static ApiManagementServiceResource CreateOrUpdate(this IApiManagementSer /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -163,7 +163,7 @@ public static ApiManagementServiceResource Update(this IApiManagementServiceOper /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -185,7 +185,7 @@ public static ApiManagementServiceResource Update(this IApiManagementServiceOper /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -202,7 +202,7 @@ public static ApiManagementServiceResource Get(this IApiManagementServiceOperati /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -224,7 +224,7 @@ public static ApiManagementServiceResource Get(this IApiManagementServiceOperati /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -241,7 +241,7 @@ public static ApiManagementServiceResource Delete(this IApiManagementServiceOper /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -257,13 +257,56 @@ public static ApiManagementServiceResource Delete(this IApiManagementServiceOper } } /// + /// Upgrades an API Management service to the Stv2 platform. For details refer + /// to https://aka.ms/apim-migrate-stv2. This change is not reversible. This is + /// long running operation and could take several minutes to complete. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + public static ApiManagementServiceResource MigrateToStv2(this IApiManagementServiceOperations operations, string resourceGroupName, string serviceName) + { + return ((IApiManagementServiceOperations)operations).MigrateToStv2Async(resourceGroupName, serviceName).GetAwaiter().GetResult(); + } + + /// + /// Upgrades an API Management service to the Stv2 platform. For details refer + /// to https://aka.ms/apim-migrate-stv2. This change is not reversible. This is + /// long running operation and could take several minutes to complete. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task MigrateToStv2Async(this IApiManagementServiceOperations operations, string resourceGroupName, string serviceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.MigrateToStv2WithHttpMessagesAsync(resourceGroupName, serviceName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// /// List all API Management services within a resource group. /// /// /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// public static Microsoft.Rest.Azure.IPage ListByResourceGroup(this IApiManagementServiceOperations operations, string resourceGroupName) { @@ -277,7 +320,7 @@ public static Microsoft.Rest.Azure.IPage ListByRes /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The cancellation token. @@ -324,7 +367,7 @@ public static Microsoft.Rest.Azure.IPage List(this /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -342,7 +385,7 @@ public static ApiManagementServiceGetSsoTokenResult GetSsoToken(this IApiManagem /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -421,7 +464,7 @@ public static ApiManagementServiceGetDomainOwnershipIdentifierResult GetDomainOw /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -439,7 +482,7 @@ public static ApiManagementServiceGetDomainOwnershipIdentifierResult GetDomainOw /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -463,7 +506,7 @@ public static ApiManagementServiceGetDomainOwnershipIdentifierResult GetDomainOw /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -482,7 +525,7 @@ public static ApiManagementServiceResource BeginRestore(this IApiManagementServi /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -506,7 +549,7 @@ public static ApiManagementServiceResource BeginRestore(this IApiManagementServi /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -525,7 +568,7 @@ public static ApiManagementServiceResource BeginBackup(this IApiManagementServic /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -548,7 +591,7 @@ public static ApiManagementServiceResource BeginBackup(this IApiManagementServic /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -566,7 +609,7 @@ public static ApiManagementServiceResource BeginCreateOrUpdate(this IApiManageme /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -588,7 +631,7 @@ public static ApiManagementServiceResource BeginCreateOrUpdate(this IApiManageme /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -605,7 +648,7 @@ public static ApiManagementServiceResource BeginUpdate(this IApiManagementServic /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -627,7 +670,7 @@ public static ApiManagementServiceResource BeginUpdate(this IApiManagementServic /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -644,7 +687,7 @@ public static ApiManagementServiceResource BeginDelete(this IApiManagementServic /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -660,6 +703,49 @@ public static ApiManagementServiceResource BeginDelete(this IApiManagementServic } } /// + /// Upgrades an API Management service to the Stv2 platform. For details refer + /// to https://aka.ms/apim-migrate-stv2. This change is not reversible. This is + /// long running operation and could take several minutes to complete. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + public static ApiManagementServiceResource BeginMigrateToStv2(this IApiManagementServiceOperations operations, string resourceGroupName, string serviceName) + { + return ((IApiManagementServiceOperations)operations).BeginMigrateToStv2Async(resourceGroupName, serviceName).GetAwaiter().GetResult(); + } + + /// + /// Upgrades an API Management service to the Stv2 platform. For details refer + /// to https://aka.ms/apim-migrate-stv2. This change is not reversible. This is + /// long running operation and could take several minutes to complete. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task BeginMigrateToStv2Async(this IApiManagementServiceOperations operations, string resourceGroupName, string serviceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.BeginMigrateToStv2WithHttpMessagesAsync(resourceGroupName, serviceName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// /// Updates the Microsoft.ApiManagement resource running in the Virtual network /// to pick the updated DNS changes. /// @@ -667,7 +753,7 @@ public static ApiManagementServiceResource BeginDelete(this IApiManagementServic /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -685,7 +771,7 @@ public static ApiManagementServiceResource BeginDelete(this IApiManagementServic /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementServiceSkusOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementServiceSkusOperations.cs index e516a9b3daa4..d540bbd10fbc 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementServiceSkusOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementServiceSkusOperations.cs @@ -42,7 +42,7 @@ internal ApiManagementServiceSkusOperations (ApiManagementClient client) /// Gets all available SKU for a given API Management service /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -78,7 +78,17 @@ internal ApiManagementServiceSkusOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -107,7 +117,13 @@ internal ApiManagementServiceSkusOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementServiceSkusOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementServiceSkusOperationsExtensions.cs index 2b59f96de0e7..a2b939beee8c 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementServiceSkusOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementServiceSkusOperationsExtensions.cs @@ -19,7 +19,7 @@ public static partial class ApiManagementServiceSkusOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -36,7 +36,7 @@ public static Microsoft.Rest.Azure.IPage ListAvailableService /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementSkusOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementSkusOperations.cs index 535de8d10546..38b6a7d921f9 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementSkusOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiManagementSkusOperations.cs @@ -78,7 +78,13 @@ internal ApiManagementSkusOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperationOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperationOperations.cs index 98ddcd491b48..f083d08a4dde 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperationOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperationOperations.cs @@ -45,7 +45,7 @@ internal ApiOperationOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -90,7 +90,17 @@ internal ApiOperationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -139,7 +149,13 @@ internal ApiOperationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -313,7 +329,7 @@ internal ApiOperationOperations (ApiManagementClient client) /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -355,7 +371,17 @@ internal ApiOperationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -418,7 +444,13 @@ internal ApiOperationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -574,7 +606,7 @@ internal ApiOperationOperations (ApiManagementClient client) /// Gets the details of the API Operation specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -619,7 +651,17 @@ internal ApiOperationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -682,9 +724,15 @@ internal ApiOperationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2024-05-01"; - // Tracing - bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; if (_shouldTrace) { @@ -710,7 +758,7 @@ internal ApiOperationOperations (ApiManagementClient client) _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); - if (apiVersion != null) + if (this.Client.ApiVersion != null) { _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); } @@ -856,7 +904,7 @@ internal ApiOperationOperations (ApiManagementClient client) /// Creates a new operation in the API or updates an existing one. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -916,7 +964,17 @@ internal ApiOperationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -980,7 +1038,13 @@ internal ApiOperationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1189,7 +1253,7 @@ internal ApiOperationOperations (ApiManagementClient client) /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1246,7 +1310,17 @@ internal ApiOperationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1314,7 +1388,13 @@ internal ApiOperationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1504,7 +1584,7 @@ internal ApiOperationOperations (ApiManagementClient client) /// Deletes the specified operation in the API. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1551,7 +1631,17 @@ internal ApiOperationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1619,7 +1709,13 @@ internal ApiOperationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperationOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperationOperationsExtensions.cs index 2c292a380310..0bc3d74dcb90 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperationOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperationOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class ApiOperationOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -50,7 +50,7 @@ public static partial class ApiOperationOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -81,7 +81,7 @@ public static partial class ApiOperationOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -108,7 +108,7 @@ public static bool GetEntityTag(this IApiOperationOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -139,7 +139,7 @@ public static bool GetEntityTag(this IApiOperationOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -165,7 +165,7 @@ public static OperationContract Get(this IApiOperationOperations operations, str /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -196,7 +196,7 @@ public static OperationContract Get(this IApiOperationOperations operations, str /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -226,7 +226,7 @@ public static OperationContract Get(this IApiOperationOperations operations, str /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -262,7 +262,7 @@ public static OperationContract Get(this IApiOperationOperations operations, str /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -294,7 +294,7 @@ public static OperationContract Update(this IApiOperationOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -330,7 +330,7 @@ public static OperationContract Update(this IApiOperationOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -361,7 +361,7 @@ public static void Delete(this IApiOperationOperations operations, string resour /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperationPolicyOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperationPolicyOperations.cs index b8c854104944..fb79e5396843 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperationPolicyOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperationPolicyOperations.cs @@ -42,7 +42,7 @@ internal ApiOperationPolicyOperations (ApiManagementClient client) /// Get the list of policy configuration at the API Operation level. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -87,7 +87,17 @@ internal ApiOperationPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -150,7 +160,13 @@ internal ApiOperationPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -312,7 +328,7 @@ internal ApiOperationPolicyOperations (ApiManagementClient client) /// by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -354,7 +370,17 @@ internal ApiOperationPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -418,7 +444,13 @@ internal ApiOperationPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -576,7 +608,7 @@ internal ApiOperationPolicyOperations (ApiManagementClient client) /// Get the policy configuration at the API Operation level. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -624,7 +656,17 @@ internal ApiOperationPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -689,7 +731,13 @@ internal ApiOperationPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -870,7 +918,7 @@ internal ApiOperationPolicyOperations (ApiManagementClient client) /// Creates or updates policy configuration for the API Operation level. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -927,7 +975,17 @@ internal ApiOperationPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -992,7 +1050,13 @@ internal ApiOperationPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1202,7 +1266,7 @@ internal ApiOperationPolicyOperations (ApiManagementClient client) /// Deletes the policy configuration at the Api Operation. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1249,7 +1313,17 @@ internal ApiOperationPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1318,7 +1392,13 @@ internal ApiOperationPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperationPolicyOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperationPolicyOperationsExtensions.cs index de0bc085a53b..2f45dd225e29 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperationPolicyOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperationPolicyOperationsExtensions.cs @@ -19,7 +19,7 @@ public static partial class ApiOperationPolicyOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -45,7 +45,7 @@ public static PolicyCollection ListByOperation(this IApiOperationPolicyOperation /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -77,7 +77,7 @@ public static PolicyCollection ListByOperation(this IApiOperationPolicyOperation /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -104,7 +104,7 @@ public static bool GetEntityTag(this IApiOperationPolicyOperations operations, s /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -135,7 +135,7 @@ public static bool GetEntityTag(this IApiOperationPolicyOperations operations, s /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -164,7 +164,7 @@ public static bool GetEntityTag(this IApiOperationPolicyOperations operations, s /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -198,7 +198,7 @@ public static bool GetEntityTag(this IApiOperationPolicyOperations operations, s /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -228,7 +228,7 @@ public static bool GetEntityTag(this IApiOperationPolicyOperations operations, s /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -263,7 +263,7 @@ public static bool GetEntityTag(this IApiOperationPolicyOperations operations, s /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -294,7 +294,7 @@ public static void Delete(this IApiOperationPolicyOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperations.cs index 69a5c92d125b..bcc5537e2888 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperations.cs @@ -45,7 +45,7 @@ internal ApiOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -88,7 +88,17 @@ internal ApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -119,7 +129,13 @@ internal ApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -296,7 +312,7 @@ internal ApiOperations (ApiManagementClient client) /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -334,7 +350,17 @@ internal ApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -382,7 +408,13 @@ internal ApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -536,7 +568,7 @@ internal ApiOperations (ApiManagementClient client) /// Gets the details of the API specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -577,7 +609,17 @@ internal ApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -625,7 +667,13 @@ internal ApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -798,7 +846,7 @@ internal ApiOperations (ApiManagementClient client) /// instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -832,7 +880,7 @@ internal ApiOperations (ApiManagementClient client) /// Updates the specified API of the API Management service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -885,7 +933,17 @@ internal ApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -938,7 +996,13 @@ internal ApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1126,7 +1190,7 @@ internal ApiOperations (ApiManagementClient client) /// Deletes the specified API of the API Management service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1172,7 +1236,17 @@ internal ApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1226,7 +1300,13 @@ internal ApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1384,7 +1464,7 @@ internal ApiOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1424,7 +1504,17 @@ internal ApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1454,7 +1544,13 @@ internal ApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1626,7 +1722,7 @@ internal ApiOperations (ApiManagementClient client) /// instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1682,7 +1778,17 @@ internal ApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1731,7 +1837,13 @@ internal ApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperationsExtensions.cs index 86ed53166271..ea050bd7fdf7 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class ApiOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -48,7 +48,7 @@ public static partial class ApiOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -77,7 +77,7 @@ public static partial class ApiOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -100,7 +100,7 @@ public static bool GetEntityTag(this IApiOperations operations, string resourceG /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -127,7 +127,7 @@ public static bool GetEntityTag(this IApiOperations operations, string resourceG /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -149,7 +149,7 @@ public static ApiContract Get(this IApiOperations operations, string resourceGro /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -177,7 +177,7 @@ public static ApiContract Get(this IApiOperations operations, string resourceGro /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -204,7 +204,7 @@ public static ApiContract Get(this IApiOperations operations, string resourceGro /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -235,7 +235,7 @@ public static ApiContract Get(this IApiOperations operations, string resourceGro /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -262,7 +262,7 @@ public static ApiContract Update(this IApiOperations operations, string resource /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -294,7 +294,7 @@ public static ApiContract Update(this IApiOperations operations, string resource /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -324,7 +324,7 @@ public static ApiContract Update(this IApiOperations operations, string resource /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -359,7 +359,7 @@ public static ApiContract Update(this IApiOperations operations, string resource /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -382,7 +382,7 @@ public static ApiContract Update(this IApiOperations operations, string resource /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -408,7 +408,7 @@ public static ApiContract Update(this IApiOperations operations, string resource /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -435,7 +435,7 @@ public static ApiContract Update(this IApiOperations operations, string resource /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiPolicyOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiPolicyOperations.cs index f1f533f97079..5a93b25992ca 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiPolicyOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiPolicyOperations.cs @@ -42,7 +42,7 @@ internal ApiPolicyOperations (ApiManagementClient client) /// Get the policy configuration at the API level. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -83,7 +83,17 @@ internal ApiPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -131,7 +141,13 @@ internal ApiPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -291,7 +307,7 @@ internal ApiPolicyOperations (ApiManagementClient client) /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -329,7 +345,17 @@ internal ApiPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -378,7 +404,13 @@ internal ApiPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -534,7 +566,7 @@ internal ApiPolicyOperations (ApiManagementClient client) /// Get the policy configuration at the API level. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -578,7 +610,17 @@ internal ApiPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -628,7 +670,13 @@ internal ApiPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -825,7 +873,7 @@ internal ApiPolicyOperations (ApiManagementClient client) /// Creates or updates policy configuration for the API. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -878,7 +926,17 @@ internal ApiPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -928,7 +986,13 @@ internal ApiPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1136,7 +1200,7 @@ internal ApiPolicyOperations (ApiManagementClient client) /// Deletes the policy configuration at the Api. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1179,7 +1243,17 @@ internal ApiPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1233,7 +1307,13 @@ internal ApiPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiPolicyOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiPolicyOperationsExtensions.cs index 7091d3180979..86f509a7f44e 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiPolicyOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiPolicyOperationsExtensions.cs @@ -19,7 +19,7 @@ public static partial class ApiPolicyOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -41,7 +41,7 @@ public static PolicyCollection ListByApi(this IApiPolicyOperations operations, s /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -69,7 +69,7 @@ public static PolicyCollection ListByApi(this IApiPolicyOperations operations, s /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -92,7 +92,7 @@ public static bool GetEntityTag(this IApiPolicyOperations operations, string res /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -119,7 +119,7 @@ public static bool GetEntityTag(this IApiPolicyOperations operations, string res /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -144,7 +144,7 @@ public static bool GetEntityTag(this IApiPolicyOperations operations, string res /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -174,7 +174,7 @@ public static bool GetEntityTag(this IApiPolicyOperations operations, string res /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -200,7 +200,7 @@ public static bool GetEntityTag(this IApiPolicyOperations operations, string res /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -231,7 +231,7 @@ public static bool GetEntityTag(this IApiPolicyOperations operations, string res /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -258,7 +258,7 @@ public static void Delete(this IApiPolicyOperations operations, string resourceG /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiProductOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiProductOperations.cs index 018a920a49eb..4c69dcc34a0f 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiProductOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiProductOperations.cs @@ -45,7 +45,7 @@ internal ApiProductOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -86,7 +86,17 @@ internal ApiProductOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -130,7 +140,13 @@ internal ApiProductOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiProductOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiProductOperationsExtensions.cs index 0fce9ef8d1eb..c8b0deae2630 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiProductOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiProductOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class ApiProductOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -46,7 +46,7 @@ public static partial class ApiProductOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiReleaseOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiReleaseOperations.cs index c2b0bd515d28..ffd927dacf98 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiReleaseOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiReleaseOperations.cs @@ -48,7 +48,7 @@ internal ApiReleaseOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -89,7 +89,17 @@ internal ApiReleaseOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -133,7 +143,13 @@ internal ApiReleaseOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -301,7 +317,7 @@ internal ApiReleaseOperations (ApiManagementClient client) /// Returns the etag of an API release. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -342,7 +358,17 @@ internal ApiReleaseOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -405,7 +431,13 @@ internal ApiReleaseOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -561,7 +593,7 @@ internal ApiReleaseOperations (ApiManagementClient client) /// Returns the details of an API release. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -605,7 +637,17 @@ internal ApiReleaseOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -668,7 +710,13 @@ internal ApiReleaseOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -842,7 +890,7 @@ internal ApiReleaseOperations (ApiManagementClient client) /// Creates a new Release for the API. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -898,7 +946,17 @@ internal ApiReleaseOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -962,7 +1020,13 @@ internal ApiReleaseOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1170,7 +1234,7 @@ internal ApiReleaseOperations (ApiManagementClient client) /// Updates the details of the release of the API specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1226,7 +1290,17 @@ internal ApiReleaseOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1294,7 +1368,13 @@ internal ApiReleaseOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1484,7 +1564,7 @@ internal ApiReleaseOperations (ApiManagementClient client) /// Deletes the specified release in the API. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1530,7 +1610,17 @@ internal ApiReleaseOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1598,7 +1688,13 @@ internal ApiReleaseOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiReleaseOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiReleaseOperationsExtensions.cs index 007d92aba94d..11be0f50c75b 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiReleaseOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiReleaseOperationsExtensions.cs @@ -25,7 +25,7 @@ public static partial class ApiReleaseOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -52,7 +52,7 @@ public static partial class ApiReleaseOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -78,7 +78,7 @@ public static partial class ApiReleaseOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -103,7 +103,7 @@ public static bool GetEntityTag(this IApiReleaseOperations operations, string re /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -133,7 +133,7 @@ public static bool GetEntityTag(this IApiReleaseOperations operations, string re /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -158,7 +158,7 @@ public static ApiReleaseContract Get(this IApiReleaseOperations operations, stri /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -188,7 +188,7 @@ public static ApiReleaseContract Get(this IApiReleaseOperations operations, stri /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -217,7 +217,7 @@ public static ApiReleaseContract Get(this IApiReleaseOperations operations, stri /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -251,7 +251,7 @@ public static ApiReleaseContract Get(this IApiReleaseOperations operations, stri /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -281,7 +281,7 @@ public static ApiReleaseContract Update(this IApiReleaseOperations operations, s /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -316,7 +316,7 @@ public static ApiReleaseContract Update(this IApiReleaseOperations operations, s /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -346,7 +346,7 @@ public static void Delete(this IApiReleaseOperations operations, string resource /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiRevisionOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiRevisionOperations.cs index fc37a12e82ff..b31f72ca662a 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiRevisionOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiRevisionOperations.cs @@ -45,7 +45,7 @@ internal ApiRevisionOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -86,7 +86,17 @@ internal ApiRevisionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -130,7 +140,13 @@ internal ApiRevisionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiRevisionOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiRevisionOperationsExtensions.cs index 88135e3969f5..157722faacbf 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiRevisionOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiRevisionOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class ApiRevisionOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -46,7 +46,7 @@ public static partial class ApiRevisionOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiSchemaOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiSchemaOperations.cs index 7befc0ef13b1..ca2edc2c1bf6 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiSchemaOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiSchemaOperations.cs @@ -42,7 +42,7 @@ internal ApiSchemaOperations (ApiManagementClient client) /// Get the schema configuration at the API level. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -96,7 +96,17 @@ internal ApiSchemaOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -159,7 +169,13 @@ internal ApiSchemaOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -334,7 +350,7 @@ internal ApiSchemaOperations (ApiManagementClient client) /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -376,7 +392,17 @@ internal ApiSchemaOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -439,7 +465,13 @@ internal ApiSchemaOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -595,7 +627,7 @@ internal ApiSchemaOperations (ApiManagementClient client) /// Get the schema configuration at the API level. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -640,7 +672,17 @@ internal ApiSchemaOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -703,7 +745,13 @@ internal ApiSchemaOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -877,7 +925,7 @@ internal ApiSchemaOperations (ApiManagementClient client) /// Creates or updates schema configuration for the API. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -915,7 +963,7 @@ internal ApiSchemaOperations (ApiManagementClient client) /// Deletes the schema configuration at the Api. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -965,7 +1013,17 @@ internal ApiSchemaOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1034,7 +1092,13 @@ internal ApiSchemaOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1191,7 +1255,7 @@ internal ApiSchemaOperations (ApiManagementClient client) /// Creates or updates schema configuration for the API. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1248,7 +1312,17 @@ internal ApiSchemaOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1312,7 +1386,13 @@ internal ApiSchemaOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiSchemaOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiSchemaOperationsExtensions.cs index 255c693ce3d4..203ca471ac4c 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiSchemaOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiSchemaOperationsExtensions.cs @@ -19,7 +19,7 @@ public static partial class ApiSchemaOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -54,7 +54,7 @@ public static partial class ApiSchemaOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -95,7 +95,7 @@ public static partial class ApiSchemaOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -122,7 +122,7 @@ public static bool GetEntityTag(this IApiSchemaOperations operations, string res /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -153,7 +153,7 @@ public static bool GetEntityTag(this IApiSchemaOperations operations, string res /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -179,7 +179,7 @@ public static SchemaContract Get(this IApiSchemaOperations operations, string re /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -210,7 +210,7 @@ public static SchemaContract Get(this IApiSchemaOperations operations, string re /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -240,7 +240,7 @@ public static SchemaContract Get(this IApiSchemaOperations operations, string re /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -275,7 +275,7 @@ public static SchemaContract Get(this IApiSchemaOperations operations, string re /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -309,7 +309,7 @@ public static SchemaContract Get(this IApiSchemaOperations operations, string re /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -345,7 +345,7 @@ public static SchemaContract Get(this IApiSchemaOperations operations, string re /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -375,7 +375,7 @@ public static SchemaContract Get(this IApiSchemaOperations operations, string re /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiTagDescriptionOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiTagDescriptionOperations.cs index 74334d283317..4739947f346d 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiTagDescriptionOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiTagDescriptionOperations.cs @@ -47,7 +47,7 @@ internal ApiTagDescriptionOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -89,7 +89,17 @@ internal ApiTagDescriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -137,7 +147,13 @@ internal ApiTagDescriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -305,7 +321,7 @@ internal ApiTagDescriptionOperations (ApiManagementClient client) /// Gets the entity state version of the tag specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -347,7 +363,17 @@ internal ApiTagDescriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -414,7 +440,13 @@ internal ApiTagDescriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -570,7 +602,7 @@ internal ApiTagDescriptionOperations (ApiManagementClient client) /// Get Tag description in scope of API /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -615,7 +647,17 @@ internal ApiTagDescriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -682,7 +724,13 @@ internal ApiTagDescriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -856,7 +904,7 @@ internal ApiTagDescriptionOperations (ApiManagementClient client) /// Create/Update tag description in scope of the Api. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -916,7 +964,17 @@ internal ApiTagDescriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -984,7 +1042,13 @@ internal ApiTagDescriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1192,7 +1256,7 @@ internal ApiTagDescriptionOperations (ApiManagementClient client) /// Delete tag description for the Api. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1239,7 +1303,17 @@ internal ApiTagDescriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1311,7 +1385,13 @@ internal ApiTagDescriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiTagDescriptionOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiTagDescriptionOperationsExtensions.cs index 3f845c60f06b..b12a1e5e9a4d 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiTagDescriptionOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiTagDescriptionOperationsExtensions.cs @@ -24,7 +24,7 @@ public static partial class ApiTagDescriptionOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -51,7 +51,7 @@ public static partial class ApiTagDescriptionOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -78,7 +78,7 @@ public static partial class ApiTagDescriptionOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -104,7 +104,7 @@ public static bool GetEntityTag(this IApiTagDescriptionOperations operations, st /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -135,7 +135,7 @@ public static bool GetEntityTag(this IApiTagDescriptionOperations operations, st /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -161,7 +161,7 @@ public static TagDescriptionContract Get(this IApiTagDescriptionOperations opera /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -192,7 +192,7 @@ public static TagDescriptionContract Get(this IApiTagDescriptionOperations opera /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -222,7 +222,7 @@ public static TagDescriptionContract Get(this IApiTagDescriptionOperations opera /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -257,7 +257,7 @@ public static TagDescriptionContract Get(this IApiTagDescriptionOperations opera /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -288,7 +288,7 @@ public static void Delete(this IApiTagDescriptionOperations operations, string r /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiVersionSetOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiVersionSetOperations.cs index bb8e34ea046e..c84bc06cad07 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiVersionSetOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiVersionSetOperations.cs @@ -45,7 +45,7 @@ internal ApiVersionSetOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -82,7 +82,17 @@ internal ApiVersionSetOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -111,7 +121,13 @@ internal ApiVersionSetOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -278,7 +294,7 @@ internal ApiVersionSetOperations (ApiManagementClient client) /// its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -315,7 +331,17 @@ internal ApiVersionSetOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -363,7 +389,13 @@ internal ApiVersionSetOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -517,7 +549,7 @@ internal ApiVersionSetOperations (ApiManagementClient client) /// Gets the details of the Api Version Set specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -557,7 +589,17 @@ internal ApiVersionSetOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -605,7 +647,13 @@ internal ApiVersionSetOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -777,7 +825,7 @@ internal ApiVersionSetOperations (ApiManagementClient client) /// Creates or Updates a Api Version Set. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -832,7 +880,17 @@ internal ApiVersionSetOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -881,7 +939,13 @@ internal ApiVersionSetOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1087,7 +1151,7 @@ internal ApiVersionSetOperations (ApiManagementClient client) /// Updates the details of the Api VersionSet specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1139,7 +1203,17 @@ internal ApiVersionSetOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1192,7 +1266,13 @@ internal ApiVersionSetOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1380,7 +1460,7 @@ internal ApiVersionSetOperations (ApiManagementClient client) /// Deletes specific Api Version Set. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1422,7 +1502,17 @@ internal ApiVersionSetOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1475,7 +1565,13 @@ internal ApiVersionSetOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiVersionSetOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiVersionSetOperationsExtensions.cs index bad49c35c7c0..f0083faf0913 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiVersionSetOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiVersionSetOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class ApiVersionSetOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -42,7 +42,7 @@ public static partial class ApiVersionSetOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -65,7 +65,7 @@ public static partial class ApiVersionSetOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -87,7 +87,7 @@ public static bool GetEntityTag(this IApiVersionSetOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -113,7 +113,7 @@ public static bool GetEntityTag(this IApiVersionSetOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -134,7 +134,7 @@ public static ApiVersionSetContract Get(this IApiVersionSetOperations operations /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -160,7 +160,7 @@ public static ApiVersionSetContract Get(this IApiVersionSetOperations operations /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -185,7 +185,7 @@ public static ApiVersionSetContract Get(this IApiVersionSetOperations operations /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -215,7 +215,7 @@ public static ApiVersionSetContract Get(this IApiVersionSetOperations operations /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -241,7 +241,7 @@ public static ApiVersionSetContract Update(this IApiVersionSetOperations operati /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -272,7 +272,7 @@ public static ApiVersionSetContract Update(this IApiVersionSetOperations operati /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -298,7 +298,7 @@ public static void Delete(this IApiVersionSetOperations operations, string resou /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiWikiOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiWikiOperations.cs new file mode 100644 index 000000000000..4904166a261f --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiWikiOperations.cs @@ -0,0 +1,1447 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement +{ + using System.Linq; + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + + /// + /// ApiWikiOperations operations. + /// + internal partial class ApiWikiOperations : Microsoft.Rest.IServiceOperations, IApiWikiOperations + { + /// + /// Initializes a new instance of the ApiWikiOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal ApiWikiOperations (ApiManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + this.Client = client; + } + + /// + /// Gets a reference to the ApiManagementClient + /// + public ApiManagementClient Client { get; private set; } + + /// + /// Gets the entity state (Etag) version of the Wiki for an API specified by + /// its identifier. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> GetEntityTagWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (serviceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (apiId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "apiId"); + } + if (apiId != null) + { + if (apiId.Length > 80) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "apiId", 80); + } + if (apiId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "apiId", 1); + } + } + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("apiId", apiId); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/wikis/default").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("HEAD"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + _result.Body = (_statusCode == System.Net.HttpStatusCode.OK); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(Newtonsoft.Json.JsonSerializer.Create(this.Client.DeserializationSettings)); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Gets the details of the Wiki for an API specified by its identifier. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (serviceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (apiId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "apiId"); + } + if (apiId != null) + { + if (apiId.Length > 80) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "apiId", 80); + } + if (apiId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "apiId", 1); + } + } + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("apiId", apiId); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/wikis/default").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(Newtonsoft.Json.JsonSerializer.Create(this.Client.DeserializationSettings)); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Creates a new Wiki for an API or updates an existing one. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// + /// + /// Create parameters. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, WikiContract parameters, string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (parameters == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "parameters"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (serviceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (apiId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "apiId"); + } + if (apiId != null) + { + if (apiId.Length > 80) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "apiId", 80); + } + if (apiId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "apiId", 1); + } + } + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("apiId", apiId); + tracingParameters.Add("ifMatch", ifMatch); + + tracingParameters.Add("parameters", parameters); + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/wikis/default").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("PUT"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + if(parameters != null) + { + _requestContent = Microsoft.Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, this.Client.SerializationSettings); + _httpRequest.Content = new System.Net.Http.StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200 && (int)_statusCode != 201) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + // Deserialize Response + if ((int)_statusCode == 201) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(Newtonsoft.Json.JsonSerializer.Create(this.Client.DeserializationSettings)); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Updates the details of the Wiki for an API specified by its identifier. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// Wiki Update parameters. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string ifMatch, WikiUpdateContract parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (parameters == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "parameters"); + } + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (serviceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (apiId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "apiId"); + } + if (apiId != null) + { + if (apiId.Length > 80) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "apiId", 80); + } + if (apiId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "apiId", 1); + } + } + if (ifMatch == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "ifMatch"); + } + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("apiId", apiId); + tracingParameters.Add("ifMatch", ifMatch); + + tracingParameters.Add("parameters", parameters); + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/wikis/default").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("PATCH"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + if(parameters != null) + { + _requestContent = Microsoft.Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, this.Client.SerializationSettings); + _httpRequest.Content = new System.Net.Http.StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(Newtonsoft.Json.JsonSerializer.Create(this.Client.DeserializationSettings)); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Deletes the specified Wiki from an API. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string ifMatch, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (serviceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (apiId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "apiId"); + } + if (apiId != null) + { + if (apiId.Length > 80) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "apiId", 80); + } + if (apiId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "apiId", 1); + } + } + if (ifMatch == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "ifMatch"); + } + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("apiId", apiId); + tracingParameters.Add("ifMatch", ifMatch); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/wikis/default").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("DELETE"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200 && (int)_statusCode != 204) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiWikiOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiWikiOperationsExtensions.cs new file mode 100644 index 000000000000..954be10e4875 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiWikiOperationsExtensions.cs @@ -0,0 +1,278 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest.Azure; + using Models; + + /// + /// Extension methods for ApiWikiOperations + /// + public static partial class ApiWikiOperationsExtensions + { + /// + /// Gets the entity state (Etag) version of the Wiki for an API specified by + /// its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API identifier. Must be unique in the current API Management service + /// instance. + /// + public static bool GetEntityTag(this IApiWikiOperations operations, string resourceGroupName, string serviceName, string apiId) + { + return ((IApiWikiOperations)operations).GetEntityTagAsync(resourceGroupName, serviceName, apiId).GetAwaiter().GetResult(); + } + + /// + /// Gets the entity state (Etag) version of the Wiki for an API specified by + /// its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task GetEntityTagAsync(this IApiWikiOperations operations, string resourceGroupName, string serviceName, string apiId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.GetEntityTagWithHttpMessagesAsync(resourceGroupName, serviceName, apiId, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Gets the details of the Wiki for an API specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API identifier. Must be unique in the current API Management service + /// instance. + /// + public static WikiContract Get(this IApiWikiOperations operations, string resourceGroupName, string serviceName, string apiId) + { + return ((IApiWikiOperations)operations).GetAsync(resourceGroupName, serviceName, apiId).GetAwaiter().GetResult(); + } + + /// + /// Gets the details of the Wiki for an API specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task GetAsync(this IApiWikiOperations operations, string resourceGroupName, string serviceName, string apiId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, serviceName, apiId, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Creates a new Wiki for an API or updates an existing one. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// + public static WikiContract CreateOrUpdate(this IApiWikiOperations operations, string resourceGroupName, string serviceName, string apiId, WikiContract parameters, string ifMatch = default(string)) + { + return ((IApiWikiOperations)operations).CreateOrUpdateAsync(resourceGroupName, serviceName, apiId, parameters, ifMatch).GetAwaiter().GetResult(); + } + + /// + /// Creates a new Wiki for an API or updates an existing one. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task CreateOrUpdateAsync(this IApiWikiOperations operations, string resourceGroupName, string serviceName, string apiId, WikiContract parameters, string ifMatch = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, serviceName, apiId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Updates the details of the Wiki for an API specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + public static WikiContract Update(this IApiWikiOperations operations, string resourceGroupName, string serviceName, string apiId, string ifMatch, WikiUpdateContract parameters) + { + return ((IApiWikiOperations)operations).UpdateAsync(resourceGroupName, serviceName, apiId, ifMatch, parameters).GetAwaiter().GetResult(); + } + + /// + /// Updates the details of the Wiki for an API specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task UpdateAsync(this IApiWikiOperations operations, string resourceGroupName, string serviceName, string apiId, string ifMatch, WikiUpdateContract parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, apiId, ifMatch, parameters, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Deletes the specified Wiki from an API. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + public static void Delete(this IApiWikiOperations operations, string resourceGroupName, string serviceName, string apiId, string ifMatch) + { + ((IApiWikiOperations)operations).DeleteAsync(resourceGroupName, serviceName, apiId, ifMatch).GetAwaiter().GetResult(); + } + + /// + /// Deletes the specified Wiki from an API. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task DeleteAsync(this IApiWikiOperations operations, string resourceGroupName, string serviceName, string apiId, string ifMatch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, serviceName, apiId, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + } +} diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiWikisOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiWikisOperations.cs new file mode 100644 index 000000000000..29c8bd80d3a2 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiWikisOperations.cs @@ -0,0 +1,491 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement +{ + using System.Linq; + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + + /// + /// ApiWikisOperations operations. + /// + internal partial class ApiWikisOperations : Microsoft.Rest.IServiceOperations, IApiWikisOperations + { + /// + /// Initializes a new instance of the ApiWikisOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal ApiWikisOperations (ApiManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + this.Client = client; + } + + /// + /// Gets a reference to the ApiManagementClient + /// + public ApiManagementClient Client { get; private set; } + + /// + /// Gets the wikis for an API specified by its identifier. + /// + /// + /// + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task>> ListWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, Microsoft.Rest.Azure.OData.ODataQuery odataQuery = default(Microsoft.Rest.Azure.OData.ODataQuery), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (serviceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (apiId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "apiId"); + } + if (apiId != null) + { + if (apiId.Length > 80) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "apiId", 80); + } + if (apiId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "apiId", 1); + } + } + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("odataQuery", odataQuery); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("apiId", apiId); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/wikis").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (odataQuery != null) + { + var _wikiContract = odataQuery.ToString(); + if (!string.IsNullOrEmpty(_wikiContract)) + { + _queryParameters.Add(_wikiContract); + } + } + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Gets the wikis for an API specified by its identifier. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task>> ListNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + if (nextPageLink == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiWikisOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiWikisOperationsExtensions.cs new file mode 100644 index 000000000000..e7ce16f39f5e --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ApiWikisOperationsExtensions.cs @@ -0,0 +1,102 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest.Azure; + using Models; + + /// + /// Extension methods for ApiWikisOperations + /// + public static partial class ApiWikisOperationsExtensions + { + /// + /// Gets the wikis for an API specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API identifier. Must be unique in the current API Management service + /// instance. + /// + public static Microsoft.Rest.Azure.IPage List(this IApiWikisOperations operations, string resourceGroupName, string serviceName, string apiId, Microsoft.Rest.Azure.OData.ODataQuery odataQuery = default(Microsoft.Rest.Azure.OData.ODataQuery)) + { + return ((IApiWikisOperations)operations).ListAsync(resourceGroupName, serviceName, apiId, odataQuery).GetAwaiter().GetResult(); + } + + /// + /// Gets the wikis for an API specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task> ListAsync(this IApiWikisOperations operations, string resourceGroupName, string serviceName, string apiId, Microsoft.Rest.Azure.OData.ODataQuery odataQuery = default(Microsoft.Rest.Azure.OData.ODataQuery), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ListWithHttpMessagesAsync(resourceGroupName, serviceName, apiId, odataQuery, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Gets the wikis for an API specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static Microsoft.Rest.Azure.IPage ListNext(this IApiWikisOperations operations, string nextPageLink) + { + return ((IApiWikisOperations)operations).ListNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Gets the wikis for an API specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task> ListNextAsync(this IApiWikisOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ListNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + } +} diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/AuthorizationServerOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/AuthorizationServerOperations.cs index be8f1d3e2e56..aaa5d762dc0c 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/AuthorizationServerOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/AuthorizationServerOperations.cs @@ -46,7 +46,7 @@ internal AuthorizationServerOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -83,7 +83,17 @@ internal AuthorizationServerOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -112,7 +122,13 @@ internal AuthorizationServerOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -279,7 +295,7 @@ internal AuthorizationServerOperations (ApiManagementClient client) /// by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -315,7 +331,17 @@ internal AuthorizationServerOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -363,7 +389,13 @@ internal AuthorizationServerOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -517,7 +549,7 @@ internal AuthorizationServerOperations (ApiManagementClient client) /// Gets the details of the authorization server specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -556,7 +588,17 @@ internal AuthorizationServerOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -604,7 +646,13 @@ internal AuthorizationServerOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -777,7 +825,7 @@ internal AuthorizationServerOperations (ApiManagementClient client) /// server. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -831,7 +879,17 @@ internal AuthorizationServerOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -880,7 +938,13 @@ internal AuthorizationServerOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1087,7 +1151,7 @@ internal AuthorizationServerOperations (ApiManagementClient client) /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1138,7 +1202,17 @@ internal AuthorizationServerOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1191,7 +1265,13 @@ internal AuthorizationServerOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1379,7 +1459,7 @@ internal AuthorizationServerOperations (ApiManagementClient client) /// Deletes specific authorization server instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1420,7 +1500,17 @@ internal AuthorizationServerOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1473,7 +1563,13 @@ internal AuthorizationServerOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1623,7 +1719,7 @@ internal AuthorizationServerOperations (ApiManagementClient client) /// Gets the client secret details of the authorization server. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1662,7 +1758,17 @@ internal AuthorizationServerOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1710,7 +1816,13 @@ internal AuthorizationServerOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/AuthorizationServerOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/AuthorizationServerOperationsExtensions.cs index 025f19fd5ea3..edc6e37813c1 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/AuthorizationServerOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/AuthorizationServerOperationsExtensions.cs @@ -23,7 +23,7 @@ public static partial class AuthorizationServerOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -44,7 +44,7 @@ public static partial class AuthorizationServerOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -67,7 +67,7 @@ public static partial class AuthorizationServerOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -88,7 +88,7 @@ public static bool GetEntityTag(this IAuthorizationServerOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -113,7 +113,7 @@ public static bool GetEntityTag(this IAuthorizationServerOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -133,7 +133,7 @@ public static AuthorizationServerContract Get(this IAuthorizationServerOperation /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -159,7 +159,7 @@ public static AuthorizationServerContract Get(this IAuthorizationServerOperation /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -184,7 +184,7 @@ public static AuthorizationServerContract Get(this IAuthorizationServerOperation /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -214,7 +214,7 @@ public static AuthorizationServerContract Get(this IAuthorizationServerOperation /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -240,7 +240,7 @@ public static AuthorizationServerContract Update(this IAuthorizationServerOperat /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -270,7 +270,7 @@ public static AuthorizationServerContract Update(this IAuthorizationServerOperat /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -295,7 +295,7 @@ public static void Delete(this IAuthorizationServerOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -322,7 +322,7 @@ public static void Delete(this IAuthorizationServerOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -342,7 +342,7 @@ public static AuthorizationServerSecretsContract ListSecrets(this IAuthorization /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/BackendOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/BackendOperations.cs index ec69894ea0ef..11f157f875ed 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/BackendOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/BackendOperations.cs @@ -45,7 +45,7 @@ internal BackendOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -82,7 +82,17 @@ internal BackendOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -111,7 +121,13 @@ internal BackendOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -278,7 +294,7 @@ internal BackendOperations (ApiManagementClient client) /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -315,7 +331,17 @@ internal BackendOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -359,7 +385,13 @@ internal BackendOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -513,7 +545,7 @@ internal BackendOperations (ApiManagementClient client) /// Gets the details of the backend specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -553,7 +585,17 @@ internal BackendOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -597,7 +639,13 @@ internal BackendOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -769,7 +817,7 @@ internal BackendOperations (ApiManagementClient client) /// Creates or Updates a backend. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -824,7 +872,17 @@ internal BackendOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -869,7 +927,13 @@ internal BackendOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1075,7 +1139,7 @@ internal BackendOperations (ApiManagementClient client) /// Updates an existing backend. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1127,7 +1191,17 @@ internal BackendOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1176,7 +1250,13 @@ internal BackendOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1364,7 +1444,7 @@ internal BackendOperations (ApiManagementClient client) /// Deletes the specified backend. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1406,7 +1486,17 @@ internal BackendOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1455,7 +1545,13 @@ internal BackendOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1602,12 +1698,12 @@ internal BackendOperations (ApiManagementClient client) } /// - /// Notifies the APIM proxy to create a new connection to the backend after the - /// specified timeout. If no timeout was specified, timeout of 2 minutes is - /// used. + /// Notifies the API Management gateway to create a new connection to the + /// backend after the specified timeout. If no timeout was specified, timeout + /// of 2 minutes is used. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1648,7 +1744,17 @@ internal BackendOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1692,7 +1798,13 @@ internal BackendOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/BackendOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/BackendOperationsExtensions.cs index 351c47aed748..4cd6f81a720a 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/BackendOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/BackendOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class BackendOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -42,7 +42,7 @@ public static partial class BackendOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -65,7 +65,7 @@ public static partial class BackendOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -87,7 +87,7 @@ public static bool GetEntityTag(this IBackendOperations operations, string resou /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -113,7 +113,7 @@ public static bool GetEntityTag(this IBackendOperations operations, string resou /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -134,7 +134,7 @@ public static BackendContract Get(this IBackendOperations operations, string res /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -160,7 +160,7 @@ public static BackendContract Get(this IBackendOperations operations, string res /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -185,7 +185,7 @@ public static BackendContract Get(this IBackendOperations operations, string res /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -215,7 +215,7 @@ public static BackendContract Get(this IBackendOperations operations, string res /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -241,7 +241,7 @@ public static BackendContract Update(this IBackendOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -272,7 +272,7 @@ public static BackendContract Update(this IBackendOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -298,7 +298,7 @@ public static void Delete(this IBackendOperations operations, string resourceGro /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -320,15 +320,15 @@ public static void Delete(this IBackendOperations operations, string resourceGro (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, serviceName, backendId, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// - /// Notifies the APIM proxy to create a new connection to the backend after the - /// specified timeout. If no timeout was specified, timeout of 2 minutes is - /// used. + /// Notifies the API Management gateway to create a new connection to the + /// backend after the specified timeout. If no timeout was specified, timeout + /// of 2 minutes is used. /// /// /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -343,15 +343,15 @@ public static void Delete(this IBackendOperations operations, string resourceGro } /// - /// Notifies the APIM proxy to create a new connection to the backend after the - /// specified timeout. If no timeout was specified, timeout of 2 minutes is - /// used. + /// Notifies the API Management gateway to create a new connection to the + /// backend after the specified timeout. If no timeout was specified, timeout + /// of 2 minutes is used. /// /// /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/CacheOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/CacheOperations.cs index 5ecbe255884d..8b2865442390 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/CacheOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/CacheOperations.cs @@ -43,7 +43,7 @@ internal CacheOperations (ApiManagementClient client) /// instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -85,7 +85,17 @@ internal CacheOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -128,7 +138,13 @@ internal CacheOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -296,7 +312,7 @@ internal CacheOperations (ApiManagementClient client) /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -333,7 +349,17 @@ internal CacheOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -381,7 +407,13 @@ internal CacheOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -535,7 +567,7 @@ internal CacheOperations (ApiManagementClient client) /// Gets the details of the Cache specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -575,7 +607,17 @@ internal CacheOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -623,7 +665,13 @@ internal CacheOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -795,7 +843,7 @@ internal CacheOperations (ApiManagementClient client) /// Creates or updates an External Cache to be used in Api Management instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -850,7 +898,17 @@ internal CacheOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -899,7 +957,13 @@ internal CacheOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1105,7 +1169,7 @@ internal CacheOperations (ApiManagementClient client) /// Updates the details of the cache specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1157,7 +1221,17 @@ internal CacheOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1210,7 +1284,13 @@ internal CacheOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1398,7 +1478,7 @@ internal CacheOperations (ApiManagementClient client) /// Deletes specific Cache. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1440,7 +1520,17 @@ internal CacheOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1493,7 +1583,13 @@ internal CacheOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/CacheOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/CacheOperationsExtensions.cs index 808dbe0b6451..670b3e16566f 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/CacheOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/CacheOperationsExtensions.cs @@ -20,7 +20,7 @@ public static partial class CacheOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -44,7 +44,7 @@ public static partial class CacheOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -73,7 +73,7 @@ public static partial class CacheOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -95,7 +95,7 @@ public static bool GetEntityTag(this ICacheOperations operations, string resourc /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -121,7 +121,7 @@ public static bool GetEntityTag(this ICacheOperations operations, string resourc /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -142,7 +142,7 @@ public static CacheContract Get(this ICacheOperations operations, string resourc /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -168,7 +168,7 @@ public static CacheContract Get(this ICacheOperations operations, string resourc /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -193,7 +193,7 @@ public static CacheContract Get(this ICacheOperations operations, string resourc /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -223,7 +223,7 @@ public static CacheContract Get(this ICacheOperations operations, string resourc /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -249,7 +249,7 @@ public static CacheContract Update(this ICacheOperations operations, string reso /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -280,7 +280,7 @@ public static CacheContract Update(this ICacheOperations operations, string reso /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -306,7 +306,7 @@ public static void Delete(this ICacheOperations operations, string resourceGroup /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/CertificateOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/CertificateOperations.cs index 4a01892ce2b8..20ef01d765ec 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/CertificateOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/CertificateOperations.cs @@ -45,7 +45,7 @@ internal CertificateOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -86,7 +86,17 @@ internal CertificateOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -116,7 +126,13 @@ internal CertificateOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -288,7 +304,7 @@ internal CertificateOperations (ApiManagementClient client) /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -325,7 +341,17 @@ internal CertificateOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -373,7 +399,13 @@ internal CertificateOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -527,7 +559,7 @@ internal CertificateOperations (ApiManagementClient client) /// Gets the details of the certificate specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -567,7 +599,17 @@ internal CertificateOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -615,7 +657,13 @@ internal CertificateOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -788,7 +836,7 @@ internal CertificateOperations (ApiManagementClient client) /// backend. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -840,7 +888,17 @@ internal CertificateOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -889,7 +947,13 @@ internal CertificateOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1095,7 +1159,7 @@ internal CertificateOperations (ApiManagementClient client) /// Deletes specific certificate. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1137,7 +1201,17 @@ internal CertificateOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1190,7 +1264,13 @@ internal CertificateOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1341,7 +1421,7 @@ internal CertificateOperations (ApiManagementClient client) /// the backend. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1381,7 +1461,17 @@ internal CertificateOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1429,7 +1519,13 @@ internal CertificateOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/CertificateOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/CertificateOperationsExtensions.cs index b7f8b3d5d929..eebaddb71fa6 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/CertificateOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/CertificateOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class CertificateOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -46,7 +46,7 @@ public static partial class CertificateOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -73,7 +73,7 @@ public static partial class CertificateOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -95,7 +95,7 @@ public static bool GetEntityTag(this ICertificateOperations operations, string r /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -121,7 +121,7 @@ public static bool GetEntityTag(this ICertificateOperations operations, string r /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -142,7 +142,7 @@ public static CertificateContract Get(this ICertificateOperations operations, st /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -169,7 +169,7 @@ public static CertificateContract Get(this ICertificateOperations operations, st /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -195,7 +195,7 @@ public static CertificateContract Get(this ICertificateOperations operations, st /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -225,7 +225,7 @@ public static CertificateContract Get(this ICertificateOperations operations, st /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -251,7 +251,7 @@ public static void Delete(this ICertificateOperations operations, string resourc /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -280,7 +280,7 @@ public static void Delete(this ICertificateOperations operations, string resourc /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -302,7 +302,7 @@ public static CertificateContract RefreshSecret(this ICertificateOperations oper /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ContentItemOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ContentItemOperations.cs index 18fb0a28ed2f..1b0f741edc21 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ContentItemOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ContentItemOperations.cs @@ -43,7 +43,7 @@ internal ContentItemOperations (ApiManagementClient client) /// type. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -82,7 +82,17 @@ internal ContentItemOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -126,7 +136,13 @@ internal ContentItemOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -286,7 +302,7 @@ internal ContentItemOperations (ApiManagementClient client) /// item specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -325,7 +341,17 @@ internal ContentItemOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -384,7 +410,13 @@ internal ContentItemOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -540,7 +572,7 @@ internal ContentItemOperations (ApiManagementClient client) /// Returns the developer portal's content item specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -582,7 +614,17 @@ internal ContentItemOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -641,7 +683,13 @@ internal ContentItemOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -816,7 +864,7 @@ internal ContentItemOperations (ApiManagementClient client) /// content type. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -831,6 +879,9 @@ internal ContentItemOperations (ApiManagementClient client) /// ETag of the Entity. Not required when creating an entity, but required when /// updating an entity. /// + /// + /// Create or update parameters. + /// /// /// Headers that will be added to request. /// @@ -852,17 +903,32 @@ internal ContentItemOperations (ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async System.Threading.Tasks.Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string contentTypeId, string contentItemId, string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string contentTypeId, string contentItemId, ContentItemContract parameters, string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { + if (parameters == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "parameters"); + } + if (resourceGroupName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -922,7 +988,13 @@ internal ContentItemOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -936,6 +1008,7 @@ internal ContentItemOperations (ApiManagementClient client) tracingParameters.Add("contentItemId", contentItemId); tracingParameters.Add("ifMatch", ifMatch); + tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); @@ -999,6 +1072,12 @@ internal ContentItemOperations (ApiManagementClient client) } // Serialize Request string _requestContent = null; + if(parameters != null) + { + _requestContent = Microsoft.Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, this.Client.SerializationSettings); + _httpRequest.Content = new System.Net.Http.StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } // Set Credentials if (this.Client.Credentials != null) { @@ -1123,7 +1202,7 @@ internal ContentItemOperations (ApiManagementClient client) /// Removes the specified developer portal's content item. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1167,7 +1246,17 @@ internal ContentItemOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1231,7 +1320,13 @@ internal ContentItemOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ContentItemOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ContentItemOperationsExtensions.cs index 7a12b1c8cecd..1e2064d8dae1 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ContentItemOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ContentItemOperationsExtensions.cs @@ -20,7 +20,7 @@ public static partial class ContentItemOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -41,7 +41,7 @@ public static Microsoft.Rest.Azure.IPage ListByService(this /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -67,7 +67,7 @@ public static Microsoft.Rest.Azure.IPage ListByService(this /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -91,7 +91,7 @@ public static bool GetEntityTag(this IContentItemOperations operations, string r /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -119,7 +119,7 @@ public static bool GetEntityTag(this IContentItemOperations operations, string r /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -142,7 +142,7 @@ public static ContentItemContract Get(this IContentItemOperations operations, st /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -171,7 +171,7 @@ public static ContentItemContract Get(this IContentItemOperations operations, st /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -186,9 +186,9 @@ public static ContentItemContract Get(this IContentItemOperations operations, st /// ETag of the Entity. Not required when creating an entity, but required when /// updating an entity. /// - public static ContentItemContract CreateOrUpdate(this IContentItemOperations operations, string resourceGroupName, string serviceName, string contentTypeId, string contentItemId, string ifMatch = default(string)) + public static ContentItemContract CreateOrUpdate(this IContentItemOperations operations, string resourceGroupName, string serviceName, string contentTypeId, string contentItemId, ContentItemContract parameters, string ifMatch = default(string)) { - return ((IContentItemOperations)operations).CreateOrUpdateAsync(resourceGroupName, serviceName, contentTypeId, contentItemId, ifMatch).GetAwaiter().GetResult(); + return ((IContentItemOperations)operations).CreateOrUpdateAsync(resourceGroupName, serviceName, contentTypeId, contentItemId, parameters, ifMatch).GetAwaiter().GetResult(); } /// @@ -199,7 +199,7 @@ public static ContentItemContract Get(this IContentItemOperations operations, st /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -217,9 +217,9 @@ public static ContentItemContract Get(this IContentItemOperations operations, st /// /// The cancellation token. /// - public static async System.Threading.Tasks.Task CreateOrUpdateAsync(this IContentItemOperations operations, string resourceGroupName, string serviceName, string contentTypeId, string contentItemId, string ifMatch = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public static async System.Threading.Tasks.Task CreateOrUpdateAsync(this IContentItemOperations operations, string resourceGroupName, string serviceName, string contentTypeId, string contentItemId, ContentItemContract parameters, string ifMatch = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { - using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, serviceName, contentTypeId, contentItemId, ifMatch, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, serviceName, contentTypeId, contentItemId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -231,7 +231,7 @@ public static ContentItemContract Get(this IContentItemOperations operations, st /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -259,7 +259,7 @@ public static void Delete(this IContentItemOperations operations, string resourc /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ContentTypeOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ContentTypeOperations.cs index 50f690498ca5..0339c874e60b 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ContentTypeOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ContentTypeOperations.cs @@ -43,7 +43,7 @@ internal ContentTypeOperations (ApiManagementClient client) /// items' properties, validation rules, and constraints. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -79,7 +79,17 @@ internal ContentTypeOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -108,7 +118,13 @@ internal ContentTypeOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -266,7 +282,7 @@ internal ContentTypeOperations (ApiManagementClient client) /// describe content items' properties, validation rules, and constraints. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -305,7 +321,17 @@ internal ContentTypeOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -349,7 +375,13 @@ internal ContentTypeOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -524,7 +556,7 @@ internal ContentTypeOperations (ApiManagementClient client) /// Built-in content types can't be modified. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -536,6 +568,9 @@ internal ContentTypeOperations (ApiManagementClient client) /// ETag of the Entity. Not required when creating an entity, but required when /// updating an entity. /// + /// + /// Create or update parameters. + /// /// /// Headers that will be added to request. /// @@ -557,17 +592,32 @@ internal ContentTypeOperations (ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async System.Threading.Tasks.Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string contentTypeId, string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string contentTypeId, ContentTypeContract parameters, string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { + if (parameters == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "parameters"); + } + if (resourceGroupName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -612,7 +662,13 @@ internal ContentTypeOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -625,6 +681,7 @@ internal ContentTypeOperations (ApiManagementClient client) tracingParameters.Add("contentTypeId", contentTypeId); tracingParameters.Add("ifMatch", ifMatch); + tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); @@ -687,6 +744,12 @@ internal ContentTypeOperations (ApiManagementClient client) } // Serialize Request string _requestContent = null; + if(parameters != null) + { + _requestContent = Microsoft.Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, this.Client.SerializationSettings); + _httpRequest.Content = new System.Net.Http.StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } // Set Credentials if (this.Client.Credentials != null) { @@ -814,7 +877,7 @@ internal ContentTypeOperations (ApiManagementClient client) /// can't be removed. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -855,7 +918,17 @@ internal ContentTypeOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -904,7 +977,13 @@ internal ContentTypeOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ContentTypeOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ContentTypeOperationsExtensions.cs index 386981ffe21f..a0b234649a30 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ContentTypeOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ContentTypeOperationsExtensions.cs @@ -20,7 +20,7 @@ public static partial class ContentTypeOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -38,7 +38,7 @@ public static Microsoft.Rest.Azure.IPage ListByService(this /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -61,7 +61,7 @@ public static Microsoft.Rest.Azure.IPage ListByService(this /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -82,7 +82,7 @@ public static ContentTypeContract Get(this IContentTypeOperations operations, st /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -110,7 +110,7 @@ public static ContentTypeContract Get(this IContentTypeOperations operations, st /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -122,9 +122,9 @@ public static ContentTypeContract Get(this IContentTypeOperations operations, st /// ETag of the Entity. Not required when creating an entity, but required when /// updating an entity. /// - public static ContentTypeContract CreateOrUpdate(this IContentTypeOperations operations, string resourceGroupName, string serviceName, string contentTypeId, string ifMatch = default(string)) + public static ContentTypeContract CreateOrUpdate(this IContentTypeOperations operations, string resourceGroupName, string serviceName, string contentTypeId, ContentTypeContract parameters, string ifMatch = default(string)) { - return ((IContentTypeOperations)operations).CreateOrUpdateAsync(resourceGroupName, serviceName, contentTypeId, ifMatch).GetAwaiter().GetResult(); + return ((IContentTypeOperations)operations).CreateOrUpdateAsync(resourceGroupName, serviceName, contentTypeId, parameters, ifMatch).GetAwaiter().GetResult(); } /// @@ -137,7 +137,7 @@ public static ContentTypeContract Get(this IContentTypeOperations operations, st /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -152,9 +152,9 @@ public static ContentTypeContract Get(this IContentTypeOperations operations, st /// /// The cancellation token. /// - public static async System.Threading.Tasks.Task CreateOrUpdateAsync(this IContentTypeOperations operations, string resourceGroupName, string serviceName, string contentTypeId, string ifMatch = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public static async System.Threading.Tasks.Task CreateOrUpdateAsync(this IContentTypeOperations operations, string resourceGroupName, string serviceName, string contentTypeId, ContentTypeContract parameters, string ifMatch = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { - using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, serviceName, contentTypeId, ifMatch, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, serviceName, contentTypeId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -169,7 +169,7 @@ public static ContentTypeContract Get(this IContentTypeOperations operations, st /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -197,7 +197,7 @@ public static void Delete(this IContentTypeOperations operations, string resourc /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/DelegationSettingsOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/DelegationSettingsOperations.cs index 0237883152ce..722a67c3d88b 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/DelegationSettingsOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/DelegationSettingsOperations.cs @@ -42,7 +42,7 @@ internal DelegationSettingsOperations (ApiManagementClient client) /// Gets the entity state (Etag) version of the DelegationSettings. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -75,7 +75,17 @@ internal DelegationSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -104,7 +114,13 @@ internal DelegationSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -256,7 +272,7 @@ internal DelegationSettingsOperations (ApiManagementClient client) /// Get Delegation Settings for the Portal. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -292,7 +308,17 @@ internal DelegationSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -321,7 +347,13 @@ internal DelegationSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -491,7 +523,7 @@ internal DelegationSettingsOperations (ApiManagementClient client) /// Update Delegation settings. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -536,7 +568,17 @@ internal DelegationSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -570,7 +612,13 @@ internal DelegationSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -725,7 +773,7 @@ internal DelegationSettingsOperations (ApiManagementClient client) /// Create or Update Delegation settings. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -773,7 +821,17 @@ internal DelegationSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -803,7 +861,13 @@ internal DelegationSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -976,7 +1040,7 @@ internal DelegationSettingsOperations (ApiManagementClient client) /// Gets the secret validation key of the DelegationSettings. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1012,7 +1076,17 @@ internal DelegationSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1041,7 +1115,13 @@ internal DelegationSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/DelegationSettingsOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/DelegationSettingsOperationsExtensions.cs index e47ceb5192d7..2f4185c98581 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/DelegationSettingsOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/DelegationSettingsOperationsExtensions.cs @@ -19,7 +19,7 @@ public static partial class DelegationSettingsOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -36,7 +36,7 @@ public static bool GetEntityTag(this IDelegationSettingsOperations operations, s /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -58,7 +58,7 @@ public static bool GetEntityTag(this IDelegationSettingsOperations operations, s /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -75,7 +75,7 @@ public static PortalDelegationSettings Get(this IDelegationSettingsOperations op /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -97,7 +97,7 @@ public static PortalDelegationSettings Get(this IDelegationSettingsOperations op /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -119,7 +119,7 @@ public static void Update(this IDelegationSettingsOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -143,7 +143,7 @@ public static void Update(this IDelegationSettingsOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -164,7 +164,7 @@ public static void Update(this IDelegationSettingsOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -190,7 +190,7 @@ public static void Update(this IDelegationSettingsOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -207,7 +207,7 @@ public static PortalSettingValidationKeyContract ListSecrets(this IDelegationSet /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/DeletedServicesOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/DeletedServicesOperations.cs index 8825fb42ba49..e58d972e2f1b 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/DeletedServicesOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/DeletedServicesOperations.cs @@ -78,7 +78,13 @@ internal DeletedServicesOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -291,7 +297,13 @@ internal DeletedServicesOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } if (location == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "location"); @@ -464,10 +476,10 @@ internal DeletedServicesOperations (ApiManagementClient client) /// /// The cancellation token. /// - public async System.Threading.Tasks.Task> PurgeWithHttpMessagesAsync(string serviceName, string location, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> PurgeWithHttpMessagesAsync(string serviceName, string location, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { // Send Request - Microsoft.Rest.Azure.AzureOperationResponse _response = await BeginPurgeWithHttpMessagesAsync(serviceName, location, customHeaders, cancellationToken).ConfigureAwait(false); + Microsoft.Rest.Azure.AzureOperationResponse _response = await BeginPurgeWithHttpMessagesAsync(serviceName, location, customHeaders, cancellationToken).ConfigureAwait(false); return await this.Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); } @@ -501,7 +513,7 @@ internal DeletedServicesOperations (ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async System.Threading.Tasks.Task> BeginPurgeWithHttpMessagesAsync(string serviceName, string location, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + public async System.Threading.Tasks.Task> BeginPurgeWithHttpMessagesAsync(string serviceName, string location, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { @@ -535,7 +547,13 @@ internal DeletedServicesOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } if (location == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "location"); @@ -656,7 +674,7 @@ internal DeletedServicesOperations (ApiManagementClient client) throw ex; } // Create Result - var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; @@ -682,6 +700,19 @@ internal DeletedServicesOperations (ApiManagementClient client) throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); } } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(Newtonsoft.Json.JsonSerializer.Create(this.Client.DeserializationSettings)); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/DiagnosticOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/DiagnosticOperations.cs index 2bb946b32266..8d4c52f8a718 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/DiagnosticOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/DiagnosticOperations.cs @@ -45,7 +45,7 @@ internal DiagnosticOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -82,7 +82,17 @@ internal DiagnosticOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -111,7 +121,13 @@ internal DiagnosticOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -278,7 +294,7 @@ internal DiagnosticOperations (ApiManagementClient client) /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -315,7 +331,17 @@ internal DiagnosticOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -363,7 +389,13 @@ internal DiagnosticOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -517,7 +549,7 @@ internal DiagnosticOperations (ApiManagementClient client) /// Gets the details of the Diagnostic specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -557,7 +589,17 @@ internal DiagnosticOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -605,7 +647,13 @@ internal DiagnosticOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -777,7 +825,7 @@ internal DiagnosticOperations (ApiManagementClient client) /// Creates a new Diagnostic or updates an existing one. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -832,7 +880,17 @@ internal DiagnosticOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -881,7 +939,13 @@ internal DiagnosticOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1087,7 +1151,7 @@ internal DiagnosticOperations (ApiManagementClient client) /// Updates the details of the Diagnostic specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1139,7 +1203,17 @@ internal DiagnosticOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1192,7 +1266,13 @@ internal DiagnosticOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1380,7 +1460,7 @@ internal DiagnosticOperations (ApiManagementClient client) /// Deletes the specified Diagnostic. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1422,7 +1502,17 @@ internal DiagnosticOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1475,7 +1565,13 @@ internal DiagnosticOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/DiagnosticOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/DiagnosticOperationsExtensions.cs index b4b19a0409e4..a18713fa8673 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/DiagnosticOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/DiagnosticOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class DiagnosticOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -42,7 +42,7 @@ public static partial class DiagnosticOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -65,7 +65,7 @@ public static partial class DiagnosticOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -87,7 +87,7 @@ public static bool GetEntityTag(this IDiagnosticOperations operations, string re /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -113,7 +113,7 @@ public static bool GetEntityTag(this IDiagnosticOperations operations, string re /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -134,7 +134,7 @@ public static DiagnosticContract Get(this IDiagnosticOperations operations, stri /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -160,7 +160,7 @@ public static DiagnosticContract Get(this IDiagnosticOperations operations, stri /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -185,7 +185,7 @@ public static DiagnosticContract Get(this IDiagnosticOperations operations, stri /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -215,7 +215,7 @@ public static DiagnosticContract Get(this IDiagnosticOperations operations, stri /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -241,7 +241,7 @@ public static DiagnosticContract Update(this IDiagnosticOperations operations, s /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -272,7 +272,7 @@ public static DiagnosticContract Update(this IDiagnosticOperations operations, s /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -298,7 +298,7 @@ public static void Delete(this IDiagnosticOperations operations, string resource /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/EmailTemplateOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/EmailTemplateOperations.cs index c772ccd82648..2cee8b068a41 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/EmailTemplateOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/EmailTemplateOperations.cs @@ -42,7 +42,7 @@ internal EmailTemplateOperations (ApiManagementClient client) /// Gets all email templates /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -91,7 +91,17 @@ internal EmailTemplateOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -135,7 +145,13 @@ internal EmailTemplateOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -308,7 +324,7 @@ internal EmailTemplateOperations (ApiManagementClient client) /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -344,7 +360,17 @@ internal EmailTemplateOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -378,7 +404,13 @@ internal EmailTemplateOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -532,7 +564,7 @@ internal EmailTemplateOperations (ApiManagementClient client) /// Gets the details of the email template specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -571,7 +603,17 @@ internal EmailTemplateOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -605,7 +647,13 @@ internal EmailTemplateOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -777,7 +825,7 @@ internal EmailTemplateOperations (ApiManagementClient client) /// Updates an Email Template. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -831,7 +879,17 @@ internal EmailTemplateOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -866,7 +924,13 @@ internal EmailTemplateOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1059,7 +1123,7 @@ internal EmailTemplateOperations (ApiManagementClient client) /// Updates API Management email template /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1110,7 +1174,17 @@ internal EmailTemplateOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1149,7 +1223,13 @@ internal EmailTemplateOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1338,7 +1418,7 @@ internal EmailTemplateOperations (ApiManagementClient client) /// service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1379,7 +1459,17 @@ internal EmailTemplateOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1418,7 +1508,13 @@ internal EmailTemplateOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/EmailTemplateOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/EmailTemplateOperationsExtensions.cs index bca6f3ac5792..340c50701e49 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/EmailTemplateOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/EmailTemplateOperationsExtensions.cs @@ -19,7 +19,7 @@ public static partial class EmailTemplateOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -49,7 +49,7 @@ public static partial class EmailTemplateOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -85,7 +85,7 @@ public static partial class EmailTemplateOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -106,7 +106,7 @@ public static bool GetEntityTag(this IEmailTemplateOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -131,7 +131,7 @@ public static bool GetEntityTag(this IEmailTemplateOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -151,7 +151,7 @@ public static EmailTemplateContract Get(this IEmailTemplateOperations operations /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -176,7 +176,7 @@ public static EmailTemplateContract Get(this IEmailTemplateOperations operations /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -200,7 +200,7 @@ public static EmailTemplateContract Get(this IEmailTemplateOperations operations /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -229,7 +229,7 @@ public static EmailTemplateContract Get(this IEmailTemplateOperations operations /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -254,7 +254,7 @@ public static EmailTemplateContract Update(this IEmailTemplateOperations operati /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -285,7 +285,7 @@ public static EmailTemplateContract Update(this IEmailTemplateOperations operati /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -311,7 +311,7 @@ public static void Delete(this IEmailTemplateOperations operations, string resou /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayApiOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayApiOperations.cs index c265f2704eeb..70cb28dd8adb 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayApiOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayApiOperations.cs @@ -45,7 +45,7 @@ internal GatewayApiOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -86,7 +86,17 @@ internal GatewayApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -130,7 +140,13 @@ internal GatewayApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -299,7 +315,7 @@ internal GatewayApiOperations (ApiManagementClient client) /// Gateway entity. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -340,7 +356,17 @@ internal GatewayApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -399,7 +425,13 @@ internal GatewayApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -555,7 +587,7 @@ internal GatewayApiOperations (ApiManagementClient client) /// Adds an API to the specified Gateway. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -603,7 +635,17 @@ internal GatewayApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -662,7 +704,13 @@ internal GatewayApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -848,7 +896,7 @@ internal GatewayApiOperations (ApiManagementClient client) /// Deletes the specified API from the specified Gateway. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -889,7 +937,17 @@ internal GatewayApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -948,7 +1006,13 @@ internal GatewayApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayApiOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayApiOperationsExtensions.cs index ad818fd88385..bca5d84e6597 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayApiOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayApiOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class GatewayApiOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -46,7 +46,7 @@ public static partial class GatewayApiOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -73,7 +73,7 @@ public static partial class GatewayApiOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -99,7 +99,7 @@ public static bool GetEntityTag(this IGatewayApiOperations operations, string re /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -129,7 +129,7 @@ public static bool GetEntityTag(this IGatewayApiOperations operations, string re /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -154,7 +154,7 @@ public static bool GetEntityTag(this IGatewayApiOperations operations, string re /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -184,7 +184,7 @@ public static bool GetEntityTag(this IGatewayApiOperations operations, string re /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -209,7 +209,7 @@ public static void Delete(this IGatewayApiOperations operations, string resource /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayCertificateAuthorityOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayCertificateAuthorityOperations.cs index 780ae37eb8a6..584ce2eb5e93 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayCertificateAuthorityOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayCertificateAuthorityOperations.cs @@ -46,7 +46,7 @@ internal GatewayCertificateAuthorityOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -87,7 +87,17 @@ internal GatewayCertificateAuthorityOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -131,7 +141,13 @@ internal GatewayCertificateAuthorityOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -300,7 +316,7 @@ internal GatewayCertificateAuthorityOperations (ApiManagementClient client) /// Authority. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -341,7 +357,17 @@ internal GatewayCertificateAuthorityOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -404,7 +430,13 @@ internal GatewayCertificateAuthorityOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -560,7 +592,7 @@ internal GatewayCertificateAuthorityOperations (ApiManagementClient client) /// Get assigned Gateway Certificate Authority details. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -604,7 +636,17 @@ internal GatewayCertificateAuthorityOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -667,7 +709,13 @@ internal GatewayCertificateAuthorityOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -841,7 +889,7 @@ internal GatewayCertificateAuthorityOperations (ApiManagementClient client) /// Assign Certificate entity to Gateway entity as Certificate Authority. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -897,7 +945,17 @@ internal GatewayCertificateAuthorityOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -961,7 +1019,13 @@ internal GatewayCertificateAuthorityOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1169,7 +1233,7 @@ internal GatewayCertificateAuthorityOperations (ApiManagementClient client) /// Remove relationship between Certificate Authority and Gateway entity. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1215,7 +1279,17 @@ internal GatewayCertificateAuthorityOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1283,7 +1357,13 @@ internal GatewayCertificateAuthorityOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayCertificateAuthorityOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayCertificateAuthorityOperationsExtensions.cs index aaeee6e02dcb..5c9747b48e4c 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayCertificateAuthorityOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayCertificateAuthorityOperationsExtensions.cs @@ -23,7 +23,7 @@ public static partial class GatewayCertificateAuthorityOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -48,7 +48,7 @@ public static partial class GatewayCertificateAuthorityOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -75,7 +75,7 @@ public static partial class GatewayCertificateAuthorityOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -101,7 +101,7 @@ public static bool GetEntityTag(this IGatewayCertificateAuthorityOperations oper /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -131,7 +131,7 @@ public static bool GetEntityTag(this IGatewayCertificateAuthorityOperations oper /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -156,7 +156,7 @@ public static GatewayCertificateAuthorityContract Get(this IGatewayCertificateAu /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -186,7 +186,7 @@ public static GatewayCertificateAuthorityContract Get(this IGatewayCertificateAu /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -215,7 +215,7 @@ public static GatewayCertificateAuthorityContract Get(this IGatewayCertificateAu /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -249,7 +249,7 @@ public static GatewayCertificateAuthorityContract Get(this IGatewayCertificateAu /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -279,7 +279,7 @@ public static void Delete(this IGatewayCertificateAuthorityOperations operations /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayHostnameConfigurationOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayHostnameConfigurationOperations.cs index 27298105b82e..58b254561f93 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayHostnameConfigurationOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayHostnameConfigurationOperations.cs @@ -45,7 +45,7 @@ internal GatewayHostnameConfigurationOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -86,7 +86,17 @@ internal GatewayHostnameConfigurationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -130,7 +140,13 @@ internal GatewayHostnameConfigurationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -299,7 +315,7 @@ internal GatewayHostnameConfigurationOperations (ApiManagementClient client) /// for specified Gateway entity. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -340,7 +356,17 @@ internal GatewayHostnameConfigurationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -399,7 +425,13 @@ internal GatewayHostnameConfigurationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -555,7 +587,7 @@ internal GatewayHostnameConfigurationOperations (ApiManagementClient client) /// Get details of a hostname configuration /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -599,7 +631,17 @@ internal GatewayHostnameConfigurationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -658,7 +700,13 @@ internal GatewayHostnameConfigurationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -832,7 +880,7 @@ internal GatewayHostnameConfigurationOperations (ApiManagementClient client) /// Creates of updates hostname configuration for a Gateway. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -888,7 +936,17 @@ internal GatewayHostnameConfigurationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -948,7 +1006,13 @@ internal GatewayHostnameConfigurationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1156,7 +1220,7 @@ internal GatewayHostnameConfigurationOperations (ApiManagementClient client) /// Deletes the specified hostname configuration from the specified Gateway. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1202,7 +1266,17 @@ internal GatewayHostnameConfigurationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1266,7 +1340,13 @@ internal GatewayHostnameConfigurationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayHostnameConfigurationOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayHostnameConfigurationOperationsExtensions.cs index 49a2c02cb80c..7c636c93eb7f 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayHostnameConfigurationOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayHostnameConfigurationOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class GatewayHostnameConfigurationOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -46,7 +46,7 @@ public static partial class GatewayHostnameConfigurationOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -73,7 +73,7 @@ public static partial class GatewayHostnameConfigurationOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -99,7 +99,7 @@ public static bool GetEntityTag(this IGatewayHostnameConfigurationOperations ope /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -129,7 +129,7 @@ public static bool GetEntityTag(this IGatewayHostnameConfigurationOperations ope /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -154,7 +154,7 @@ public static GatewayHostnameConfigurationContract Get(this IGatewayHostnameConf /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -184,7 +184,7 @@ public static GatewayHostnameConfigurationContract Get(this IGatewayHostnameConf /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -213,7 +213,7 @@ public static GatewayHostnameConfigurationContract Get(this IGatewayHostnameConf /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -247,7 +247,7 @@ public static GatewayHostnameConfigurationContract Get(this IGatewayHostnameConf /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -277,7 +277,7 @@ public static void Delete(this IGatewayHostnameConfigurationOperations operation /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayOperations.cs index d23d189f5479..6d379289d43d 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayOperations.cs @@ -45,7 +45,7 @@ internal GatewayOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -82,7 +82,17 @@ internal GatewayOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -111,7 +121,13 @@ internal GatewayOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -278,7 +294,7 @@ internal GatewayOperations (ApiManagementClient client) /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -315,7 +331,17 @@ internal GatewayOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -359,7 +385,13 @@ internal GatewayOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -513,7 +545,7 @@ internal GatewayOperations (ApiManagementClient client) /// Gets the details of the Gateway specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -553,7 +585,17 @@ internal GatewayOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -597,7 +639,13 @@ internal GatewayOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -769,7 +817,7 @@ internal GatewayOperations (ApiManagementClient client) /// Creates or updates a Gateway to be used in Api Management instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -824,7 +872,17 @@ internal GatewayOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -869,7 +927,13 @@ internal GatewayOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1075,7 +1139,7 @@ internal GatewayOperations (ApiManagementClient client) /// Updates the details of the gateway specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1127,7 +1191,17 @@ internal GatewayOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1176,7 +1250,13 @@ internal GatewayOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1364,7 +1444,7 @@ internal GatewayOperations (ApiManagementClient client) /// Deletes specific Gateway. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1406,7 +1486,17 @@ internal GatewayOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1455,7 +1545,13 @@ internal GatewayOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1605,7 +1701,7 @@ internal GatewayOperations (ApiManagementClient client) /// Retrieves gateway keys. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1645,7 +1741,17 @@ internal GatewayOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1689,7 +1795,13 @@ internal GatewayOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1861,7 +1973,7 @@ internal GatewayOperations (ApiManagementClient client) /// Regenerates specified gateway key invalidating any tokens created with it. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1909,7 +2021,17 @@ internal GatewayOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1953,7 +2075,13 @@ internal GatewayOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2101,7 +2229,7 @@ internal GatewayOperations (ApiManagementClient client) /// Gets the Shared Access Authorization Token for the gateway. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -2152,7 +2280,17 @@ internal GatewayOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -2196,7 +2334,13 @@ internal GatewayOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayOperationsExtensions.cs index 58e6f2e8f29b..3a832e552efe 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GatewayOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class GatewayOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -42,7 +42,7 @@ public static partial class GatewayOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -65,7 +65,7 @@ public static partial class GatewayOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -87,7 +87,7 @@ public static bool GetEntityTag(this IGatewayOperations operations, string resou /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -113,7 +113,7 @@ public static bool GetEntityTag(this IGatewayOperations operations, string resou /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -134,7 +134,7 @@ public static GatewayContract Get(this IGatewayOperations operations, string res /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -160,7 +160,7 @@ public static GatewayContract Get(this IGatewayOperations operations, string res /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -185,7 +185,7 @@ public static GatewayContract Get(this IGatewayOperations operations, string res /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -215,7 +215,7 @@ public static GatewayContract Get(this IGatewayOperations operations, string res /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -241,7 +241,7 @@ public static GatewayContract Update(this IGatewayOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -272,7 +272,7 @@ public static GatewayContract Update(this IGatewayOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -298,7 +298,7 @@ public static void Delete(this IGatewayOperations operations, string resourceGro /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -326,7 +326,7 @@ public static void Delete(this IGatewayOperations operations, string resourceGro /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -347,7 +347,7 @@ public static GatewayKeysContract ListKeys(this IGatewayOperations operations, s /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -373,7 +373,7 @@ public static GatewayKeysContract ListKeys(this IGatewayOperations operations, s /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -394,7 +394,7 @@ public static void RegenerateKey(this IGatewayOperations operations, string reso /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -417,7 +417,7 @@ public static void RegenerateKey(this IGatewayOperations operations, string reso /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -438,7 +438,7 @@ public static GatewayTokenContract GenerateToken(this IGatewayOperations operati /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GlobalSchemaOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GlobalSchemaOperations.cs index 80d0f771f494..72a01b9a57e7 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GlobalSchemaOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GlobalSchemaOperations.cs @@ -45,7 +45,7 @@ internal GlobalSchemaOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -82,7 +82,17 @@ internal GlobalSchemaOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -111,7 +121,13 @@ internal GlobalSchemaOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -278,7 +294,7 @@ internal GlobalSchemaOperations (ApiManagementClient client) /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -315,7 +331,17 @@ internal GlobalSchemaOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -359,7 +385,13 @@ internal GlobalSchemaOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -513,7 +545,7 @@ internal GlobalSchemaOperations (ApiManagementClient client) /// Gets the details of the Schema specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -553,7 +585,17 @@ internal GlobalSchemaOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -597,7 +639,13 @@ internal GlobalSchemaOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -770,7 +818,7 @@ internal GlobalSchemaOperations (ApiManagementClient client) /// service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -803,7 +851,7 @@ internal GlobalSchemaOperations (ApiManagementClient client) /// Deletes specific Schema. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -845,7 +893,17 @@ internal GlobalSchemaOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -894,7 +952,13 @@ internal GlobalSchemaOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1045,7 +1109,7 @@ internal GlobalSchemaOperations (ApiManagementClient client) /// service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1097,7 +1161,17 @@ internal GlobalSchemaOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1142,7 +1216,13 @@ internal GlobalSchemaOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GlobalSchemaOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GlobalSchemaOperationsExtensions.cs index 5c817b2372b9..d21fb536fc35 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GlobalSchemaOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GlobalSchemaOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class GlobalSchemaOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -42,7 +42,7 @@ public static partial class GlobalSchemaOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -65,7 +65,7 @@ public static partial class GlobalSchemaOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -87,7 +87,7 @@ public static bool GetEntityTag(this IGlobalSchemaOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -113,7 +113,7 @@ public static bool GetEntityTag(this IGlobalSchemaOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -134,7 +134,7 @@ public static GlobalSchemaContract Get(this IGlobalSchemaOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -161,7 +161,7 @@ public static GlobalSchemaContract Get(this IGlobalSchemaOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -187,7 +187,7 @@ public static GlobalSchemaContract Get(this IGlobalSchemaOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -217,7 +217,7 @@ public static GlobalSchemaContract Get(this IGlobalSchemaOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -243,7 +243,7 @@ public static void Delete(this IGlobalSchemaOperations operations, string resour /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -272,7 +272,7 @@ public static void Delete(this IGlobalSchemaOperations operations, string resour /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -298,7 +298,7 @@ public static void Delete(this IGlobalSchemaOperations operations, string resour /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GraphQLApiResolverOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GraphQLApiResolverOperations.cs new file mode 100644 index 000000000000..be5bd826e5a1 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GraphQLApiResolverOperations.cs @@ -0,0 +1,2035 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement +{ + using System.Linq; + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + + /// + /// GraphQlApiResolverOperations operations. + /// + internal partial class GraphQlApiResolverOperations : Microsoft.Rest.IServiceOperations, IGraphQlApiResolverOperations + { + /// + /// Initializes a new instance of the GraphQlApiResolverOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal GraphQlApiResolverOperations (ApiManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + this.Client = client; + } + + /// + /// Gets a reference to the ApiManagementClient + /// + public ApiManagementClient Client { get; private set; } + + /// + /// Lists a collection of the resolvers for the specified GraphQL API. + /// + /// + /// + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task>> ListByApiWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, Microsoft.Rest.Azure.OData.ODataQuery odataQuery = default(Microsoft.Rest.Azure.OData.ODataQuery), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (serviceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (apiId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "apiId"); + } + if (apiId != null) + { + if (apiId.Length > 256) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "apiId", 256); + } + if (apiId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "apiId", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(apiId, "^[^*#&+:<>?]+$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "apiId", "^[^*#&+:<>?]+$"); + } + } + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("odataQuery", odataQuery); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("apiId", apiId); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListByApi", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/resolvers").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (odataQuery != null) + { + var _resolverContract = odataQuery.ToString(); + if (!string.IsNullOrEmpty(_resolverContract)) + { + _queryParameters.Add(_resolverContract); + } + } + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Gets the entity state (Etag) version of the GraphQL API resolver specified + /// by its identifier. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> GetEntityTagWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string resolverId, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (serviceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (apiId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "apiId"); + } + if (apiId != null) + { + if (apiId.Length > 256) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "apiId", 256); + } + if (apiId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "apiId", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(apiId, "^[^*#&+:<>?]+$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "apiId", "^[^*#&+:<>?]+$"); + } + } + if (resolverId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resolverId"); + } + if (resolverId != null) + { + if (resolverId.Length > 80) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resolverId", 80); + } + if (resolverId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resolverId", 1); + } + } + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("apiId", apiId); + tracingParameters.Add("resolverId", resolverId); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/resolvers/{resolverId}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); + _url = _url.Replace("{resolverId}", System.Uri.EscapeDataString(resolverId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("HEAD"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + _result.Body = (_statusCode == System.Net.HttpStatusCode.OK); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(Newtonsoft.Json.JsonSerializer.Create(this.Client.DeserializationSettings)); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Gets the details of the GraphQL API Resolver specified by its identifier. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string resolverId, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (serviceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (apiId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "apiId"); + } + if (apiId != null) + { + if (apiId.Length > 256) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "apiId", 256); + } + if (apiId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "apiId", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(apiId, "^[^*#&+:<>?]+$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "apiId", "^[^*#&+:<>?]+$"); + } + } + if (resolverId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resolverId"); + } + if (resolverId != null) + { + if (resolverId.Length > 80) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resolverId", 80); + } + if (resolverId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resolverId", 1); + } + } + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("apiId", apiId); + tracingParameters.Add("resolverId", resolverId); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/resolvers/{resolverId}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); + _url = _url.Replace("{resolverId}", System.Uri.EscapeDataString(resolverId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(Newtonsoft.Json.JsonSerializer.Create(this.Client.DeserializationSettings)); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Creates a new resolver in the GraphQL API or updates an existing one. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// + /// + /// Create parameters. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string resolverId, ResolverContract parameters, string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (parameters == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "parameters"); + } + if (parameters != null) + { + parameters.Validate(); + } + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (serviceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (apiId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "apiId"); + } + if (apiId != null) + { + if (apiId.Length > 256) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "apiId", 256); + } + if (apiId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "apiId", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(apiId, "^[^*#&+:<>?]+$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "apiId", "^[^*#&+:<>?]+$"); + } + } + if (resolverId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resolverId"); + } + if (resolverId != null) + { + if (resolverId.Length > 80) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resolverId", 80); + } + if (resolverId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resolverId", 1); + } + } + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("apiId", apiId); + tracingParameters.Add("resolverId", resolverId); + tracingParameters.Add("ifMatch", ifMatch); + + tracingParameters.Add("parameters", parameters); + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/resolvers/{resolverId}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); + _url = _url.Replace("{resolverId}", System.Uri.EscapeDataString(resolverId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("PUT"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + if(parameters != null) + { + _requestContent = Microsoft.Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, this.Client.SerializationSettings); + _httpRequest.Content = new System.Net.Http.StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200 && (int)_statusCode != 201) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + // Deserialize Response + if ((int)_statusCode == 201) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(Newtonsoft.Json.JsonSerializer.Create(this.Client.DeserializationSettings)); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Updates the details of the resolver in the GraphQL API specified by its + /// identifier. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// GraphQL API Resolver Update parameters. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string resolverId, string ifMatch, ResolverUpdateContract parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (parameters == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "parameters"); + } + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (serviceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (apiId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "apiId"); + } + if (apiId != null) + { + if (apiId.Length > 256) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "apiId", 256); + } + if (apiId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "apiId", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(apiId, "^[^*#&+:<>?]+$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "apiId", "^[^*#&+:<>?]+$"); + } + } + if (resolverId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resolverId"); + } + if (resolverId != null) + { + if (resolverId.Length > 80) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resolverId", 80); + } + if (resolverId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resolverId", 1); + } + } + if (ifMatch == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "ifMatch"); + } + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("apiId", apiId); + tracingParameters.Add("resolverId", resolverId); + tracingParameters.Add("ifMatch", ifMatch); + + tracingParameters.Add("parameters", parameters); + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/resolvers/{resolverId}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); + _url = _url.Replace("{resolverId}", System.Uri.EscapeDataString(resolverId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("PATCH"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + if(parameters != null) + { + _requestContent = Microsoft.Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, this.Client.SerializationSettings); + _httpRequest.Content = new System.Net.Http.StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(Newtonsoft.Json.JsonSerializer.Create(this.Client.DeserializationSettings)); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Deletes the specified resolver in the GraphQL API. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string resolverId, string ifMatch, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (serviceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (apiId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "apiId"); + } + if (apiId != null) + { + if (apiId.Length > 256) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "apiId", 256); + } + if (apiId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "apiId", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(apiId, "^[^*#&+:<>?]+$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "apiId", "^[^*#&+:<>?]+$"); + } + } + if (resolverId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resolverId"); + } + if (resolverId != null) + { + if (resolverId.Length > 80) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resolverId", 80); + } + if (resolverId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resolverId", 1); + } + } + if (ifMatch == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "ifMatch"); + } + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("apiId", apiId); + tracingParameters.Add("resolverId", resolverId); + tracingParameters.Add("ifMatch", ifMatch); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/resolvers/{resolverId}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); + _url = _url.Replace("{resolverId}", System.Uri.EscapeDataString(resolverId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("DELETE"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200 && (int)_statusCode != 204) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Lists a collection of the resolvers for the specified GraphQL API. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task>> ListByApiNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + if (nextPageLink == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListByApiNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GraphQLApiResolverOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GraphQLApiResolverOperationsExtensions.cs new file mode 100644 index 000000000000..a032ed443360 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GraphQLApiResolverOperationsExtensions.cs @@ -0,0 +1,418 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest.Azure; + using Models; + + /// + /// Extension methods for GraphQlApiResolverOperations + /// + public static partial class GraphQlApiResolverOperationsExtensions + { + /// + /// Lists a collection of the resolvers for the specified GraphQL API. + /// + /// + /// The operations group for this extension method. + /// + /// + /// + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + public static Microsoft.Rest.Azure.IPage ListByApi(this IGraphQlApiResolverOperations operations, string resourceGroupName, string serviceName, string apiId, Microsoft.Rest.Azure.OData.ODataQuery odataQuery = default(Microsoft.Rest.Azure.OData.ODataQuery)) + { + return ((IGraphQlApiResolverOperations)operations).ListByApiAsync(resourceGroupName, serviceName, apiId, odataQuery).GetAwaiter().GetResult(); + } + + /// + /// Lists a collection of the resolvers for the specified GraphQL API. + /// + /// + /// The operations group for this extension method. + /// + /// + /// + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task> ListByApiAsync(this IGraphQlApiResolverOperations operations, string resourceGroupName, string serviceName, string apiId, Microsoft.Rest.Azure.OData.ODataQuery odataQuery = default(Microsoft.Rest.Azure.OData.ODataQuery), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ListByApiWithHttpMessagesAsync(resourceGroupName, serviceName, apiId, odataQuery, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Gets the entity state (Etag) version of the GraphQL API resolver specified + /// by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + public static bool GetEntityTag(this IGraphQlApiResolverOperations operations, string resourceGroupName, string serviceName, string apiId, string resolverId) + { + return ((IGraphQlApiResolverOperations)operations).GetEntityTagAsync(resourceGroupName, serviceName, apiId, resolverId).GetAwaiter().GetResult(); + } + + /// + /// Gets the entity state (Etag) version of the GraphQL API resolver specified + /// by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task GetEntityTagAsync(this IGraphQlApiResolverOperations operations, string resourceGroupName, string serviceName, string apiId, string resolverId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.GetEntityTagWithHttpMessagesAsync(resourceGroupName, serviceName, apiId, resolverId, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Gets the details of the GraphQL API Resolver specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + public static ResolverContract Get(this IGraphQlApiResolverOperations operations, string resourceGroupName, string serviceName, string apiId, string resolverId) + { + return ((IGraphQlApiResolverOperations)operations).GetAsync(resourceGroupName, serviceName, apiId, resolverId).GetAwaiter().GetResult(); + } + + /// + /// Gets the details of the GraphQL API Resolver specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task GetAsync(this IGraphQlApiResolverOperations operations, string resourceGroupName, string serviceName, string apiId, string resolverId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, serviceName, apiId, resolverId, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Creates a new resolver in the GraphQL API or updates an existing one. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// + public static ResolverContract CreateOrUpdate(this IGraphQlApiResolverOperations operations, string resourceGroupName, string serviceName, string apiId, string resolverId, ResolverContract parameters, string ifMatch = default(string)) + { + return ((IGraphQlApiResolverOperations)operations).CreateOrUpdateAsync(resourceGroupName, serviceName, apiId, resolverId, parameters, ifMatch).GetAwaiter().GetResult(); + } + + /// + /// Creates a new resolver in the GraphQL API or updates an existing one. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task CreateOrUpdateAsync(this IGraphQlApiResolverOperations operations, string resourceGroupName, string serviceName, string apiId, string resolverId, ResolverContract parameters, string ifMatch = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, serviceName, apiId, resolverId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Updates the details of the resolver in the GraphQL API specified by its + /// identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + public static ResolverContract Update(this IGraphQlApiResolverOperations operations, string resourceGroupName, string serviceName, string apiId, string resolverId, string ifMatch, ResolverUpdateContract parameters) + { + return ((IGraphQlApiResolverOperations)operations).UpdateAsync(resourceGroupName, serviceName, apiId, resolverId, ifMatch, parameters).GetAwaiter().GetResult(); + } + + /// + /// Updates the details of the resolver in the GraphQL API specified by its + /// identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task UpdateAsync(this IGraphQlApiResolverOperations operations, string resourceGroupName, string serviceName, string apiId, string resolverId, string ifMatch, ResolverUpdateContract parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, apiId, resolverId, ifMatch, parameters, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Deletes the specified resolver in the GraphQL API. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + public static void Delete(this IGraphQlApiResolverOperations operations, string resourceGroupName, string serviceName, string apiId, string resolverId, string ifMatch) + { + ((IGraphQlApiResolverOperations)operations).DeleteAsync(resourceGroupName, serviceName, apiId, resolverId, ifMatch).GetAwaiter().GetResult(); + } + + /// + /// Deletes the specified resolver in the GraphQL API. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task DeleteAsync(this IGraphQlApiResolverOperations operations, string resourceGroupName, string serviceName, string apiId, string resolverId, string ifMatch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, serviceName, apiId, resolverId, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + /// + /// Lists a collection of the resolvers for the specified GraphQL API. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static Microsoft.Rest.Azure.IPage ListByApiNext(this IGraphQlApiResolverOperations operations, string nextPageLink) + { + return ((IGraphQlApiResolverOperations)operations).ListByApiNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Lists a collection of the resolvers for the specified GraphQL API. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task> ListByApiNextAsync(this IGraphQlApiResolverOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ListByApiNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + } +} diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GraphQLApiResolverPolicyOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GraphQLApiResolverPolicyOperations.cs new file mode 100644 index 000000000000..ef1467b51474 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GraphQLApiResolverPolicyOperations.cs @@ -0,0 +1,1729 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement +{ + using System.Linq; + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + + /// + /// GraphQlApiResolverPolicyOperations operations. + /// + internal partial class GraphQlApiResolverPolicyOperations : Microsoft.Rest.IServiceOperations, IGraphQlApiResolverPolicyOperations + { + /// + /// Initializes a new instance of the GraphQlApiResolverPolicyOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal GraphQlApiResolverPolicyOperations (ApiManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + this.Client = client; + } + + /// + /// Gets a reference to the ApiManagementClient + /// + public ApiManagementClient Client { get; private set; } + + /// + /// Get the list of policy configuration at the GraphQL API Resolver level. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task>> ListByResolverWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string resolverId, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (serviceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (apiId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "apiId"); + } + if (apiId != null) + { + if (apiId.Length > 256) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "apiId", 256); + } + if (apiId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "apiId", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(apiId, "^[^*#&+:<>?]+$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "apiId", "^[^*#&+:<>?]+$"); + } + } + if (resolverId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resolverId"); + } + if (resolverId != null) + { + if (resolverId.Length > 80) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resolverId", 80); + } + if (resolverId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resolverId", 1); + } + } + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("apiId", apiId); + tracingParameters.Add("resolverId", resolverId); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListByResolver", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/resolvers/{resolverId}/policies").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); + _url = _url.Replace("{resolverId}", System.Uri.EscapeDataString(resolverId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Gets the entity state (Etag) version of the GraphQL API resolver policy + /// specified by its identifier. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> GetEntityTagWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string resolverId, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + string policyId = "policy"; + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (serviceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (apiId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "apiId"); + } + if (apiId != null) + { + if (apiId.Length > 256) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "apiId", 256); + } + if (apiId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "apiId", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(apiId, "^[^*#&+:<>?]+$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "apiId", "^[^*#&+:<>?]+$"); + } + } + if (resolverId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resolverId"); + } + if (resolverId != null) + { + if (resolverId.Length > 80) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resolverId", 80); + } + if (resolverId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resolverId", 1); + } + } + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("apiId", apiId); + tracingParameters.Add("resolverId", resolverId); + tracingParameters.Add("policyId", policyId); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/resolvers/{resolverId}/policies/{policyId}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); + _url = _url.Replace("{resolverId}", System.Uri.EscapeDataString(resolverId)); + _url = _url.Replace("{policyId}", System.Uri.EscapeDataString(policyId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("HEAD"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + _result.Body = (_statusCode == System.Net.HttpStatusCode.OK); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(Newtonsoft.Json.JsonSerializer.Create(this.Client.DeserializationSettings)); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Get the policy configuration at the GraphQL API Resolver level. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// Policy Export Format. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string resolverId, string format = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + string policyId = "policy"; + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (serviceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (apiId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "apiId"); + } + if (apiId != null) + { + if (apiId.Length > 256) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "apiId", 256); + } + if (apiId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "apiId", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(apiId, "^[^*#&+:<>?]+$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "apiId", "^[^*#&+:<>?]+$"); + } + } + if (resolverId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resolverId"); + } + if (resolverId != null) + { + if (resolverId.Length > 80) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resolverId", 80); + } + if (resolverId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resolverId", 1); + } + } + + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("apiId", apiId); + tracingParameters.Add("resolverId", resolverId); + tracingParameters.Add("format", format); + tracingParameters.Add("policyId", policyId); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/resolvers/{resolverId}/policies/{policyId}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); + _url = _url.Replace("{resolverId}", System.Uri.EscapeDataString(resolverId)); + _url = _url.Replace("{policyId}", System.Uri.EscapeDataString(policyId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (format != null) + { + _queryParameters.Add(string.Format("format={0}", System.Uri.EscapeDataString(format))); + } + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(Newtonsoft.Json.JsonSerializer.Create(this.Client.DeserializationSettings)); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Creates or updates policy configuration for the GraphQL API Resolver level. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// + /// + /// The policy contents to apply. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string resolverId, PolicyContract parameters, string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + string policyId = "policy"; + + if (parameters == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "parameters"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (serviceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (apiId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "apiId"); + } + if (apiId != null) + { + if (apiId.Length > 256) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "apiId", 256); + } + if (apiId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "apiId", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(apiId, "^[^*#&+:<>?]+$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "apiId", "^[^*#&+:<>?]+$"); + } + } + if (resolverId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resolverId"); + } + if (resolverId != null) + { + if (resolverId.Length > 80) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resolverId", 80); + } + if (resolverId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resolverId", 1); + } + } + + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("apiId", apiId); + tracingParameters.Add("resolverId", resolverId); + tracingParameters.Add("policyId", policyId); + tracingParameters.Add("ifMatch", ifMatch); + + tracingParameters.Add("parameters", parameters); + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/resolvers/{resolverId}/policies/{policyId}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); + _url = _url.Replace("{resolverId}", System.Uri.EscapeDataString(resolverId)); + _url = _url.Replace("{policyId}", System.Uri.EscapeDataString(policyId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("PUT"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + if(parameters != null) + { + _requestContent = Microsoft.Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, this.Client.SerializationSettings); + _httpRequest.Content = new System.Net.Http.StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200 && (int)_statusCode != 201) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + // Deserialize Response + if ((int)_statusCode == 201) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(Newtonsoft.Json.JsonSerializer.Create(this.Client.DeserializationSettings)); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Deletes the policy configuration at the GraphQL Api Resolver. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string resolverId, string ifMatch, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + string policyId = "policy"; + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (serviceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (apiId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "apiId"); + } + if (apiId != null) + { + if (apiId.Length > 256) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "apiId", 256); + } + if (apiId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "apiId", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(apiId, "^[^*#&+:<>?]+$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "apiId", "^[^*#&+:<>?]+$"); + } + } + if (resolverId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resolverId"); + } + if (resolverId != null) + { + if (resolverId.Length > 80) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resolverId", 80); + } + if (resolverId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resolverId", 1); + } + } + + if (ifMatch == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "ifMatch"); + } + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("apiId", apiId); + tracingParameters.Add("resolverId", resolverId); + tracingParameters.Add("policyId", policyId); + tracingParameters.Add("ifMatch", ifMatch); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/resolvers/{resolverId}/policies/{policyId}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); + _url = _url.Replace("{resolverId}", System.Uri.EscapeDataString(resolverId)); + _url = _url.Replace("{policyId}", System.Uri.EscapeDataString(policyId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("DELETE"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200 && (int)_statusCode != 204) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Get the list of policy configuration at the GraphQL API Resolver level. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task>> ListByResolverNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + if (nextPageLink == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListByResolverNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GraphQLApiResolverPolicyOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GraphQLApiResolverPolicyOperationsExtensions.cs new file mode 100644 index 000000000000..27a5396264d5 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GraphQLApiResolverPolicyOperationsExtensions.cs @@ -0,0 +1,357 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest.Azure; + using Models; + + /// + /// Extension methods for GraphQlApiResolverPolicyOperations + /// + public static partial class GraphQlApiResolverPolicyOperationsExtensions + { + /// + /// Get the list of policy configuration at the GraphQL API Resolver level. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + public static Microsoft.Rest.Azure.IPage ListByResolver(this IGraphQlApiResolverPolicyOperations operations, string resourceGroupName, string serviceName, string apiId, string resolverId) + { + return ((IGraphQlApiResolverPolicyOperations)operations).ListByResolverAsync(resourceGroupName, serviceName, apiId, resolverId).GetAwaiter().GetResult(); + } + + /// + /// Get the list of policy configuration at the GraphQL API Resolver level. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task> ListByResolverAsync(this IGraphQlApiResolverPolicyOperations operations, string resourceGroupName, string serviceName, string apiId, string resolverId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ListByResolverWithHttpMessagesAsync(resourceGroupName, serviceName, apiId, resolverId, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Gets the entity state (Etag) version of the GraphQL API resolver policy + /// specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + public static bool GetEntityTag(this IGraphQlApiResolverPolicyOperations operations, string resourceGroupName, string serviceName, string apiId, string resolverId) + { + return ((IGraphQlApiResolverPolicyOperations)operations).GetEntityTagAsync(resourceGroupName, serviceName, apiId, resolverId).GetAwaiter().GetResult(); + } + + /// + /// Gets the entity state (Etag) version of the GraphQL API resolver policy + /// specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task GetEntityTagAsync(this IGraphQlApiResolverPolicyOperations operations, string resourceGroupName, string serviceName, string apiId, string resolverId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.GetEntityTagWithHttpMessagesAsync(resourceGroupName, serviceName, apiId, resolverId, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Get the policy configuration at the GraphQL API Resolver level. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// Policy Export Format. + /// + public static PolicyContract Get(this IGraphQlApiResolverPolicyOperations operations, string resourceGroupName, string serviceName, string apiId, string resolverId, string format = default(string)) + { + return ((IGraphQlApiResolverPolicyOperations)operations).GetAsync(resourceGroupName, serviceName, apiId, resolverId, format).GetAwaiter().GetResult(); + } + + /// + /// Get the policy configuration at the GraphQL API Resolver level. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// Policy Export Format. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task GetAsync(this IGraphQlApiResolverPolicyOperations operations, string resourceGroupName, string serviceName, string apiId, string resolverId, string format = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, serviceName, apiId, resolverId, format, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Creates or updates policy configuration for the GraphQL API Resolver level. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// + public static PolicyContract CreateOrUpdate(this IGraphQlApiResolverPolicyOperations operations, string resourceGroupName, string serviceName, string apiId, string resolverId, PolicyContract parameters, string ifMatch = default(string)) + { + return ((IGraphQlApiResolverPolicyOperations)operations).CreateOrUpdateAsync(resourceGroupName, serviceName, apiId, resolverId, parameters, ifMatch).GetAwaiter().GetResult(); + } + + /// + /// Creates or updates policy configuration for the GraphQL API Resolver level. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task CreateOrUpdateAsync(this IGraphQlApiResolverPolicyOperations operations, string resourceGroupName, string serviceName, string apiId, string resolverId, PolicyContract parameters, string ifMatch = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, serviceName, apiId, resolverId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Deletes the policy configuration at the GraphQL Api Resolver. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + public static void Delete(this IGraphQlApiResolverPolicyOperations operations, string resourceGroupName, string serviceName, string apiId, string resolverId, string ifMatch) + { + ((IGraphQlApiResolverPolicyOperations)operations).DeleteAsync(resourceGroupName, serviceName, apiId, resolverId, ifMatch).GetAwaiter().GetResult(); + } + + /// + /// Deletes the policy configuration at the GraphQL Api Resolver. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task DeleteAsync(this IGraphQlApiResolverPolicyOperations operations, string resourceGroupName, string serviceName, string apiId, string resolverId, string ifMatch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, serviceName, apiId, resolverId, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + /// + /// Get the list of policy configuration at the GraphQL API Resolver level. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static Microsoft.Rest.Azure.IPage ListByResolverNext(this IGraphQlApiResolverPolicyOperations operations, string nextPageLink) + { + return ((IGraphQlApiResolverPolicyOperations)operations).ListByResolverNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Get the list of policy configuration at the GraphQL API Resolver level. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task> ListByResolverNextAsync(this IGraphQlApiResolverPolicyOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ListByResolverNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + } +} diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GroupOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GroupOperations.cs index 5552a2af1351..07499459e5fc 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GroupOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GroupOperations.cs @@ -45,7 +45,7 @@ internal GroupOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -82,7 +82,17 @@ internal GroupOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -111,7 +121,13 @@ internal GroupOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -278,7 +294,7 @@ internal GroupOperations (ApiManagementClient client) /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -315,7 +331,17 @@ internal GroupOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -359,7 +385,13 @@ internal GroupOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -513,7 +545,7 @@ internal GroupOperations (ApiManagementClient client) /// Gets the details of the group specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -553,7 +585,17 @@ internal GroupOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -597,7 +639,13 @@ internal GroupOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -769,7 +817,7 @@ internal GroupOperations (ApiManagementClient client) /// Creates or Updates a group. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -824,7 +872,17 @@ internal GroupOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -869,7 +927,13 @@ internal GroupOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1075,7 +1139,7 @@ internal GroupOperations (ApiManagementClient client) /// Updates the details of the group specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1127,7 +1191,17 @@ internal GroupOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1176,7 +1250,13 @@ internal GroupOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1364,7 +1444,7 @@ internal GroupOperations (ApiManagementClient client) /// Deletes specific group of the API Management service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1406,7 +1486,17 @@ internal GroupOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1455,7 +1545,13 @@ internal GroupOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GroupOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GroupOperationsExtensions.cs index 7da75c220f61..5232083988fb 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GroupOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GroupOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class GroupOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -42,7 +42,7 @@ public static partial class GroupOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -65,7 +65,7 @@ public static partial class GroupOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -87,7 +87,7 @@ public static bool GetEntityTag(this IGroupOperations operations, string resourc /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -113,7 +113,7 @@ public static bool GetEntityTag(this IGroupOperations operations, string resourc /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -134,7 +134,7 @@ public static GroupContract Get(this IGroupOperations operations, string resourc /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -160,7 +160,7 @@ public static GroupContract Get(this IGroupOperations operations, string resourc /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -185,7 +185,7 @@ public static GroupContract Get(this IGroupOperations operations, string resourc /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -215,7 +215,7 @@ public static GroupContract Get(this IGroupOperations operations, string resourc /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -241,7 +241,7 @@ public static GroupContract Update(this IGroupOperations operations, string reso /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -272,7 +272,7 @@ public static GroupContract Update(this IGroupOperations operations, string reso /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -298,7 +298,7 @@ public static void Delete(this IGroupOperations operations, string resourceGroup /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GroupUserOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GroupUserOperations.cs index 2ff1cf685c16..68b53a2792af 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GroupUserOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GroupUserOperations.cs @@ -45,7 +45,7 @@ internal GroupUserOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -86,7 +86,17 @@ internal GroupUserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -130,7 +140,13 @@ internal GroupUserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -299,7 +315,7 @@ internal GroupUserOperations (ApiManagementClient client) /// group entity. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -340,7 +356,17 @@ internal GroupUserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -399,7 +425,13 @@ internal GroupUserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -542,7 +574,7 @@ internal GroupUserOperations (ApiManagementClient client) /// Add existing user to existing group /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -586,7 +618,17 @@ internal GroupUserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -645,7 +687,13 @@ internal GroupUserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -824,7 +872,7 @@ internal GroupUserOperations (ApiManagementClient client) /// Remove existing user from existing group. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -865,7 +913,17 @@ internal GroupUserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -924,7 +982,13 @@ internal GroupUserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GroupUserOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GroupUserOperationsExtensions.cs index bb95efbfb1bd..5f4787975e8c 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GroupUserOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/GroupUserOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class GroupUserOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -46,7 +46,7 @@ public static partial class GroupUserOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -73,7 +73,7 @@ public static partial class GroupUserOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -99,7 +99,7 @@ public static bool CheckEntityExists(this IGroupUserOperations operations, strin /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -129,7 +129,7 @@ public static bool CheckEntityExists(this IGroupUserOperations operations, strin /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -154,7 +154,7 @@ public static UserContract Create(this IGroupUserOperations operations, string r /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -184,7 +184,7 @@ public static UserContract Create(this IGroupUserOperations operations, string r /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -209,7 +209,7 @@ public static void Delete(this IGroupUserOperations operations, string resourceG /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiDiagnosticOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiDiagnosticOperations.cs index 199f8583d59b..78f3f68b79bf 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiDiagnosticOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiDiagnosticOperations.cs @@ -23,7 +23,7 @@ public partial interface IApiDiagnosticOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -55,7 +55,7 @@ public partial interface IApiDiagnosticOperations /// by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -86,7 +86,7 @@ public partial interface IApiDiagnosticOperations /// Gets the details of the Diagnostic for an API specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -120,7 +120,7 @@ public partial interface IApiDiagnosticOperations /// Creates a new Diagnostic for an API or updates an existing one. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -163,7 +163,7 @@ public partial interface IApiDiagnosticOperations /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -205,7 +205,7 @@ public partial interface IApiDiagnosticOperations /// Deletes the specified Diagnostic from an API. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiExportOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiExportOperations.cs index 1eb83aa62245..ac11342da697 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiExportOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiExportOperations.cs @@ -22,7 +22,7 @@ public partial interface IApiExportOperations /// specified to the Storage Blob with SAS Key valid for 5 minutes. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiIssueAttachmentOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiIssueAttachmentOperations.cs index 889133423b5d..cd2eb6fe7daf 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiIssueAttachmentOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiIssueAttachmentOperations.cs @@ -23,7 +23,7 @@ public partial interface IApiIssueAttachmentOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -59,7 +59,7 @@ public partial interface IApiIssueAttachmentOperations /// specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -95,7 +95,7 @@ public partial interface IApiIssueAttachmentOperations /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -134,7 +134,7 @@ public partial interface IApiIssueAttachmentOperations /// one. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -178,7 +178,7 @@ public partial interface IApiIssueAttachmentOperations /// Deletes the specified comment from an Issue. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiIssueCommentOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiIssueCommentOperations.cs index 6582dbcf026b..a9b25ab3426b 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiIssueCommentOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiIssueCommentOperations.cs @@ -23,7 +23,7 @@ public partial interface IApiIssueCommentOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -59,7 +59,7 @@ public partial interface IApiIssueCommentOperations /// specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -95,7 +95,7 @@ public partial interface IApiIssueCommentOperations /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -132,7 +132,7 @@ public partial interface IApiIssueCommentOperations /// Creates a new Comment for the Issue in an API or updates an existing one. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -176,7 +176,7 @@ public partial interface IApiIssueCommentOperations /// Deletes the specified comment from an Issue. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiIssueOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiIssueOperations.cs index 5682e8b70c4a..7b9961ca27d9 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiIssueOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiIssueOperations.cs @@ -23,7 +23,7 @@ public partial interface IApiIssueOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -58,7 +58,7 @@ public partial interface IApiIssueOperations /// its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -89,7 +89,7 @@ public partial interface IApiIssueOperations /// Gets the details of the Issue for an API specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -126,7 +126,7 @@ public partial interface IApiIssueOperations /// Creates a new Issue for an API or updates an existing one. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -167,7 +167,7 @@ public partial interface IApiIssueOperations /// Updates an existing issue for an API. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -209,7 +209,7 @@ public partial interface IApiIssueOperations /// Deletes the specified Issue from an API. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiManagementClient.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiManagementClient.cs index b25d130df455..e97423a3cf5b 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiManagementClient.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiManagementClient.cs @@ -44,9 +44,7 @@ public partial interface IApiManagementClient : System.IDisposable /// - /// Subscription credentials which uniquely identify Microsoft Azure - /// subscription. The subscription ID forms part of the URI for every service - /// call. + /// The ID of the target subscription. /// string SubscriptionId { get; set;} @@ -102,6 +100,16 @@ public partial interface IApiManagementClient : System.IDisposable /// ITagOperations Tag { get; } + /// + /// Gets the IGraphQlApiResolverOperations + /// + IGraphQlApiResolverOperations GraphQlApiResolver { get; } + + /// + /// Gets the IGraphQlApiResolverPolicyOperations + /// + IGraphQlApiResolverPolicyOperations GraphQlApiResolverPolicy { get; } + /// /// Gets the IApiProductOperations /// @@ -147,6 +155,16 @@ public partial interface IApiManagementClient : System.IDisposable /// IOperationOperations Operation { get; } + /// + /// Gets the IApiWikiOperations + /// + IApiWikiOperations ApiWiki { get; } + + /// + /// Gets the IApiWikisOperations + /// + IApiWikisOperations ApiWikis { get; } + /// /// Gets the IApiExportOperations /// @@ -362,6 +380,16 @@ public partial interface IApiManagementClient : System.IDisposable /// IProductPolicyOperations ProductPolicy { get; } + /// + /// Gets the IProductWikiOperations + /// + IProductWikiOperations ProductWiki { get; } + + /// + /// Gets the IProductWikisOperations + /// + IProductWikisOperations ProductWikis { get; } + /// /// Gets the IQuotaByCounterKeysOperations /// @@ -458,7 +486,7 @@ public partial interface IApiManagementClient : System.IDisposable /// errors encountered while trying to establish it. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -491,7 +519,7 @@ public partial interface IApiManagementClient : System.IDisposable /// errors encountered while trying to establish it. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiManagementServiceOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiManagementServiceOperations.cs index 209b65044b28..98fc277e4890 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiManagementServiceOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiManagementServiceOperations.cs @@ -24,7 +24,7 @@ public partial interface IApiManagementServiceOperations /// long running operation and could take several minutes to complete. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -45,7 +45,7 @@ public partial interface IApiManagementServiceOperations /// /// Thrown when unable to deserialize the response /// - System.Threading.Tasks.Task> RestoreWithHttpMessagesAsync(string resourceGroupName, string serviceName, ApiManagementServiceBackupRestoreParameters parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + System.Threading.Tasks.Task> RestoreWithHttpMessagesAsync(string resourceGroupName, string serviceName, ApiManagementServiceBackupRestoreParameters parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); /// /// Creates a backup of the API Management service to the given Azure Storage @@ -58,7 +58,7 @@ public partial interface IApiManagementServiceOperations /// complete. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -78,7 +78,7 @@ public partial interface IApiManagementServiceOperations /// /// Thrown when unable to deserialize the response /// - System.Threading.Tasks.Task> BackupWithHttpMessagesAsync(string resourceGroupName, string serviceName, ApiManagementServiceBackupRestoreParameters parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + System.Threading.Tasks.Task> BackupWithHttpMessagesAsync(string resourceGroupName, string serviceName, ApiManagementServiceBackupRestoreParameters parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); /// /// Creates or updates an API Management service. This is long running @@ -89,7 +89,7 @@ public partial interface IApiManagementServiceOperations /// operation and could take several minutes to complete. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -118,7 +118,7 @@ public partial interface IApiManagementServiceOperations /// Updates an existing API Management service. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -147,7 +147,7 @@ public partial interface IApiManagementServiceOperations /// Gets an API Management service resource description. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -173,7 +173,7 @@ public partial interface IApiManagementServiceOperations /// Deletes an existing API Management service. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -192,6 +192,36 @@ public partial interface IApiManagementServiceOperations /// System.Threading.Tasks.Task> DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + /// + /// Upgrades an API Management service to the Stv2 platform. For details refer + /// to https://aka.ms/apim-migrate-stv2. This change is not reversible. This is + /// long running operation and could take several minutes to complete. + /// + /// + /// Upgrades an API Management service to the Stv2 platform. For details refer + /// to https://aka.ms/apim-migrate-stv2. This change is not reversible. This is + /// long running operation and could take several minutes to complete. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> MigrateToStv2WithHttpMessagesAsync(string resourceGroupName, string serviceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + /// /// List all API Management services within a resource group. /// @@ -199,7 +229,7 @@ public partial interface IApiManagementServiceOperations /// List all API Management services within a resource group. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The headers that will be added to request. @@ -244,7 +274,7 @@ public partial interface IApiManagementServiceOperations /// for 5 Minutes. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -317,7 +347,7 @@ public partial interface IApiManagementServiceOperations /// to pick the updated DNS changes. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -340,7 +370,7 @@ public partial interface IApiManagementServiceOperations /// /// Thrown when unable to deserialize the response /// - System.Threading.Tasks.Task> ApplyNetworkConfigurationUpdatesWithHttpMessagesAsync(string resourceGroupName, string serviceName, ApiManagementServiceApplyNetworkConfigurationParameters parameters = default(ApiManagementServiceApplyNetworkConfigurationParameters), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + System.Threading.Tasks.Task> ApplyNetworkConfigurationUpdatesWithHttpMessagesAsync(string resourceGroupName, string serviceName, ApiManagementServiceApplyNetworkConfigurationParameters parameters = default(ApiManagementServiceApplyNetworkConfigurationParameters), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); /// /// Restores a backup of an API Management service created using the @@ -353,7 +383,7 @@ public partial interface IApiManagementServiceOperations /// long running operation and could take several minutes to complete. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -374,7 +404,7 @@ public partial interface IApiManagementServiceOperations /// /// Thrown when unable to deserialize the response /// - System.Threading.Tasks.Task> BeginRestoreWithHttpMessagesAsync(string resourceGroupName, string serviceName, ApiManagementServiceBackupRestoreParameters parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + System.Threading.Tasks.Task> BeginRestoreWithHttpMessagesAsync(string resourceGroupName, string serviceName, ApiManagementServiceBackupRestoreParameters parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); /// /// Creates a backup of the API Management service to the given Azure Storage @@ -387,7 +417,7 @@ public partial interface IApiManagementServiceOperations /// complete. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -407,7 +437,7 @@ public partial interface IApiManagementServiceOperations /// /// Thrown when unable to deserialize the response /// - System.Threading.Tasks.Task> BeginBackupWithHttpMessagesAsync(string resourceGroupName, string serviceName, ApiManagementServiceBackupRestoreParameters parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + System.Threading.Tasks.Task> BeginBackupWithHttpMessagesAsync(string resourceGroupName, string serviceName, ApiManagementServiceBackupRestoreParameters parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); /// /// Creates or updates an API Management service. This is long running @@ -418,7 +448,7 @@ public partial interface IApiManagementServiceOperations /// operation and could take several minutes to complete. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -447,7 +477,7 @@ public partial interface IApiManagementServiceOperations /// Updates an existing API Management service. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -476,7 +506,7 @@ public partial interface IApiManagementServiceOperations /// Deletes an existing API Management service. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -495,6 +525,36 @@ public partial interface IApiManagementServiceOperations /// System.Threading.Tasks.Task> BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + /// + /// Upgrades an API Management service to the Stv2 platform. For details refer + /// to https://aka.ms/apim-migrate-stv2. This change is not reversible. This is + /// long running operation and could take several minutes to complete. + /// + /// + /// Upgrades an API Management service to the Stv2 platform. For details refer + /// to https://aka.ms/apim-migrate-stv2. This change is not reversible. This is + /// long running operation and could take several minutes to complete. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> BeginMigrateToStv2WithHttpMessagesAsync(string resourceGroupName, string serviceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + /// /// Updates the Microsoft.ApiManagement resource running in the Virtual network /// to pick the updated DNS changes. @@ -504,7 +564,7 @@ public partial interface IApiManagementServiceOperations /// to pick the updated DNS changes. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -527,7 +587,7 @@ public partial interface IApiManagementServiceOperations /// /// Thrown when unable to deserialize the response /// - System.Threading.Tasks.Task> BeginApplyNetworkConfigurationUpdatesWithHttpMessagesAsync(string resourceGroupName, string serviceName, ApiManagementServiceApplyNetworkConfigurationParameters parameters = default(ApiManagementServiceApplyNetworkConfigurationParameters), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + System.Threading.Tasks.Task> BeginApplyNetworkConfigurationUpdatesWithHttpMessagesAsync(string resourceGroupName, string serviceName, ApiManagementServiceApplyNetworkConfigurationParameters parameters = default(ApiManagementServiceApplyNetworkConfigurationParameters), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); /// /// List all API Management services within a resource group. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiManagementServiceSkusOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiManagementServiceSkusOperations.cs index 9085dd8ff8c0..3e66a96e4a31 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiManagementServiceSkusOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiManagementServiceSkusOperations.cs @@ -20,7 +20,7 @@ public partial interface IApiManagementServiceSkusOperations /// Gets all available SKU for a given API Management service /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiOperationOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiOperationOperations.cs index aefef40bf4fb..3a9aaa67f877 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiOperationOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiOperationOperations.cs @@ -23,7 +23,7 @@ public partial interface IApiOperationOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -59,7 +59,7 @@ public partial interface IApiOperationOperations /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -91,7 +91,7 @@ public partial interface IApiOperationOperations /// Gets the details of the API Operation specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -126,7 +126,7 @@ public partial interface IApiOperationOperations /// Creates a new operation in the API or updates an existing one. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -170,7 +170,7 @@ public partial interface IApiOperationOperations /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -213,7 +213,7 @@ public partial interface IApiOperationOperations /// Deletes the specified operation in the API. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiOperationPolicyOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiOperationPolicyOperations.cs index bd3a4b9b74ee..f883734c3f83 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiOperationPolicyOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiOperationPolicyOperations.cs @@ -20,7 +20,7 @@ public partial interface IApiOperationPolicyOperations /// Get the list of policy configuration at the API Operation level. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -57,7 +57,7 @@ public partial interface IApiOperationPolicyOperations /// by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -89,7 +89,7 @@ public partial interface IApiOperationPolicyOperations /// Get the policy configuration at the API Operation level. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -127,7 +127,7 @@ public partial interface IApiOperationPolicyOperations /// Creates or updates policy configuration for the API Operation level. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -169,7 +169,7 @@ public partial interface IApiOperationPolicyOperations /// Deletes the policy configuration at the Api Operation. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiOperations.cs index ae5db2b27c87..0081bb29007c 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiOperations.cs @@ -23,7 +23,7 @@ public partial interface IApiOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -57,7 +57,7 @@ public partial interface IApiOperations /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -85,7 +85,7 @@ public partial interface IApiOperations /// Gets the details of the API specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -118,7 +118,7 @@ public partial interface IApiOperations /// instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -156,7 +156,7 @@ public partial interface IApiOperations /// Updates the specified API of the API Management service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -195,7 +195,7 @@ public partial interface IApiOperations /// Deletes the specified API of the API Management service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -234,7 +234,7 @@ public partial interface IApiOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -265,7 +265,7 @@ public partial interface IApiOperations /// instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiPolicyOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiPolicyOperations.cs index a770947572ff..09f97d3edded 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiPolicyOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiPolicyOperations.cs @@ -20,7 +20,7 @@ public partial interface IApiPolicyOperations /// Get the policy configuration at the API level. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -53,7 +53,7 @@ public partial interface IApiPolicyOperations /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -81,7 +81,7 @@ public partial interface IApiPolicyOperations /// Get the policy configuration at the API level. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -115,7 +115,7 @@ public partial interface IApiPolicyOperations /// Creates or updates policy configuration for the API. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -153,7 +153,7 @@ public partial interface IApiPolicyOperations /// Deletes the policy configuration at the Api. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiProductOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiProductOperations.cs index 40fc09dd057b..a48d03f5149a 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiProductOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiProductOperations.cs @@ -23,7 +23,7 @@ public partial interface IApiProductOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiReleaseOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiReleaseOperations.cs index 8cdd66863761..764beca56805 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiReleaseOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiReleaseOperations.cs @@ -29,7 +29,7 @@ public partial interface IApiReleaseOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -59,7 +59,7 @@ public partial interface IApiReleaseOperations /// Returns the etag of an API release. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -90,7 +90,7 @@ public partial interface IApiReleaseOperations /// Returns the details of an API release. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -124,7 +124,7 @@ public partial interface IApiReleaseOperations /// Creates a new Release for the API. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -165,7 +165,7 @@ public partial interface IApiReleaseOperations /// Updates the details of the release of the API specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -207,7 +207,7 @@ public partial interface IApiReleaseOperations /// Deletes the specified release in the API. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiRevisionOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiRevisionOperations.cs index 9bd46490a320..58735d50f11d 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiRevisionOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiRevisionOperations.cs @@ -23,7 +23,7 @@ public partial interface IApiRevisionOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiSchemaOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiSchemaOperations.cs index 18483c74c05b..c6b12cd617a9 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiSchemaOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiSchemaOperations.cs @@ -20,7 +20,7 @@ public partial interface IApiSchemaOperations /// Get the schema configuration at the API level. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -66,7 +66,7 @@ public partial interface IApiSchemaOperations /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -98,7 +98,7 @@ public partial interface IApiSchemaOperations /// Get the schema configuration at the API level. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -133,7 +133,7 @@ public partial interface IApiSchemaOperations /// Creates or updates schema configuration for the API. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -175,7 +175,7 @@ public partial interface IApiSchemaOperations /// Deletes the schema configuration at the Api. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -215,7 +215,7 @@ public partial interface IApiSchemaOperations /// Creates or updates schema configuration for the API. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiTagDescriptionOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiTagDescriptionOperations.cs index 8de0fabd06fa..45dea0f45253 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiTagDescriptionOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiTagDescriptionOperations.cs @@ -27,7 +27,7 @@ public partial interface IApiTagDescriptionOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -58,7 +58,7 @@ public partial interface IApiTagDescriptionOperations /// Gets the entity state version of the tag specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -90,7 +90,7 @@ public partial interface IApiTagDescriptionOperations /// Get Tag description in scope of API /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -125,7 +125,7 @@ public partial interface IApiTagDescriptionOperations /// Create/Update tag description in scope of the Api. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -167,7 +167,7 @@ public partial interface IApiTagDescriptionOperations /// Delete tag description for the Api. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiVersionSetOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiVersionSetOperations.cs index 32bd603dc81d..96f27e4bc66f 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiVersionSetOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiVersionSetOperations.cs @@ -23,7 +23,7 @@ public partial interface IApiVersionSetOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -51,7 +51,7 @@ public partial interface IApiVersionSetOperations /// its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -78,7 +78,7 @@ public partial interface IApiVersionSetOperations /// Gets the details of the Api Version Set specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -108,7 +108,7 @@ public partial interface IApiVersionSetOperations /// Creates or Updates a Api Version Set. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -145,7 +145,7 @@ public partial interface IApiVersionSetOperations /// Updates the details of the Api VersionSet specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -183,7 +183,7 @@ public partial interface IApiVersionSetOperations /// Deletes specific Api Version Set. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiWikiOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiWikiOperations.cs new file mode 100644 index 000000000000..c66dcb9a7489 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiWikiOperations.cs @@ -0,0 +1,183 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest.Azure; + using Models; + + /// + /// ApiWikiOperations operations. + /// + public partial interface IApiWikiOperations + { + /// + /// Gets the entity state (Etag) version of the Wiki for an API specified by + /// its identifier. + /// + /// + /// Gets the entity state (Etag) version of the Wiki for an API specified by + /// its identifier. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + System.Threading.Tasks.Task> GetEntityTagWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Gets the details of the Wiki for an API specified by its identifier. + /// + /// + /// Gets the details of the Wiki for an API specified by its identifier. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Creates a new Wiki for an API or updates an existing one. + /// + /// + /// Creates a new Wiki for an API or updates an existing one. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// + /// + /// Create parameters. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, WikiContract parameters, string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Updates the details of the Wiki for an API specified by its identifier. + /// + /// + /// Updates the details of the Wiki for an API specified by its identifier. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// Wiki Update parameters. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string ifMatch, WikiUpdateContract parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Deletes the specified Wiki from an API. + /// + /// + /// Deletes the specified Wiki from an API. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + System.Threading.Tasks.Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string ifMatch, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiWikisOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiWikisOperations.cs new file mode 100644 index 000000000000..6a8b0d61fa0a --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IApiWikisOperations.cs @@ -0,0 +1,73 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest.Azure; + using Models; + + /// + /// ApiWikisOperations operations. + /// + public partial interface IApiWikisOperations + { + /// + /// Gets the wikis for an API specified by its identifier. + /// + /// + /// Gets the wikis for an API specified by its identifier. + /// + /// + /// + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task>> ListWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, Microsoft.Rest.Azure.OData.ODataQuery odataQuery = default(Microsoft.Rest.Azure.OData.ODataQuery), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Gets the wikis for an API specified by its identifier. + /// + /// + /// Gets the wikis for an API specified by its identifier. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task>> ListNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IAuthorizationServerOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IAuthorizationServerOperations.cs index 3e90ff77640c..b24be58709a0 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IAuthorizationServerOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IAuthorizationServerOperations.cs @@ -25,7 +25,7 @@ public partial interface IAuthorizationServerOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -53,7 +53,7 @@ public partial interface IAuthorizationServerOperations /// by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -79,7 +79,7 @@ public partial interface IAuthorizationServerOperations /// Gets the details of the authorization server specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -110,7 +110,7 @@ public partial interface IAuthorizationServerOperations /// server. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -148,7 +148,7 @@ public partial interface IAuthorizationServerOperations /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -185,7 +185,7 @@ public partial interface IAuthorizationServerOperations /// Deletes specific authorization server instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -216,7 +216,7 @@ public partial interface IAuthorizationServerOperations /// Gets the client secret details of the authorization server. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IBackendOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IBackendOperations.cs index 1d48e2c6f00d..264793543c44 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IBackendOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IBackendOperations.cs @@ -23,7 +23,7 @@ public partial interface IBackendOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -51,7 +51,7 @@ public partial interface IBackendOperations /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -78,7 +78,7 @@ public partial interface IBackendOperations /// Gets the details of the backend specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -108,7 +108,7 @@ public partial interface IBackendOperations /// Creates or Updates a backend. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -145,7 +145,7 @@ public partial interface IBackendOperations /// Updates an existing backend. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -183,7 +183,7 @@ public partial interface IBackendOperations /// Deletes the specified backend. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -209,17 +209,17 @@ public partial interface IBackendOperations System.Threading.Tasks.Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string backendId, string ifMatch, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); /// - /// Notifies the APIM proxy to create a new connection to the backend after the - /// specified timeout. If no timeout was specified, timeout of 2 minutes is - /// used. + /// Notifies the API Management gateway to create a new connection to the + /// backend after the specified timeout. If no timeout was specified, timeout + /// of 2 minutes is used. /// /// - /// Notifies the APIM proxy to create a new connection to the backend after the - /// specified timeout. If no timeout was specified, timeout of 2 minutes is - /// used. + /// Notifies the API Management gateway to create a new connection to the + /// backend after the specified timeout. If no timeout was specified, timeout + /// of 2 minutes is used. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ICacheOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ICacheOperations.cs index bafd71f71c99..18c504c8067f 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ICacheOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ICacheOperations.cs @@ -22,7 +22,7 @@ public partial interface ICacheOperations /// instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -56,7 +56,7 @@ public partial interface ICacheOperations /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -83,7 +83,7 @@ public partial interface ICacheOperations /// Gets the details of the Cache specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -113,7 +113,7 @@ public partial interface ICacheOperations /// Creates or updates an External Cache to be used in Api Management instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -150,7 +150,7 @@ public partial interface ICacheOperations /// Updates the details of the cache specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -188,7 +188,7 @@ public partial interface ICacheOperations /// Deletes specific Cache. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ICertificateOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ICertificateOperations.cs index 5750afe3e07b..5a8fc0f752b3 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ICertificateOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ICertificateOperations.cs @@ -23,7 +23,7 @@ public partial interface ICertificateOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -55,7 +55,7 @@ public partial interface ICertificateOperations /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -82,7 +82,7 @@ public partial interface ICertificateOperations /// Gets the details of the certificate specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -114,7 +114,7 @@ public partial interface ICertificateOperations /// backend. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -151,7 +151,7 @@ public partial interface ICertificateOperations /// Deletes specific certificate. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -185,7 +185,7 @@ public partial interface ICertificateOperations /// the backend. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IContentItemOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IContentItemOperations.cs index 627074968725..7b7555f1b4eb 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IContentItemOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IContentItemOperations.cs @@ -22,7 +22,7 @@ public partial interface IContentItemOperations /// type. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -53,7 +53,7 @@ public partial interface IContentItemOperations /// item specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -82,7 +82,7 @@ public partial interface IContentItemOperations /// Returns the developer portal's content item specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -116,7 +116,7 @@ public partial interface IContentItemOperations /// content type. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -131,6 +131,9 @@ public partial interface IContentItemOperations /// ETag of the Entity. Not required when creating an entity, but required when /// updating an entity. /// + /// + /// Create or update parameters. + /// /// /// The headers that will be added to request. /// @@ -143,7 +146,7 @@ public partial interface IContentItemOperations /// /// Thrown when unable to deserialize the response /// - System.Threading.Tasks.Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string contentTypeId, string contentItemId, string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string contentTypeId, string contentItemId, ContentItemContract parameters, string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); /// /// Removes the specified developer portal's content item. @@ -152,7 +155,7 @@ public partial interface IContentItemOperations /// Removes the specified developer portal's content item. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IContentTypeOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IContentTypeOperations.cs index 03365a914e21..ee975ce94da5 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IContentTypeOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IContentTypeOperations.cs @@ -22,7 +22,7 @@ public partial interface IContentTypeOperations /// items' properties, validation rules, and constraints. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -50,7 +50,7 @@ public partial interface IContentTypeOperations /// describe content items' properties, validation rules, and constraints. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -85,7 +85,7 @@ public partial interface IContentTypeOperations /// Built-in content types can't be modified. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -97,6 +97,9 @@ public partial interface IContentTypeOperations /// ETag of the Entity. Not required when creating an entity, but required when /// updating an entity. /// + /// + /// Create or update parameters. + /// /// /// The headers that will be added to request. /// @@ -109,7 +112,7 @@ public partial interface IContentTypeOperations /// /// Thrown when unable to deserialize the response /// - System.Threading.Tasks.Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string contentTypeId, string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + System.Threading.Tasks.Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string contentTypeId, ContentTypeContract parameters, string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); /// /// Removes the specified developer portal's content type. Content types @@ -124,7 +127,7 @@ public partial interface IContentTypeOperations /// can't be removed. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IDelegationSettingsOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IDelegationSettingsOperations.cs index 9cd72e76a79f..d54b6e32c20a 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IDelegationSettingsOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IDelegationSettingsOperations.cs @@ -20,7 +20,7 @@ public partial interface IDelegationSettingsOperations /// Gets the entity state (Etag) version of the DelegationSettings. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -43,7 +43,7 @@ public partial interface IDelegationSettingsOperations /// Get Delegation Settings for the Portal. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -69,7 +69,7 @@ public partial interface IDelegationSettingsOperations /// Update Delegation settings. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -100,7 +100,7 @@ public partial interface IDelegationSettingsOperations /// Create or Update Delegation settings. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -133,7 +133,7 @@ public partial interface IDelegationSettingsOperations /// Gets the secret validation key of the DelegationSettings. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IDeletedServicesOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IDeletedServicesOperations.cs index 42d3370d4b12..de4f217e9190 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IDeletedServicesOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IDeletedServicesOperations.cs @@ -85,7 +85,7 @@ public partial interface IDeletedServicesOperations /// /// Thrown when unable to deserialize the response /// - System.Threading.Tasks.Task> PurgeWithHttpMessagesAsync(string serviceName, string location, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + System.Threading.Tasks.Task> PurgeWithHttpMessagesAsync(string serviceName, string location, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); /// /// Purges Api Management Service (deletes it with no option to undelete). @@ -111,7 +111,7 @@ public partial interface IDeletedServicesOperations /// /// Thrown when unable to deserialize the response /// - System.Threading.Tasks.Task> BeginPurgeWithHttpMessagesAsync(string serviceName, string location, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + System.Threading.Tasks.Task> BeginPurgeWithHttpMessagesAsync(string serviceName, string location, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); /// /// Lists all soft-deleted services available for undelete for the given diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IDiagnosticOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IDiagnosticOperations.cs index a7f361c4d27f..3a0876ef7f20 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IDiagnosticOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IDiagnosticOperations.cs @@ -23,7 +23,7 @@ public partial interface IDiagnosticOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -51,7 +51,7 @@ public partial interface IDiagnosticOperations /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -78,7 +78,7 @@ public partial interface IDiagnosticOperations /// Gets the details of the Diagnostic specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -108,7 +108,7 @@ public partial interface IDiagnosticOperations /// Creates a new Diagnostic or updates an existing one. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -145,7 +145,7 @@ public partial interface IDiagnosticOperations /// Updates the details of the Diagnostic specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -183,7 +183,7 @@ public partial interface IDiagnosticOperations /// Deletes the specified Diagnostic. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IEmailTemplateOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IEmailTemplateOperations.cs index e1b1dfdbe8bb..d987fcd4c675 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IEmailTemplateOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IEmailTemplateOperations.cs @@ -20,7 +20,7 @@ public partial interface IEmailTemplateOperations /// Gets all email templates /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -61,7 +61,7 @@ public partial interface IEmailTemplateOperations /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -87,7 +87,7 @@ public partial interface IEmailTemplateOperations /// Gets the details of the email template specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -116,7 +116,7 @@ public partial interface IEmailTemplateOperations /// Updates an Email Template. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -152,7 +152,7 @@ public partial interface IEmailTemplateOperations /// Updates API Management email template /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -191,7 +191,7 @@ public partial interface IEmailTemplateOperations /// service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGatewayApiOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGatewayApiOperations.cs index cc99e8356bd8..72075100caf0 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGatewayApiOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGatewayApiOperations.cs @@ -23,7 +23,7 @@ public partial interface IGatewayApiOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -55,7 +55,7 @@ public partial interface IGatewayApiOperations /// Gateway entity. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -86,7 +86,7 @@ public partial interface IGatewayApiOperations /// Adds an API to the specified Gateway. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -123,7 +123,7 @@ public partial interface IGatewayApiOperations /// Deletes the specified API from the specified Gateway. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGatewayCertificateAuthorityOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGatewayCertificateAuthorityOperations.cs index 598931127f2d..a9cc8dc141eb 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGatewayCertificateAuthorityOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGatewayCertificateAuthorityOperations.cs @@ -25,7 +25,7 @@ public partial interface IGatewayCertificateAuthorityOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -57,7 +57,7 @@ public partial interface IGatewayCertificateAuthorityOperations /// Authority. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -88,7 +88,7 @@ public partial interface IGatewayCertificateAuthorityOperations /// Get assigned Gateway Certificate Authority details. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -122,7 +122,7 @@ public partial interface IGatewayCertificateAuthorityOperations /// Assign Certificate entity to Gateway entity as Certificate Authority. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -163,7 +163,7 @@ public partial interface IGatewayCertificateAuthorityOperations /// Remove relationship between Certificate Authority and Gateway entity. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGatewayHostnameConfigurationOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGatewayHostnameConfigurationOperations.cs index 14298af70ca8..b8b5bc109efb 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGatewayHostnameConfigurationOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGatewayHostnameConfigurationOperations.cs @@ -23,7 +23,7 @@ public partial interface IGatewayHostnameConfigurationOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -55,7 +55,7 @@ public partial interface IGatewayHostnameConfigurationOperations /// for specified Gateway entity. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -86,7 +86,7 @@ public partial interface IGatewayHostnameConfigurationOperations /// Get details of a hostname configuration /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -120,7 +120,7 @@ public partial interface IGatewayHostnameConfigurationOperations /// Creates of updates hostname configuration for a Gateway. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -161,7 +161,7 @@ public partial interface IGatewayHostnameConfigurationOperations /// Deletes the specified hostname configuration from the specified Gateway. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGatewayOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGatewayOperations.cs index ab0a8776af0c..91d7570360f9 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGatewayOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGatewayOperations.cs @@ -23,7 +23,7 @@ public partial interface IGatewayOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -51,7 +51,7 @@ public partial interface IGatewayOperations /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -78,7 +78,7 @@ public partial interface IGatewayOperations /// Gets the details of the Gateway specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -108,7 +108,7 @@ public partial interface IGatewayOperations /// Creates or updates a Gateway to be used in Api Management instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -145,7 +145,7 @@ public partial interface IGatewayOperations /// Updates the details of the gateway specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -183,7 +183,7 @@ public partial interface IGatewayOperations /// Deletes specific Gateway. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -215,7 +215,7 @@ public partial interface IGatewayOperations /// Retrieves gateway keys. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -245,7 +245,7 @@ public partial interface IGatewayOperations /// Regenerates specified gateway key invalidating any tokens created with it. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -275,7 +275,7 @@ public partial interface IGatewayOperations /// Gets the Shared Access Authorization Token for the gateway. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGlobalSchemaOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGlobalSchemaOperations.cs index 13fea7244c71..5672a5fb0eb6 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGlobalSchemaOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGlobalSchemaOperations.cs @@ -23,7 +23,7 @@ public partial interface IGlobalSchemaOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -51,7 +51,7 @@ public partial interface IGlobalSchemaOperations /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -78,7 +78,7 @@ public partial interface IGlobalSchemaOperations /// Gets the details of the Schema specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -110,7 +110,7 @@ public partial interface IGlobalSchemaOperations /// service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -147,7 +147,7 @@ public partial interface IGlobalSchemaOperations /// Deletes specific Schema. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -181,7 +181,7 @@ public partial interface IGlobalSchemaOperations /// service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGraphQLApiResolverOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGraphQLApiResolverOperations.cs new file mode 100644 index 000000000000..65b3badd3b4c --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGraphQLApiResolverOperations.cs @@ -0,0 +1,267 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest.Azure; + using Models; + + /// + /// GraphQlApiResolverOperations operations. + /// + public partial interface IGraphQlApiResolverOperations + { + /// + /// Lists a collection of the resolvers for the specified GraphQL API. + /// + /// + /// Lists a collection of the resolvers for the specified GraphQL API. + /// + /// + /// + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task>> ListByApiWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, Microsoft.Rest.Azure.OData.ODataQuery odataQuery = default(Microsoft.Rest.Azure.OData.ODataQuery), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Gets the entity state (Etag) version of the GraphQL API resolver specified + /// by its identifier. + /// + /// + /// Gets the entity state (Etag) version of the GraphQL API resolver specified + /// by its identifier. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + System.Threading.Tasks.Task> GetEntityTagWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string resolverId, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Gets the details of the GraphQL API Resolver specified by its identifier. + /// + /// + /// Gets the details of the GraphQL API Resolver specified by its identifier. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string resolverId, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Creates a new resolver in the GraphQL API or updates an existing one. + /// + /// + /// Creates a new resolver in the GraphQL API or updates an existing one. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// + /// + /// Create parameters. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string resolverId, ResolverContract parameters, string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Updates the details of the resolver in the GraphQL API specified by its + /// identifier. + /// + /// + /// Updates the details of the resolver in the GraphQL API specified by its + /// identifier. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// GraphQL API Resolver Update parameters. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string resolverId, string ifMatch, ResolverUpdateContract parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Deletes the specified resolver in the GraphQL API. + /// + /// + /// Deletes the specified resolver in the GraphQL API. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + System.Threading.Tasks.Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string resolverId, string ifMatch, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Lists a collection of the resolvers for the specified GraphQL API. + /// + /// + /// Lists a collection of the resolvers for the specified GraphQL API. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task>> ListByApiNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGraphQLApiResolverPolicyOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGraphQLApiResolverPolicyOperations.cs new file mode 100644 index 000000000000..db5cb6991732 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGraphQLApiResolverPolicyOperations.cs @@ -0,0 +1,226 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest.Azure; + using Models; + + /// + /// GraphQlApiResolverPolicyOperations operations. + /// + public partial interface IGraphQlApiResolverPolicyOperations + { + /// + /// Get the list of policy configuration at the GraphQL API Resolver level. + /// + /// + /// Get the list of policy configuration at the GraphQL API Resolver level. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task>> ListByResolverWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string resolverId, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Gets the entity state (Etag) version of the GraphQL API resolver policy + /// specified by its identifier. + /// + /// + /// Gets the entity state (Etag) version of the GraphQL API resolver policy + /// specified by its identifier. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + System.Threading.Tasks.Task> GetEntityTagWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string resolverId, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Get the policy configuration at the GraphQL API Resolver level. + /// + /// + /// Get the policy configuration at the GraphQL API Resolver level. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// Policy Export Format. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string resolverId, string format = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Creates or updates policy configuration for the GraphQL API Resolver level. + /// + /// + /// Creates or updates policy configuration for the GraphQL API Resolver level. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// + /// + /// The policy contents to apply. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string resolverId, PolicyContract parameters, string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Deletes the policy configuration at the GraphQL Api Resolver. + /// + /// + /// Deletes the policy configuration at the GraphQL Api Resolver. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// API revision identifier. Must be unique in the current API Management + /// service instance. Non-current revision has ;rev=n as a suffix where n is + /// the revision number. + /// + /// + /// Resolver identifier within a GraphQL API. Must be unique in the current API + /// Management service instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + System.Threading.Tasks.Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string resolverId, string ifMatch, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Get the list of policy configuration at the GraphQL API Resolver level. + /// + /// + /// Get the list of policy configuration at the GraphQL API Resolver level. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task>> ListByResolverNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGroupOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGroupOperations.cs index 236844b551ab..e79483e6776f 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGroupOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGroupOperations.cs @@ -23,7 +23,7 @@ public partial interface IGroupOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -51,7 +51,7 @@ public partial interface IGroupOperations /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -78,7 +78,7 @@ public partial interface IGroupOperations /// Gets the details of the group specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -108,7 +108,7 @@ public partial interface IGroupOperations /// Creates or Updates a group. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -145,7 +145,7 @@ public partial interface IGroupOperations /// Updates the details of the group specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -183,7 +183,7 @@ public partial interface IGroupOperations /// Deletes specific group of the API Management service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGroupUserOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGroupUserOperations.cs index f76bc433697d..9bf15ace144c 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGroupUserOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IGroupUserOperations.cs @@ -23,7 +23,7 @@ public partial interface IGroupUserOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -55,7 +55,7 @@ public partial interface IGroupUserOperations /// group entity. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -86,7 +86,7 @@ public partial interface IGroupUserOperations /// Add existing user to existing group /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -120,7 +120,7 @@ public partial interface IGroupUserOperations /// Remove existing user from existing group. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IIdentityProviderOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IIdentityProviderOperations.cs index 5cfb3106409c..bf588701121b 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IIdentityProviderOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IIdentityProviderOperations.cs @@ -22,7 +22,7 @@ public partial interface IIdentityProviderOperations /// instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -50,7 +50,7 @@ public partial interface IIdentityProviderOperations /// its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -78,7 +78,7 @@ public partial interface IIdentityProviderOperations /// specified service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -107,7 +107,7 @@ public partial interface IIdentityProviderOperations /// Creates or Updates the IdentityProvider configuration. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -143,7 +143,7 @@ public partial interface IIdentityProviderOperations /// Updates an existing IdentityProvider configuration. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -180,7 +180,7 @@ public partial interface IIdentityProviderOperations /// Deletes the specified identity provider configuration. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -211,7 +211,7 @@ public partial interface IIdentityProviderOperations /// Gets the client secret details of the Identity Provider. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IIssueOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IIssueOperations.cs index 3d26fa981bd1..0ab20b3a48ad 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IIssueOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IIssueOperations.cs @@ -23,7 +23,7 @@ public partial interface IIssueOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -49,7 +49,7 @@ public partial interface IIssueOperations /// Gets API Management issue details /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ILoggerOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ILoggerOperations.cs index 8e10265ddc6d..0aaadde1d0d9 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ILoggerOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ILoggerOperations.cs @@ -23,7 +23,7 @@ public partial interface ILoggerOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -51,7 +51,7 @@ public partial interface ILoggerOperations /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -77,7 +77,7 @@ public partial interface ILoggerOperations /// Gets the details of the logger specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -106,7 +106,7 @@ public partial interface ILoggerOperations /// Creates or Updates a logger. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -142,7 +142,7 @@ public partial interface ILoggerOperations /// Updates an existing logger. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -179,7 +179,7 @@ public partial interface ILoggerOperations /// Deletes the specified logger. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/INamedValueOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/INamedValueOperations.cs index 4bec116a8a4f..60e70d05867d 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/INamedValueOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/INamedValueOperations.cs @@ -23,7 +23,7 @@ public partial interface INamedValueOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -55,7 +55,7 @@ public partial interface INamedValueOperations /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -81,7 +81,7 @@ public partial interface INamedValueOperations /// Gets the details of the named value specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -110,7 +110,7 @@ public partial interface INamedValueOperations /// Creates or updates named value. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -146,7 +146,7 @@ public partial interface INamedValueOperations /// Updates the specific named value. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -183,7 +183,7 @@ public partial interface INamedValueOperations /// Deletes specific named value from the API Management service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -214,7 +214,7 @@ public partial interface INamedValueOperations /// Gets the secret of the named value specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -243,7 +243,7 @@ public partial interface INamedValueOperations /// Refresh the secret of the named value specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -272,7 +272,7 @@ public partial interface INamedValueOperations /// Creates or updates named value. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -308,7 +308,7 @@ public partial interface INamedValueOperations /// Updates the specific named value. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -345,7 +345,7 @@ public partial interface INamedValueOperations /// Refresh the secret of the named value specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/INetworkStatusOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/INetworkStatusOperations.cs index fa306e1a730b..f65bd9d6a531 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/INetworkStatusOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/INetworkStatusOperations.cs @@ -24,7 +24,7 @@ public partial interface INetworkStatusOperations /// the DNS Servers as visible to the CloudService. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -54,7 +54,7 @@ public partial interface INetworkStatusOperations /// the DNS Servers as visible to the CloudService. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/INotificationOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/INotificationOperations.cs index 03a96b0b158c..ad2d1882466e 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/INotificationOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/INotificationOperations.cs @@ -20,7 +20,7 @@ public partial interface INotificationOperations /// Lists a collection of properties defined within a service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -52,7 +52,7 @@ public partial interface INotificationOperations /// Gets the details of the Notification specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -81,7 +81,7 @@ public partial interface INotificationOperations /// Create or Update API Management publisher notification. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/INotificationRecipientEmailOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/INotificationRecipientEmailOperations.cs index 14b6c2225a5b..97f82d4401af 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/INotificationRecipientEmailOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/INotificationRecipientEmailOperations.cs @@ -22,7 +22,7 @@ public partial interface INotificationRecipientEmailOperations /// notification. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -51,7 +51,7 @@ public partial interface INotificationRecipientEmailOperations /// Determine if Notification Recipient Email subscribed to the notification. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -80,7 +80,7 @@ public partial interface INotificationRecipientEmailOperations /// Adds the Email address to the list of Recipients for the Notification. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -112,7 +112,7 @@ public partial interface INotificationRecipientEmailOperations /// Removes the email from the list of Notification. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/INotificationRecipientUserOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/INotificationRecipientUserOperations.cs index f08d93b1f6c8..958467eb79ea 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/INotificationRecipientUserOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/INotificationRecipientUserOperations.cs @@ -22,7 +22,7 @@ public partial interface INotificationRecipientUserOperations /// notification. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -53,7 +53,7 @@ public partial interface INotificationRecipientUserOperations /// notification. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -85,7 +85,7 @@ public partial interface INotificationRecipientUserOperations /// Notification. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -118,7 +118,7 @@ public partial interface INotificationRecipientUserOperations /// Removes the API Management user from the list of Notification. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IOpenIdConnectProviderOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IOpenIdConnectProviderOperations.cs index 4b5f272653d9..f4dbef5d6fa0 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IOpenIdConnectProviderOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IOpenIdConnectProviderOperations.cs @@ -23,7 +23,7 @@ public partial interface IOpenIdConnectProviderOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -51,7 +51,7 @@ public partial interface IOpenIdConnectProviderOperations /// by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -77,7 +77,7 @@ public partial interface IOpenIdConnectProviderOperations /// Gets specific OpenID Connect Provider without secrets. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -106,7 +106,7 @@ public partial interface IOpenIdConnectProviderOperations /// Creates or updates the OpenID Connect Provider. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -142,7 +142,7 @@ public partial interface IOpenIdConnectProviderOperations /// Updates the specific OpenID Connect Provider. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -181,7 +181,7 @@ public partial interface IOpenIdConnectProviderOperations /// instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -212,7 +212,7 @@ public partial interface IOpenIdConnectProviderOperations /// Gets the client secret details of the OpenID Connect Provider. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IOperationOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IOperationOperations.cs index 03824b0cf08f..f0339be6a816 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IOperationOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IOperationOperations.cs @@ -23,7 +23,7 @@ public partial interface IOperationOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IOutboundNetworkDependenciesEndpointsOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IOutboundNetworkDependenciesEndpointsOperations.cs index 1ba2860536a3..2a6d352210df 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IOutboundNetworkDependenciesEndpointsOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IOutboundNetworkDependenciesEndpointsOperations.cs @@ -22,7 +22,7 @@ public partial interface IOutboundNetworkDependenciesEndpointsOperations /// service. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IPolicyDescriptionOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IPolicyDescriptionOperations.cs index 1e2afc491213..522278303156 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IPolicyDescriptionOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IPolicyDescriptionOperations.cs @@ -20,7 +20,7 @@ public partial interface IPolicyDescriptionOperations /// Lists all policy descriptions. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IPolicyOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IPolicyOperations.cs index 70a9ddf82b1c..0eea13f537ae 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IPolicyOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IPolicyOperations.cs @@ -20,7 +20,7 @@ public partial interface IPolicyOperations /// Lists all the Global Policy definitions of the Api Management service. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -48,7 +48,7 @@ public partial interface IPolicyOperations /// Api Management service. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -71,7 +71,7 @@ public partial interface IPolicyOperations /// Get the Global policy definition of the Api Management service. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -102,7 +102,7 @@ public partial interface IPolicyOperations /// service. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -135,7 +135,7 @@ public partial interface IPolicyOperations /// Deletes the global policy configuration of the Api Management Service. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IPortalRevisionOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IPortalRevisionOperations.cs index e2eaf63f3b85..a0b1a9222df5 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IPortalRevisionOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IPortalRevisionOperations.cs @@ -20,7 +20,7 @@ public partial interface IPortalRevisionOperations /// Lists developer portal's revisions. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -62,7 +62,7 @@ public partial interface IPortalRevisionOperations /// Gets the developer portal revision specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -89,7 +89,7 @@ public partial interface IPortalRevisionOperations /// Gets the developer portal's revision specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -123,7 +123,7 @@ public partial interface IPortalRevisionOperations /// accessible. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -156,7 +156,7 @@ public partial interface IPortalRevisionOperations /// Updates the description of specified portal revision or makes it current. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -198,7 +198,7 @@ public partial interface IPortalRevisionOperations /// accessible. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -231,7 +231,7 @@ public partial interface IPortalRevisionOperations /// Updates the description of specified portal revision or makes it current. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IPortalSettingsOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IPortalSettingsOperations.cs index 394d3f2bafa0..045e3f77e504 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IPortalSettingsOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IPortalSettingsOperations.cs @@ -20,7 +20,7 @@ public partial interface IPortalSettingsOperations /// Lists a collection of portalsettings defined within a service instance.. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IPrivateEndpointConnectionOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IPrivateEndpointConnectionOperations.cs index a35f3733e87c..508b1475185c 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IPrivateEndpointConnectionOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IPrivateEndpointConnectionOperations.cs @@ -22,7 +22,7 @@ public partial interface IPrivateEndpointConnectionOperations /// instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -50,7 +50,7 @@ public partial interface IPrivateEndpointConnectionOperations /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -79,7 +79,7 @@ public partial interface IPrivateEndpointConnectionOperations /// Creates a new Private Endpoint Connection or updates an existing one. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -111,7 +111,7 @@ public partial interface IPrivateEndpointConnectionOperations /// Deletes the specified Private Endpoint Connection. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -131,13 +131,13 @@ public partial interface IPrivateEndpointConnectionOperations System.Threading.Tasks.Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string privateEndpointConnectionName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); /// - /// Description for Gets the private link resources + /// Gets the private link resources /// /// - /// Description for Gets the private link resources + /// Gets the private link resources /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -157,13 +157,13 @@ public partial interface IPrivateEndpointConnectionOperations System.Threading.Tasks.Task> ListPrivateLinkResourcesWithHttpMessagesAsync(string resourceGroupName, string serviceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); /// - /// Description for Gets the private link resources + /// Gets the private link resources /// /// - /// Description for Gets the private link resources + /// Gets the private link resources /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -192,7 +192,7 @@ public partial interface IPrivateEndpointConnectionOperations /// Creates a new Private Endpoint Connection or updates an existing one. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -224,7 +224,7 @@ public partial interface IPrivateEndpointConnectionOperations /// Deletes the specified Private Endpoint Connection. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductApiOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductApiOperations.cs index 09a37c5875bd..ebe0e7bf5c15 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductApiOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductApiOperations.cs @@ -23,7 +23,7 @@ public partial interface IProductApiOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -55,7 +55,7 @@ public partial interface IProductApiOperations /// Product entity. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -87,7 +87,7 @@ public partial interface IProductApiOperations /// Adds an API to the specified product. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -122,7 +122,7 @@ public partial interface IProductApiOperations /// Deletes the specified API from the specified product. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductGroupOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductGroupOperations.cs index b91ac3041ede..4e7a69733df1 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductGroupOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductGroupOperations.cs @@ -25,7 +25,7 @@ public partial interface IProductGroupOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -57,7 +57,7 @@ public partial interface IProductGroupOperations /// Product entity. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -90,7 +90,7 @@ public partial interface IProductGroupOperations /// specified product. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -124,7 +124,7 @@ public partial interface IProductGroupOperations /// Deletes the association between the specified group and product. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductOperations.cs index 4a0dc2037a51..6138241469c6 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductOperations.cs @@ -23,7 +23,7 @@ public partial interface IProductOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -58,7 +58,7 @@ public partial interface IProductOperations /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -85,7 +85,7 @@ public partial interface IProductOperations /// Gets the details of the product specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -115,7 +115,7 @@ public partial interface IProductOperations /// Creates or Updates a product. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -152,7 +152,7 @@ public partial interface IProductOperations /// Update existing product details. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -190,7 +190,7 @@ public partial interface IProductOperations /// Delete product. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -228,7 +228,7 @@ public partial interface IProductOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductPolicyOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductPolicyOperations.cs index 0426b4185e07..4476ad756f3e 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductPolicyOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductPolicyOperations.cs @@ -20,7 +20,7 @@ public partial interface IProductPolicyOperations /// Get the policy configuration at the Product level. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -50,7 +50,7 @@ public partial interface IProductPolicyOperations /// Get the ETag of the policy configuration at the Product level. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -77,7 +77,7 @@ public partial interface IProductPolicyOperations /// Get the policy configuration at the Product level. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -110,7 +110,7 @@ public partial interface IProductPolicyOperations /// Creates or updates policy configuration for the Product. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -147,7 +147,7 @@ public partial interface IProductPolicyOperations /// Deletes the policy configuration at the Product. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductSubscriptionsOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductSubscriptionsOperations.cs index bbbfa8f6fcd2..5d502cae6822 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductSubscriptionsOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductSubscriptionsOperations.cs @@ -23,7 +23,7 @@ public partial interface IProductSubscriptionsOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductWikiOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductWikiOperations.cs new file mode 100644 index 000000000000..d896144240ee --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductWikiOperations.cs @@ -0,0 +1,183 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest.Azure; + using Models; + + /// + /// ProductWikiOperations operations. + /// + public partial interface IProductWikiOperations + { + /// + /// Gets the entity state (Etag) version of the Wiki for a Product specified by + /// its identifier. + /// + /// + /// Gets the entity state (Etag) version of the Wiki for a Product specified by + /// its identifier. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// Product identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + System.Threading.Tasks.Task> GetEntityTagWithHttpMessagesAsync(string resourceGroupName, string serviceName, string productId, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Gets the details of the Wiki for a Product specified by its identifier. + /// + /// + /// Gets the details of the Wiki for a Product specified by its identifier. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// Product identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, string productId, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Creates a new Wiki for a Product or updates an existing one. + /// + /// + /// Creates a new Wiki for a Product or updates an existing one. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// Product identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// + /// + /// Create parameters. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string productId, WikiContract parameters, string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Updates the details of the Wiki for a Product specified by its identifier. + /// + /// + /// Updates the details of the Wiki for a Product specified by its identifier. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// Product identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// Wiki Update parameters. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string productId, string ifMatch, WikiUpdateContract parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Deletes the specified Wiki from a Product. + /// + /// + /// Deletes the specified Wiki from a Product. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// Product identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + System.Threading.Tasks.Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string productId, string ifMatch, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductWikisOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductWikisOperations.cs new file mode 100644 index 000000000000..4f70637a9726 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IProductWikisOperations.cs @@ -0,0 +1,73 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest.Azure; + using Models; + + /// + /// ProductWikisOperations operations. + /// + public partial interface IProductWikisOperations + { + /// + /// Gets the details of the Wiki for a Product specified by its identifier. + /// + /// + /// Gets the details of the Wiki for a Product specified by its identifier. + /// + /// + /// + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// Product identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task,ProductWikisListHeaders>> ListWithHttpMessagesAsync(string resourceGroupName, string serviceName, string productId, Microsoft.Rest.Azure.OData.ODataQuery odataQuery = default(Microsoft.Rest.Azure.OData.ODataQuery), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Gets the details of the Wiki for a Product specified by its identifier. + /// + /// + /// Gets the details of the Wiki for a Product specified by its identifier. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task,ProductWikisListHeaders>> ListNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IQuotaByCounterKeysOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IQuotaByCounterKeysOperations.cs index 83dd5c869151..4b66d03d2800 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IQuotaByCounterKeysOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IQuotaByCounterKeysOperations.cs @@ -24,7 +24,7 @@ public partial interface IQuotaByCounterKeysOperations /// api does not support paging yet. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -61,7 +61,7 @@ public partial interface IQuotaByCounterKeysOperations /// used for reset of the quota counter values. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IQuotaByPeriodKeysOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IQuotaByPeriodKeysOperations.cs index bc6a7a4def67..689f1beba8fa 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IQuotaByPeriodKeysOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IQuotaByPeriodKeysOperations.cs @@ -22,7 +22,7 @@ public partial interface IQuotaByPeriodKeysOperations /// policy for the specific period in service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -58,7 +58,7 @@ public partial interface IQuotaByPeriodKeysOperations /// Updates an existing quota counter value in the specified service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IRegionOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IRegionOperations.cs index cb85087f918d..93a99c66abf3 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IRegionOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IRegionOperations.cs @@ -20,7 +20,7 @@ public partial interface IRegionOperations /// Lists all azure regions in which the service exists. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IReportsOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IReportsOperations.cs index 2870186ea6f6..e1f3da0995ea 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IReportsOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IReportsOperations.cs @@ -23,7 +23,7 @@ public partial interface IReportsOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -52,7 +52,7 @@ public partial interface IReportsOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -81,7 +81,7 @@ public partial interface IReportsOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -110,7 +110,7 @@ public partial interface IReportsOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -139,7 +139,7 @@ public partial interface IReportsOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -168,7 +168,7 @@ public partial interface IReportsOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -197,7 +197,7 @@ public partial interface IReportsOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -233,7 +233,7 @@ public partial interface IReportsOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ISignInSettingsOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ISignInSettingsOperations.cs index 03cd31e0f9e2..3093976147d6 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ISignInSettingsOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ISignInSettingsOperations.cs @@ -20,7 +20,7 @@ public partial interface ISignInSettingsOperations /// Gets the entity state (Etag) version of the SignInSettings. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -43,7 +43,7 @@ public partial interface ISignInSettingsOperations /// Get Sign In Settings for the Portal /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -69,7 +69,7 @@ public partial interface ISignInSettingsOperations /// Update Sign-In settings. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -100,7 +100,7 @@ public partial interface ISignInSettingsOperations /// Create or Update Sign-In settings. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ISignUpSettingsOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ISignUpSettingsOperations.cs index c7e6e1719e0b..28138edb0f80 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ISignUpSettingsOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ISignUpSettingsOperations.cs @@ -20,7 +20,7 @@ public partial interface ISignUpSettingsOperations /// Gets the entity state (Etag) version of the SignUpSettings. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -43,7 +43,7 @@ public partial interface ISignUpSettingsOperations /// Get Sign Up Settings for the Portal /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -69,7 +69,7 @@ public partial interface ISignUpSettingsOperations /// Update Sign-Up settings. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -100,7 +100,7 @@ public partial interface ISignUpSettingsOperations /// Create or Update Sign-Up settings. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ISubscriptionOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ISubscriptionOperations.cs index 7fb966656a0b..25d20f08af14 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ISubscriptionOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ISubscriptionOperations.cs @@ -23,7 +23,7 @@ public partial interface ISubscriptionOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -51,7 +51,7 @@ public partial interface ISubscriptionOperations /// specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -78,7 +78,7 @@ public partial interface ISubscriptionOperations /// Gets the specified Subscription entity. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -110,7 +110,7 @@ public partial interface ISubscriptionOperations /// product. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -157,7 +157,7 @@ public partial interface ISubscriptionOperations /// Updates the details of a subscription specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -205,7 +205,7 @@ public partial interface ISubscriptionOperations /// Deletes the specified subscription. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -239,7 +239,7 @@ public partial interface ISubscriptionOperations /// service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -268,7 +268,7 @@ public partial interface ISubscriptionOperations /// service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -295,7 +295,7 @@ public partial interface ISubscriptionOperations /// Gets the specified Subscription keys. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ITagOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ITagOperations.cs index ceaf5d87c5a5..e4ffbf806387 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ITagOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ITagOperations.cs @@ -23,7 +23,7 @@ public partial interface ITagOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -58,7 +58,7 @@ public partial interface ITagOperations /// Gets the entity state version of the tag specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -94,7 +94,7 @@ public partial interface ITagOperations /// Get tag associated with the Operation. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -133,7 +133,7 @@ public partial interface ITagOperations /// Assign tag to the Operation. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -172,7 +172,7 @@ public partial interface ITagOperations /// Detach the tag from the Operation. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -211,7 +211,7 @@ public partial interface ITagOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -242,7 +242,7 @@ public partial interface ITagOperations /// Gets the entity state version of the tag specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -274,7 +274,7 @@ public partial interface ITagOperations /// Get tag associated with the API. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -309,7 +309,7 @@ public partial interface ITagOperations /// Assign tag to the Api. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -344,7 +344,7 @@ public partial interface ITagOperations /// Detach the tag from the Api. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -379,7 +379,7 @@ public partial interface ITagOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -409,7 +409,7 @@ public partial interface ITagOperations /// Gets the entity state version of the tag specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -440,7 +440,7 @@ public partial interface ITagOperations /// Get tag associated with the Product. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -474,7 +474,7 @@ public partial interface ITagOperations /// Assign tag to the Product. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -508,7 +508,7 @@ public partial interface ITagOperations /// Detach the tag from the Product. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -542,7 +542,7 @@ public partial interface ITagOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -571,7 +571,7 @@ public partial interface ITagOperations /// Gets the entity state version of the tag specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -598,7 +598,7 @@ public partial interface ITagOperations /// Gets the details of the tag specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -628,7 +628,7 @@ public partial interface ITagOperations /// Creates a tag. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -665,7 +665,7 @@ public partial interface ITagOperations /// Updates the details of the tag specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -703,7 +703,7 @@ public partial interface ITagOperations /// Deletes specific tag of the API Management service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ITagResourceOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ITagResourceOperations.cs index d43e51bfbf5d..1ecaddd33793 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ITagResourceOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ITagResourceOperations.cs @@ -23,7 +23,7 @@ public partial interface ITagResourceOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ITenantAccessGitOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ITenantAccessGitOperations.cs index 7e3421576567..2f8360eb9ee3 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ITenantAccessGitOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ITenantAccessGitOperations.cs @@ -20,7 +20,7 @@ public partial interface ITenantAccessGitOperations /// Regenerate primary access key for GIT. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -46,7 +46,7 @@ public partial interface ITenantAccessGitOperations /// Regenerate secondary access key for GIT. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ITenantAccessOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ITenantAccessOperations.cs index af2561cd8bff..5b6057d9506d 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ITenantAccessOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ITenantAccessOperations.cs @@ -23,7 +23,7 @@ public partial interface ITenantAccessOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -49,7 +49,7 @@ public partial interface ITenantAccessOperations /// Tenant access metadata /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -75,7 +75,7 @@ public partial interface ITenantAccessOperations /// Get tenant access information details without secrets. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -104,7 +104,7 @@ public partial interface ITenantAccessOperations /// Update tenant access information details. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -141,7 +141,7 @@ public partial interface ITenantAccessOperations /// Update tenant access information details. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -178,7 +178,7 @@ public partial interface ITenantAccessOperations /// Regenerate primary access key /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -204,7 +204,7 @@ public partial interface ITenantAccessOperations /// Regenerate secondary access key /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -230,7 +230,7 @@ public partial interface ITenantAccessOperations /// Get tenant access information details. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ITenantConfigurationOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ITenantConfigurationOperations.cs index d713268b23a5..3a403fb1a603 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ITenantConfigurationOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ITenantConfigurationOperations.cs @@ -24,7 +24,7 @@ public partial interface ITenantConfigurationOperations /// several minutes to complete. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -57,7 +57,7 @@ public partial interface ITenantConfigurationOperations /// and could take several minutes to complete. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -88,7 +88,7 @@ public partial interface ITenantConfigurationOperations /// long running operation and could take several minutes to complete. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -119,7 +119,7 @@ public partial interface ITenantConfigurationOperations /// configuration database and the Git repository. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -149,7 +149,7 @@ public partial interface ITenantConfigurationOperations /// several minutes to complete. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -182,7 +182,7 @@ public partial interface ITenantConfigurationOperations /// and could take several minutes to complete. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -213,7 +213,7 @@ public partial interface ITenantConfigurationOperations /// long running operation and could take several minutes to complete. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ITenantSettingsOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ITenantSettingsOperations.cs index 1c57939056ff..574780010f25 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ITenantSettingsOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ITenantSettingsOperations.cs @@ -23,7 +23,7 @@ public partial interface ITenantSettingsOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -49,7 +49,7 @@ public partial interface ITenantSettingsOperations /// Get tenant settings. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IUserConfirmationPasswordOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IUserConfirmationPasswordOperations.cs index 9517a2bbd7b9..5a0bded1164d 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IUserConfirmationPasswordOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IUserConfirmationPasswordOperations.cs @@ -20,7 +20,7 @@ public partial interface IUserConfirmationPasswordOperations /// Sends confirmation /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IUserGroupOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IUserGroupOperations.cs index f1596bc4695b..203e75027309 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IUserGroupOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IUserGroupOperations.cs @@ -23,7 +23,7 @@ public partial interface IUserGroupOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IUserIdentitiesOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IUserIdentitiesOperations.cs index 567193167da1..8edf249691f9 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IUserIdentitiesOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IUserIdentitiesOperations.cs @@ -20,7 +20,7 @@ public partial interface IUserIdentitiesOperations /// List of all user identities. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IUserOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IUserOperations.cs index 39614be5fc12..767d2656e45d 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IUserOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IUserOperations.cs @@ -23,7 +23,7 @@ public partial interface IUserOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -54,7 +54,7 @@ public partial interface IUserOperations /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -81,7 +81,7 @@ public partial interface IUserOperations /// Gets the details of the user specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -111,7 +111,7 @@ public partial interface IUserOperations /// Creates or Updates a user. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -151,7 +151,7 @@ public partial interface IUserOperations /// Updates the details of the user specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -189,7 +189,7 @@ public partial interface IUserOperations /// Deletes specific user. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -233,7 +233,7 @@ public partial interface IUserOperations /// a given user into the developer portal. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -263,7 +263,7 @@ public partial interface IUserOperations /// Gets the Shared Access Authorization Token for the User. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IUserSubscriptionOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IUserSubscriptionOperations.cs index 149b61c19b84..bcc4e8005b08 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IUserSubscriptionOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IUserSubscriptionOperations.cs @@ -23,7 +23,7 @@ public partial interface IUserSubscriptionOperations /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -53,7 +53,7 @@ public partial interface IUserSubscriptionOperations /// Gets the specified Subscription entity associated with a particular user. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IdentityProviderOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IdentityProviderOperations.cs index 5065d6f32f62..46493912547e 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IdentityProviderOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IdentityProviderOperations.cs @@ -43,7 +43,7 @@ internal IdentityProviderOperations (ApiManagementClient client) /// instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -79,7 +79,17 @@ internal IdentityProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -108,7 +118,13 @@ internal IdentityProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -266,7 +282,7 @@ internal IdentityProviderOperations (ApiManagementClient client) /// its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -302,7 +318,17 @@ internal IdentityProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -336,7 +362,13 @@ internal IdentityProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -491,7 +523,7 @@ internal IdentityProviderOperations (ApiManagementClient client) /// specified service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -530,7 +562,17 @@ internal IdentityProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -564,7 +606,13 @@ internal IdentityProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -736,7 +784,7 @@ internal IdentityProviderOperations (ApiManagementClient client) /// Creates or Updates the IdentityProvider configuration. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -790,7 +838,17 @@ internal IdentityProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -825,7 +883,13 @@ internal IdentityProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1031,7 +1095,7 @@ internal IdentityProviderOperations (ApiManagementClient client) /// Updates an existing IdentityProvider configuration. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1082,7 +1146,17 @@ internal IdentityProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1121,7 +1195,13 @@ internal IdentityProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1309,7 +1389,7 @@ internal IdentityProviderOperations (ApiManagementClient client) /// Deletes the specified identity provider configuration. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1350,7 +1430,17 @@ internal IdentityProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1389,7 +1479,13 @@ internal IdentityProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1539,7 +1635,7 @@ internal IdentityProviderOperations (ApiManagementClient client) /// Gets the client secret details of the Identity Provider. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1578,7 +1674,17 @@ internal IdentityProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1612,7 +1718,13 @@ internal IdentityProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IdentityProviderOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IdentityProviderOperationsExtensions.cs index ae8aaa2b46c7..9d4f6b0a379a 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IdentityProviderOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IdentityProviderOperationsExtensions.cs @@ -20,7 +20,7 @@ public static partial class IdentityProviderOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -38,7 +38,7 @@ public static Microsoft.Rest.Azure.IPage ListByService /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -61,7 +61,7 @@ public static Microsoft.Rest.Azure.IPage ListByService /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -82,7 +82,7 @@ public static bool GetEntityTag(this IIdentityProviderOperations operations, str /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -108,7 +108,7 @@ public static bool GetEntityTag(this IIdentityProviderOperations operations, str /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -129,7 +129,7 @@ public static IdentityProviderContract Get(this IIdentityProviderOperations oper /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -154,7 +154,7 @@ public static IdentityProviderContract Get(this IIdentityProviderOperations oper /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -178,7 +178,7 @@ public static IdentityProviderContract Get(this IIdentityProviderOperations oper /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -207,7 +207,7 @@ public static IdentityProviderContract Get(this IIdentityProviderOperations oper /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -232,7 +232,7 @@ public static IdentityProviderContract Update(this IIdentityProviderOperations o /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -262,7 +262,7 @@ public static IdentityProviderContract Update(this IIdentityProviderOperations o /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -287,7 +287,7 @@ public static void Delete(this IIdentityProviderOperations operations, string re /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -314,7 +314,7 @@ public static void Delete(this IIdentityProviderOperations operations, string re /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -334,7 +334,7 @@ public static ClientSecretContract ListSecrets(this IIdentityProviderOperations /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IssueOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IssueOperations.cs index 09d91690a472..a3e86acbf49e 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IssueOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IssueOperations.cs @@ -45,7 +45,7 @@ internal IssueOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -82,7 +82,17 @@ internal IssueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -111,7 +121,13 @@ internal IssueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -277,7 +293,7 @@ internal IssueOperations (ApiManagementClient client) /// Gets API Management issue details /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -317,7 +333,17 @@ internal IssueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -365,7 +391,13 @@ internal IssueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IssueOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IssueOperationsExtensions.cs index 0c42ba49a859..96cf257dad47 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IssueOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/IssueOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class IssueOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -42,7 +42,7 @@ public static partial class IssueOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -64,7 +64,7 @@ public static partial class IssueOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -85,7 +85,7 @@ public static IssueContract Get(this IIssueOperations operations, string resourc /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/LoggerOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/LoggerOperations.cs index b110240c4766..0b1e820fb662 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/LoggerOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/LoggerOperations.cs @@ -45,7 +45,7 @@ internal LoggerOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -82,7 +82,17 @@ internal LoggerOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -111,7 +121,13 @@ internal LoggerOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -278,7 +294,7 @@ internal LoggerOperations (ApiManagementClient client) /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -314,7 +330,17 @@ internal LoggerOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -358,7 +384,13 @@ internal LoggerOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -512,7 +544,7 @@ internal LoggerOperations (ApiManagementClient client) /// Gets the details of the logger specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -551,7 +583,17 @@ internal LoggerOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -595,7 +637,13 @@ internal LoggerOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -767,7 +815,7 @@ internal LoggerOperations (ApiManagementClient client) /// Creates or Updates a logger. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -821,7 +869,17 @@ internal LoggerOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -866,7 +924,13 @@ internal LoggerOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1072,7 +1136,7 @@ internal LoggerOperations (ApiManagementClient client) /// Updates an existing logger. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1123,7 +1187,17 @@ internal LoggerOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1172,7 +1246,13 @@ internal LoggerOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1360,7 +1440,7 @@ internal LoggerOperations (ApiManagementClient client) /// Deletes the specified logger. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1401,7 +1481,17 @@ internal LoggerOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1450,7 +1540,13 @@ internal LoggerOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/LoggerOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/LoggerOperationsExtensions.cs index 673192ccf681..5dc7e3c015a5 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/LoggerOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/LoggerOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class LoggerOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -42,7 +42,7 @@ public static partial class LoggerOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -65,7 +65,7 @@ public static partial class LoggerOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -86,7 +86,7 @@ public static bool GetEntityTag(this ILoggerOperations operations, string resour /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -111,7 +111,7 @@ public static bool GetEntityTag(this ILoggerOperations operations, string resour /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -131,7 +131,7 @@ public static LoggerContract Get(this ILoggerOperations operations, string resou /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -156,7 +156,7 @@ public static LoggerContract Get(this ILoggerOperations operations, string resou /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -180,7 +180,7 @@ public static LoggerContract Get(this ILoggerOperations operations, string resou /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -209,7 +209,7 @@ public static LoggerContract Get(this ILoggerOperations operations, string resou /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -234,7 +234,7 @@ public static LoggerContract Update(this ILoggerOperations operations, string re /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -264,7 +264,7 @@ public static LoggerContract Update(this ILoggerOperations operations, string re /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -289,7 +289,7 @@ public static void Delete(this ILoggerOperations operations, string resourceGrou /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AccessInformationContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AccessInformationContract.cs index be0b3bb58245..93337abb62c3 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AccessInformationContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AccessInformationContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Tenant Settings. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class AccessInformationContract : Resource + public partial class AccessInformationContract : ProxyResource { /// /// Initializes a new instance of the AccessInformationContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AdditionalLocation.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AdditionalLocation.cs index f4f4187b066a..e6ce81eda8d2 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AdditionalLocation.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AdditionalLocation.cs @@ -55,6 +55,13 @@ public AdditionalLocation() /// Gateway URL of the API Management service in the Region. /// + /// Property can be used to enable NAT Gateway for this API Management service. + /// Possible values include: 'Enabled', 'Disabled' + + /// Outbound public IPV4 address prefixes associated with NAT Gateway deployed + /// service. Available only for Premium SKU on stv2 platform. + /// + /// Property only valid for an Api Management service deployed in multiple /// locations. This can be used to disable the gateway in this additional /// location. @@ -62,7 +69,7 @@ public AdditionalLocation() /// Compute Platform Version running the service. /// Possible values include: 'undetermined', 'stv1', 'stv2', 'mtv1' - public AdditionalLocation(string location, ApiManagementServiceSkuProperties sku, System.Collections.Generic.IList zones = default(System.Collections.Generic.IList), System.Collections.Generic.IList publicIPAddresses = default(System.Collections.Generic.IList), System.Collections.Generic.IList privateIPAddresses = default(System.Collections.Generic.IList), string publicIPAddressId = default(string), VirtualNetworkConfiguration virtualNetworkConfiguration = default(VirtualNetworkConfiguration), string gatewayRegionalUrl = default(string), bool? disableGateway = default(bool?), string platformVersion = default(string)) + public AdditionalLocation(string location, ApiManagementServiceSkuProperties sku, System.Collections.Generic.IList zones = default(System.Collections.Generic.IList), System.Collections.Generic.IList publicIPAddresses = default(System.Collections.Generic.IList), System.Collections.Generic.IList privateIPAddresses = default(System.Collections.Generic.IList), string publicIPAddressId = default(string), VirtualNetworkConfiguration virtualNetworkConfiguration = default(VirtualNetworkConfiguration), string gatewayRegionalUrl = default(string), string natGatewayState = default(string), System.Collections.Generic.IList outboundPublicIPAddresses = default(System.Collections.Generic.IList), bool? disableGateway = default(bool?), string platformVersion = default(string)) { this.Location = location; @@ -73,6 +80,8 @@ public AdditionalLocation() this.PublicIpAddressId = publicIPAddressId; this.VirtualNetworkConfiguration = virtualNetworkConfiguration; this.GatewayRegionalUrl = gatewayRegionalUrl; + this.NatGatewayState = natGatewayState; + this.OutboundPublicIPAddresses = outboundPublicIPAddresses; this.DisableGateway = disableGateway; this.PlatformVersion = platformVersion; CustomInit(); @@ -141,6 +150,20 @@ public AdditionalLocation() [Newtonsoft.Json.JsonProperty(PropertyName = "gatewayRegionalUrl")] public string GatewayRegionalUrl {get; private set; } + /// + /// Gets or sets property can be used to enable NAT Gateway for this API + /// Management service. Possible values include: 'Enabled', 'Disabled' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "natGatewayState")] + public string NatGatewayState {get; set; } + + /// + /// Gets outbound public IPV4 address prefixes associated with NAT Gateway + /// deployed service. Available only for Premium SKU on stv2 platform. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "outboundPublicIPAddresses")] + public System.Collections.Generic.IList OutboundPublicIPAddresses {get; private set; } + /// /// Gets or sets property only valid for an Api Management service deployed in /// multiple locations. This can be used to disable the gateway in this @@ -185,6 +208,8 @@ public virtual void Validate() } + + } } } \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiContract.cs index 4bd277a18e6c..2bc5ab0ea5e9 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// API details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class ApiContract : Resource + public partial class ApiContract : ProxyResource { /// /// Initializes a new instance of the ApiContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiCreateOrUpdateParameter.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiCreateOrUpdateParameter.cs index ff5777e5992d..f445392c3781 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiCreateOrUpdateParameter.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiCreateOrUpdateParameter.cs @@ -111,7 +111,11 @@ public ApiCreateOrUpdateParameter() /// * `websocket` creates websocket API /// * `graphql` creates GraphQL API. /// Possible values include: 'http', 'soap', 'websocket', 'graphql' - public ApiCreateOrUpdateParameter(string apiType = default(string), string description = default(string), AuthenticationSettingsContract authenticationSettings = default(AuthenticationSettingsContract), SubscriptionKeyParameterNamesContract subscriptionKeyParameterNames = default(SubscriptionKeyParameterNamesContract), string apiRevision = default(string), string apiVersion = default(string), bool? isCurrent = default(bool?), bool? isOnline = default(bool?), string apiRevisionDescription = default(string), string apiVersionDescription = default(string), string apiVersionSetId = default(string), bool? subscriptionRequired = default(bool?), string termsOfServiceUrl = default(string), ApiContactInformation contact = default(ApiContactInformation), ApiLicenseInformation license = default(ApiLicenseInformation), string sourceApiId = default(string), string displayName = default(string), string serviceUrl = default(string), string path = default(string), System.Collections.Generic.IList protocols = default(System.Collections.Generic.IList), ApiVersionSetContractDetails apiVersionSet = default(ApiVersionSetContractDetails), string value = default(string), string format = default(string), ApiCreateOrUpdatePropertiesWsdlSelector wsdlSelector = default(ApiCreateOrUpdatePropertiesWsdlSelector), string soapApiType = default(string)) + + /// Strategy of translating required query parameters to template ones. By + /// default has value 'template'. Possible values: 'template', 'query' + /// Possible values include: 'template', 'query' + public ApiCreateOrUpdateParameter(string apiType = default(string), string description = default(string), AuthenticationSettingsContract authenticationSettings = default(AuthenticationSettingsContract), SubscriptionKeyParameterNamesContract subscriptionKeyParameterNames = default(SubscriptionKeyParameterNamesContract), string apiRevision = default(string), string apiVersion = default(string), bool? isCurrent = default(bool?), bool? isOnline = default(bool?), string apiRevisionDescription = default(string), string apiVersionDescription = default(string), string apiVersionSetId = default(string), bool? subscriptionRequired = default(bool?), string termsOfServiceUrl = default(string), ApiContactInformation contact = default(ApiContactInformation), ApiLicenseInformation license = default(ApiLicenseInformation), string sourceApiId = default(string), string displayName = default(string), string serviceUrl = default(string), string path = default(string), System.Collections.Generic.IList protocols = default(System.Collections.Generic.IList), ApiVersionSetContractDetails apiVersionSet = default(ApiVersionSetContractDetails), string value = default(string), string format = default(string), ApiCreateOrUpdatePropertiesWsdlSelector wsdlSelector = default(ApiCreateOrUpdatePropertiesWsdlSelector), string soapApiType = default(string), string translateRequiredQueryParametersConduct = default(string)) { this.ApiType = apiType; @@ -139,6 +143,7 @@ public ApiCreateOrUpdateParameter() this.Format = format; this.WsdlSelector = wsdlSelector; this.SoapApiType = soapApiType; + this.TranslateRequiredQueryParametersConduct = translateRequiredQueryParametersConduct; CustomInit(); } @@ -310,6 +315,13 @@ public ApiCreateOrUpdateParameter() /// [Newtonsoft.Json.JsonProperty(PropertyName = "properties.apiType")] public string SoapApiType {get; set; } + + /// + /// Gets or sets strategy of translating required query parameters to template + /// ones. By default has value 'template'. Possible values: 'template', 'query' Possible values include: 'template', 'query' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.translateRequiredQueryParameters")] + public string TranslateRequiredQueryParametersConduct {get; set; } /// /// Validate the object. /// @@ -390,6 +402,7 @@ public virtual void Validate() + } } } \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiCreateOrUpdateProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiCreateOrUpdateProperties.cs index 08bac1847273..47ae921c175b 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiCreateOrUpdateProperties.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiCreateOrUpdateProperties.cs @@ -110,7 +110,11 @@ public ApiCreateOrUpdateProperties() /// * `websocket` creates websocket API /// * `graphql` creates GraphQL API. /// Possible values include: 'http', 'soap', 'websocket', 'graphql' - public ApiCreateOrUpdateProperties(string path, string description = default(string), AuthenticationSettingsContract authenticationSettings = default(AuthenticationSettingsContract), SubscriptionKeyParameterNamesContract subscriptionKeyParameterNames = default(SubscriptionKeyParameterNamesContract), string apiType = default(string), string apiRevision = default(string), string apiVersion = default(string), bool? isCurrent = default(bool?), bool? isOnline = default(bool?), string apiRevisionDescription = default(string), string apiVersionDescription = default(string), string apiVersionSetId = default(string), bool? subscriptionRequired = default(bool?), string termsOfServiceUrl = default(string), ApiContactInformation contact = default(ApiContactInformation), ApiLicenseInformation license = default(ApiLicenseInformation), string sourceApiId = default(string), string displayName = default(string), string serviceUrl = default(string), System.Collections.Generic.IList protocols = default(System.Collections.Generic.IList), ApiVersionSetContractDetails apiVersionSet = default(ApiVersionSetContractDetails), string value = default(string), string format = default(string), ApiCreateOrUpdatePropertiesWsdlSelector wsdlSelector = default(ApiCreateOrUpdatePropertiesWsdlSelector), string soapApiType = default(string)) + + /// Strategy of translating required query parameters to template ones. By + /// default has value 'template'. Possible values: 'template', 'query' + /// Possible values include: 'template', 'query' + public ApiCreateOrUpdateProperties(string path, string description = default(string), AuthenticationSettingsContract authenticationSettings = default(AuthenticationSettingsContract), SubscriptionKeyParameterNamesContract subscriptionKeyParameterNames = default(SubscriptionKeyParameterNamesContract), string apiType = default(string), string apiRevision = default(string), string apiVersion = default(string), bool? isCurrent = default(bool?), bool? isOnline = default(bool?), string apiRevisionDescription = default(string), string apiVersionDescription = default(string), string apiVersionSetId = default(string), bool? subscriptionRequired = default(bool?), string termsOfServiceUrl = default(string), ApiContactInformation contact = default(ApiContactInformation), ApiLicenseInformation license = default(ApiLicenseInformation), string sourceApiId = default(string), string displayName = default(string), string serviceUrl = default(string), System.Collections.Generic.IList protocols = default(System.Collections.Generic.IList), ApiVersionSetContractDetails apiVersionSet = default(ApiVersionSetContractDetails), string value = default(string), string format = default(string), ApiCreateOrUpdatePropertiesWsdlSelector wsdlSelector = default(ApiCreateOrUpdatePropertiesWsdlSelector), string soapApiType = default(string), string translateRequiredQueryParametersConduct = default(string)) : base(path, description, authenticationSettings, subscriptionKeyParameterNames, apiType, apiRevision, apiVersion, isCurrent, isOnline, apiRevisionDescription, apiVersionDescription, apiVersionSetId, subscriptionRequired, termsOfServiceUrl, contact, license, sourceApiId, displayName, serviceUrl, protocols, apiVersionSet) { @@ -118,6 +122,7 @@ public ApiCreateOrUpdateProperties() this.Format = format; this.WsdlSelector = wsdlSelector; this.SoapApiType = soapApiType; + this.TranslateRequiredQueryParametersConduct = translateRequiredQueryParametersConduct; CustomInit(); } @@ -154,6 +159,13 @@ public ApiCreateOrUpdateProperties() /// [Newtonsoft.Json.JsonProperty(PropertyName = "apiType")] public string SoapApiType {get; set; } + + /// + /// Gets or sets strategy of translating required query parameters to template + /// ones. By default has value 'template'. Possible values: 'template', 'query' Possible values include: 'template', 'query' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "translateRequiredQueryParameters")] + public string TranslateRequiredQueryParametersConduct {get; set; } /// /// Validate the object. /// @@ -167,6 +179,7 @@ public override void Validate() + } } } \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceApplyNetworkConfigurationUpdatesHeaders.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceApplyNetworkConfigurationUpdatesHeaders.cs new file mode 100644 index 000000000000..0aaacd5ab013 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceApplyNetworkConfigurationUpdatesHeaders.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + public partial class ApiManagementServiceApplyNetworkConfigurationUpdatesHeaders + { + /// + /// Initializes a new instance of the ApiManagementServiceApplyNetworkConfigurationUpdatesHeaders class. + /// + public ApiManagementServiceApplyNetworkConfigurationUpdatesHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ApiManagementServiceApplyNetworkConfigurationUpdatesHeaders class. + /// + + /// + /// + public ApiManagementServiceApplyNetworkConfigurationUpdatesHeaders(string location = default(string)) + + { + this.Location = location; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "location")] + public string Location {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceBackupHeaders.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceBackupHeaders.cs new file mode 100644 index 000000000000..c15041112a3d --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceBackupHeaders.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + public partial class ApiManagementServiceBackupHeaders + { + /// + /// Initializes a new instance of the ApiManagementServiceBackupHeaders class. + /// + public ApiManagementServiceBackupHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ApiManagementServiceBackupHeaders class. + /// + + /// + /// + public ApiManagementServiceBackupHeaders(string location = default(string)) + + { + this.Location = location; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "Location")] + public string Location {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceBaseProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceBaseProperties.cs index d78fc131be81..683a73a3eab8 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceBaseProperties.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceBaseProperties.cs @@ -107,9 +107,10 @@ public ApiManagementServiceBaseProperties() /// be used to enable HTTP2 protocol on an API Management service.</br>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 + /// default value is `True` if the service was created on or before April 1, /// 2018 and `False` otherwise. Http2 setting's default value is - /// `False`.</br></br>You can disable any of next ciphers by using settings + /// `False`.</br></br>You can disable any of the following ciphers by using + /// settings /// `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.[cipher_name]`: /// TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, /// TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, @@ -117,9 +118,9 @@ public ApiManagementServiceBaseProperties() /// TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, /// TLS_RSA_WITH_AES_128_CBC_SHA. For example, /// `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TLS_RSA_WITH_AES_128_CBC_SHA256`:`false`. - /// The default value is `true` for them. Note: next ciphers can't be disabled - /// since they are required by Azure CloudService internal components: - /// TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_256_GCM_SHA384 + /// The default value is `true` for them.</br> Note: The following ciphers + /// can't be disabled since they are required by internal platform components: + /// TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 /// /// List of Certificates that need to be installed in the API Management @@ -132,6 +133,13 @@ public ApiManagementServiceBaseProperties() /// the gateway. /// + /// Property can be used to enable NAT Gateway for this API Management service. + /// Possible values include: 'Enabled', 'Disabled' + + /// Outbound public IPV4 address prefixes associated with NAT Gateway deployed + /// service. Available only for Premium SKU on stv2 platform. + /// + /// Property only valid for an Api Management service deployed in multiple /// locations. This can be used to disable the gateway in master region. /// @@ -156,7 +164,7 @@ public ApiManagementServiceBaseProperties() /// Compute Platform Version running the service in this location. /// Possible values include: 'undetermined', 'stv1', 'stv2', 'mtv1' - public ApiManagementServiceBaseProperties(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), System.Collections.Generic.IList hostnameConfigurations = default(System.Collections.Generic.IList), System.Collections.Generic.IList publicIPAddresses = default(System.Collections.Generic.IList), System.Collections.Generic.IList privateIPAddresses = default(System.Collections.Generic.IList), string publicIPAddressId = default(string), string publicNetworkAccess = default(string), VirtualNetworkConfiguration virtualNetworkConfiguration = default(VirtualNetworkConfiguration), System.Collections.Generic.IList additionalLocations = default(System.Collections.Generic.IList), System.Collections.Generic.IDictionary customProperties = default(System.Collections.Generic.IDictionary), System.Collections.Generic.IList certificates = default(System.Collections.Generic.IList), bool? enableClientCertificate = default(bool?), bool? disableGateway = default(bool?), string virtualNetworkType = default(string), ApiVersionConstraint apiVersionConstraint = default(ApiVersionConstraint), bool? restore = default(bool?), System.Collections.Generic.IList privateEndpointConnections = default(System.Collections.Generic.IList), string platformVersion = default(string)) + public ApiManagementServiceBaseProperties(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), System.Collections.Generic.IList hostnameConfigurations = default(System.Collections.Generic.IList), System.Collections.Generic.IList publicIPAddresses = default(System.Collections.Generic.IList), System.Collections.Generic.IList privateIPAddresses = default(System.Collections.Generic.IList), string publicIPAddressId = default(string), string publicNetworkAccess = default(string), VirtualNetworkConfiguration virtualNetworkConfiguration = default(VirtualNetworkConfiguration), System.Collections.Generic.IList additionalLocations = default(System.Collections.Generic.IList), System.Collections.Generic.IDictionary customProperties = default(System.Collections.Generic.IDictionary), System.Collections.Generic.IList certificates = default(System.Collections.Generic.IList), bool? enableClientCertificate = default(bool?), string natGatewayState = default(string), System.Collections.Generic.IList outboundPublicIPAddresses = default(System.Collections.Generic.IList), bool? disableGateway = default(bool?), string virtualNetworkType = default(string), ApiVersionConstraint apiVersionConstraint = default(ApiVersionConstraint), bool? restore = default(bool?), System.Collections.Generic.IList privateEndpointConnections = default(System.Collections.Generic.IList), string platformVersion = default(string)) { this.NotificationSenderEmail = notificationSenderEmail; @@ -179,6 +187,8 @@ public ApiManagementServiceBaseProperties() this.CustomProperties = customProperties; this.Certificates = certificates; this.EnableClientCertificate = enableClientCertificate; + this.NatGatewayState = natGatewayState; + this.OutboundPublicIPAddresses = outboundPublicIPAddresses; this.DisableGateway = disableGateway; this.VirtualNetworkType = virtualNetworkType; this.ApiVersionConstraint = apiVersionConstraint; @@ -329,9 +339,10 @@ public ApiManagementServiceBaseProperties() /// be used to enable HTTP2 protocol on an API Management service.</br>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 + /// default value is `True` if the service was created on or before April 1, /// 2018 and `False` otherwise. Http2 setting's default value is - /// `False`.</br></br>You can disable any of next ciphers by using settings + /// `False`.</br></br>You can disable any of the following ciphers by using + /// settings /// `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.[cipher_name]`: /// TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, /// TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, @@ -339,9 +350,9 @@ public ApiManagementServiceBaseProperties() /// TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, /// TLS_RSA_WITH_AES_128_CBC_SHA. For example, /// `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TLS_RSA_WITH_AES_128_CBC_SHA256`:`false`. - /// The default value is `true` for them. Note: next ciphers can't be disabled - /// since they are required by Azure CloudService internal components: - /// TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_256_GCM_SHA384 + /// The default value is `true` for them.</br> Note: The following ciphers + /// can't be disabled since they are required by internal platform components: + /// TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 /// [Newtonsoft.Json.JsonProperty(PropertyName = "customProperties")] public System.Collections.Generic.IDictionary CustomProperties {get; set; } @@ -362,6 +373,20 @@ public ApiManagementServiceBaseProperties() [Newtonsoft.Json.JsonProperty(PropertyName = "enableClientCertificate")] public bool? EnableClientCertificate {get; set; } + /// + /// Gets or sets property can be used to enable NAT Gateway for this API + /// Management service. Possible values include: 'Enabled', 'Disabled' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "natGatewayState")] + public string NatGatewayState {get; set; } + + /// + /// Gets outbound public IPV4 address prefixes associated with NAT Gateway + /// deployed service. Available only for Premium SKU on stv2 platform. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "outboundPublicIPAddresses")] + public System.Collections.Generic.IList OutboundPublicIPAddresses {get; private set; } + /// /// Gets or sets property only valid for an Api Management service deployed in /// multiple locations. This can be used to disable the gateway in master @@ -473,6 +498,8 @@ public virtual void Validate() + + } } } \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceMigrateToStv2Headers.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceMigrateToStv2Headers.cs new file mode 100644 index 000000000000..4dcb547ea6dd --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceMigrateToStv2Headers.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + public partial class ApiManagementServiceMigrateToStv2Headers + { + /// + /// Initializes a new instance of the ApiManagementServiceMigrateToStv2Headers class. + /// + public ApiManagementServiceMigrateToStv2Headers() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ApiManagementServiceMigrateToStv2Headers class. + /// + + /// + /// + public ApiManagementServiceMigrateToStv2Headers(string location = default(string)) + + { + this.Location = location; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "location")] + public string Location {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceProperties.cs index ca6b1c287302..ee27ce5e2df8 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceProperties.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceProperties.cs @@ -107,9 +107,10 @@ public ApiManagementServiceProperties() /// be used to enable HTTP2 protocol on an API Management service.</br>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 + /// default value is `True` if the service was created on or before April 1, /// 2018 and `False` otherwise. Http2 setting's default value is - /// `False`.</br></br>You can disable any of next ciphers by using settings + /// `False`.</br></br>You can disable any of the following ciphers by using + /// settings /// `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.[cipher_name]`: /// TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, /// TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, @@ -117,9 +118,9 @@ public ApiManagementServiceProperties() /// TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, /// TLS_RSA_WITH_AES_128_CBC_SHA. For example, /// `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TLS_RSA_WITH_AES_128_CBC_SHA256`:`false`. - /// The default value is `true` for them. Note: next ciphers can't be disabled - /// since they are required by Azure CloudService internal components: - /// TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_256_GCM_SHA384 + /// The default value is `true` for them.</br> Note: The following ciphers + /// can't be disabled since they are required by internal platform components: + /// TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 /// /// List of Certificates that need to be installed in the API Management @@ -132,6 +133,13 @@ public ApiManagementServiceProperties() /// the gateway. /// + /// Property can be used to enable NAT Gateway for this API Management service. + /// Possible values include: 'Enabled', 'Disabled' + + /// Outbound public IPV4 address prefixes associated with NAT Gateway deployed + /// service. Available only for Premium SKU on stv2 platform. + /// + /// Property only valid for an Api Management service deployed in multiple /// locations. This can be used to disable the gateway in master region. /// @@ -162,9 +170,9 @@ public ApiManagementServiceProperties() /// Publisher name. /// - public ApiManagementServiceProperties(string publisherEmail, string publisherName, 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), System.Collections.Generic.IList hostnameConfigurations = default(System.Collections.Generic.IList), System.Collections.Generic.IList publicIPAddresses = default(System.Collections.Generic.IList), System.Collections.Generic.IList privateIPAddresses = default(System.Collections.Generic.IList), string publicIPAddressId = default(string), string publicNetworkAccess = default(string), VirtualNetworkConfiguration virtualNetworkConfiguration = default(VirtualNetworkConfiguration), System.Collections.Generic.IList additionalLocations = default(System.Collections.Generic.IList), System.Collections.Generic.IDictionary customProperties = default(System.Collections.Generic.IDictionary), System.Collections.Generic.IList certificates = default(System.Collections.Generic.IList), bool? enableClientCertificate = default(bool?), bool? disableGateway = default(bool?), string virtualNetworkType = default(string), ApiVersionConstraint apiVersionConstraint = default(ApiVersionConstraint), bool? restore = default(bool?), System.Collections.Generic.IList privateEndpointConnections = default(System.Collections.Generic.IList), string platformVersion = default(string)) + public ApiManagementServiceProperties(string publisherEmail, string publisherName, 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), System.Collections.Generic.IList hostnameConfigurations = default(System.Collections.Generic.IList), System.Collections.Generic.IList publicIPAddresses = default(System.Collections.Generic.IList), System.Collections.Generic.IList privateIPAddresses = default(System.Collections.Generic.IList), string publicIPAddressId = default(string), string publicNetworkAccess = default(string), VirtualNetworkConfiguration virtualNetworkConfiguration = default(VirtualNetworkConfiguration), System.Collections.Generic.IList additionalLocations = default(System.Collections.Generic.IList), System.Collections.Generic.IDictionary customProperties = default(System.Collections.Generic.IDictionary), System.Collections.Generic.IList certificates = default(System.Collections.Generic.IList), bool? enableClientCertificate = default(bool?), string natGatewayState = default(string), System.Collections.Generic.IList outboundPublicIPAddresses = default(System.Collections.Generic.IList), bool? disableGateway = default(bool?), string virtualNetworkType = default(string), ApiVersionConstraint apiVersionConstraint = default(ApiVersionConstraint), bool? restore = default(bool?), System.Collections.Generic.IList privateEndpointConnections = default(System.Collections.Generic.IList), string platformVersion = default(string)) - : base(notificationSenderEmail, provisioningState, targetProvisioningState, createdAtUtc, gatewayUrl, gatewayRegionalUrl, portalUrl, managementApiUrl, scmUrl, developerPortalUrl, hostnameConfigurations, publicIPAddresses, privateIPAddresses, publicIPAddressId, publicNetworkAccess, virtualNetworkConfiguration, additionalLocations, customProperties, certificates, enableClientCertificate, disableGateway, virtualNetworkType, apiVersionConstraint, restore, privateEndpointConnections, platformVersion) + : base(notificationSenderEmail, provisioningState, targetProvisioningState, createdAtUtc, gatewayUrl, gatewayRegionalUrl, portalUrl, managementApiUrl, scmUrl, developerPortalUrl, hostnameConfigurations, publicIPAddresses, privateIPAddresses, publicIPAddressId, publicNetworkAccess, virtualNetworkConfiguration, additionalLocations, customProperties, certificates, enableClientCertificate, natGatewayState, outboundPublicIPAddresses, disableGateway, virtualNetworkType, apiVersionConstraint, restore, privateEndpointConnections, platformVersion) { this.PublisherEmail = publisherEmail; this.PublisherName = publisherName; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceResource.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceResource.cs index e2e2d20d4e85..0336c45f85a7 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceResource.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceResource.cs @@ -143,9 +143,10 @@ public ApiManagementServiceResource() /// be used to enable HTTP2 protocol on an API Management service.</br>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 + /// default value is `True` if the service was created on or before April 1, /// 2018 and `False` otherwise. Http2 setting's default value is - /// `False`.</br></br>You can disable any of next ciphers by using settings + /// `False`.</br></br>You can disable any of the following ciphers by using + /// settings /// `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.[cipher_name]`: /// TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, /// TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, @@ -153,9 +154,9 @@ public ApiManagementServiceResource() /// TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, /// TLS_RSA_WITH_AES_128_CBC_SHA. For example, /// `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TLS_RSA_WITH_AES_128_CBC_SHA256`:`false`. - /// The default value is `true` for them. Note: next ciphers can't be disabled - /// since they are required by Azure CloudService internal components: - /// TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_256_GCM_SHA384 + /// The default value is `true` for them.</br> Note: The following ciphers + /// can't be disabled since they are required by internal platform components: + /// TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 /// /// List of Certificates that need to be installed in the API Management @@ -168,6 +169,13 @@ public ApiManagementServiceResource() /// the gateway. /// + /// Property can be used to enable NAT Gateway for this API Management service. + /// Possible values include: 'Enabled', 'Disabled' + + /// Outbound public IPV4 address prefixes associated with NAT Gateway deployed + /// service. Available only for Premium SKU on stv2 platform. + /// + /// Property only valid for an Api Management service deployed in multiple /// locations. This can be used to disable the gateway in master region. /// @@ -195,7 +203,7 @@ public ApiManagementServiceResource() /// Publisher name. /// - public ApiManagementServiceResource(ApiManagementServiceSkuProperties sku, string location, string publisherEmail, string publisherName, string id = default(string), string name = default(string), string type = default(string), System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary), ApiManagementServiceIdentity identity = default(ApiManagementServiceIdentity), SystemData systemData = default(SystemData), string etag = default(string), System.Collections.Generic.IList zones = default(System.Collections.Generic.IList), string platformVersion = default(string), 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), System.Collections.Generic.IList hostnameConfigurations = default(System.Collections.Generic.IList), System.Collections.Generic.IList publicIPAddresses = default(System.Collections.Generic.IList), System.Collections.Generic.IList privateIPAddresses = default(System.Collections.Generic.IList), string publicIPAddressId = default(string), string publicNetworkAccess = default(string), VirtualNetworkConfiguration virtualNetworkConfiguration = default(VirtualNetworkConfiguration), System.Collections.Generic.IList additionalLocations = default(System.Collections.Generic.IList), System.Collections.Generic.IDictionary customProperties = default(System.Collections.Generic.IDictionary), System.Collections.Generic.IList certificates = default(System.Collections.Generic.IList), bool? enableClientCertificate = default(bool?), bool? disableGateway = default(bool?), string virtualNetworkType = default(string), ApiVersionConstraint apiVersionConstraint = default(ApiVersionConstraint), bool? restore = default(bool?), System.Collections.Generic.IList privateEndpointConnections = default(System.Collections.Generic.IList)) + public ApiManagementServiceResource(ApiManagementServiceSkuProperties sku, string location, string publisherEmail, string publisherName, string id = default(string), string name = default(string), string type = default(string), System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary), ApiManagementServiceIdentity identity = default(ApiManagementServiceIdentity), SystemData systemData = default(SystemData), string etag = default(string), System.Collections.Generic.IList zones = default(System.Collections.Generic.IList), string platformVersion = default(string), 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), System.Collections.Generic.IList hostnameConfigurations = default(System.Collections.Generic.IList), System.Collections.Generic.IList publicIPAddresses = default(System.Collections.Generic.IList), System.Collections.Generic.IList privateIPAddresses = default(System.Collections.Generic.IList), string publicIPAddressId = default(string), string publicNetworkAccess = default(string), VirtualNetworkConfiguration virtualNetworkConfiguration = default(VirtualNetworkConfiguration), System.Collections.Generic.IList additionalLocations = default(System.Collections.Generic.IList), System.Collections.Generic.IDictionary customProperties = default(System.Collections.Generic.IDictionary), System.Collections.Generic.IList certificates = default(System.Collections.Generic.IList), bool? enableClientCertificate = default(bool?), string natGatewayState = default(string), System.Collections.Generic.IList outboundPublicIPAddresses = default(System.Collections.Generic.IList), bool? disableGateway = default(bool?), string virtualNetworkType = default(string), ApiVersionConstraint apiVersionConstraint = default(ApiVersionConstraint), bool? restore = default(bool?), System.Collections.Generic.IList privateEndpointConnections = default(System.Collections.Generic.IList)) : base(id, name, type, tags) { @@ -226,6 +234,8 @@ public ApiManagementServiceResource() this.CustomProperties = customProperties; this.Certificates = certificates; this.EnableClientCertificate = enableClientCertificate; + this.NatGatewayState = natGatewayState; + this.OutboundPublicIPAddresses = outboundPublicIPAddresses; this.DisableGateway = disableGateway; this.VirtualNetworkType = virtualNetworkType; this.ApiVersionConstraint = apiVersionConstraint; @@ -420,9 +430,10 @@ public ApiManagementServiceResource() /// be used to enable HTTP2 protocol on an API Management service.</br>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 + /// default value is `True` if the service was created on or before April 1, /// 2018 and `False` otherwise. Http2 setting's default value is - /// `False`.</br></br>You can disable any of next ciphers by using settings + /// `False`.</br></br>You can disable any of the following ciphers by using + /// settings /// `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.[cipher_name]`: /// TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, /// TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, @@ -430,9 +441,9 @@ public ApiManagementServiceResource() /// TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, /// TLS_RSA_WITH_AES_128_CBC_SHA. For example, /// `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TLS_RSA_WITH_AES_128_CBC_SHA256`:`false`. - /// The default value is `true` for them. Note: next ciphers can't be disabled - /// since they are required by Azure CloudService internal components: - /// TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_256_GCM_SHA384 + /// The default value is `true` for them.</br> Note: The following ciphers + /// can't be disabled since they are required by internal platform components: + /// TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 /// [Newtonsoft.Json.JsonProperty(PropertyName = "properties.customProperties")] public System.Collections.Generic.IDictionary CustomProperties {get; set; } @@ -453,6 +464,20 @@ public ApiManagementServiceResource() [Newtonsoft.Json.JsonProperty(PropertyName = "properties.enableClientCertificate")] public bool? EnableClientCertificate {get; set; } + /// + /// Gets or sets property can be used to enable NAT Gateway for this API + /// Management service. Possible values include: 'Enabled', 'Disabled' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.natGatewayState")] + public string NatGatewayState {get; set; } + + /// + /// Gets outbound public IPV4 address prefixes associated with NAT Gateway + /// deployed service. Available only for Premium SKU on stv2 platform. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.outboundPublicIPAddresses")] + public System.Collections.Generic.IList OutboundPublicIPAddresses {get; private set; } + /// /// Gets or sets property only valid for an Api Management service deployed in /// multiple locations. This can be used to disable the gateway in master @@ -598,6 +623,8 @@ public virtual void Validate() + + if (this.PublisherEmail != null) { if (this.PublisherEmail.Length > 100) diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceRestoreHeaders.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceRestoreHeaders.cs new file mode 100644 index 000000000000..09154d3bf454 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceRestoreHeaders.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + public partial class ApiManagementServiceRestoreHeaders + { + /// + /// Initializes a new instance of the ApiManagementServiceRestoreHeaders class. + /// + public ApiManagementServiceRestoreHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ApiManagementServiceRestoreHeaders class. + /// + + /// + /// + public ApiManagementServiceRestoreHeaders(string location = default(string)) + + { + this.Location = location; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "location")] + public string Location {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceUpdateParameters.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceUpdateParameters.cs index abc67a154a3d..7b73bccb3df2 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceUpdateParameters.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceUpdateParameters.cs @@ -137,9 +137,10 @@ public ApiManagementServiceUpdateParameters() /// be used to enable HTTP2 protocol on an API Management service.</br>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 + /// default value is `True` if the service was created on or before April 1, /// 2018 and `False` otherwise. Http2 setting's default value is - /// `False`.</br></br>You can disable any of next ciphers by using settings + /// `False`.</br></br>You can disable any of the following ciphers by using + /// settings /// `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.[cipher_name]`: /// TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, /// TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, @@ -147,9 +148,9 @@ public ApiManagementServiceUpdateParameters() /// TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, /// TLS_RSA_WITH_AES_128_CBC_SHA. For example, /// `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TLS_RSA_WITH_AES_128_CBC_SHA256`:`false`. - /// The default value is `true` for them. Note: next ciphers can't be disabled - /// since they are required by Azure CloudService internal components: - /// TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_256_GCM_SHA384 + /// The default value is `true` for them.</br> Note: The following ciphers + /// can't be disabled since they are required by internal platform components: + /// TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 /// /// List of Certificates that need to be installed in the API Management @@ -162,6 +163,13 @@ public ApiManagementServiceUpdateParameters() /// the gateway. /// + /// Property can be used to enable NAT Gateway for this API Management service. + /// Possible values include: 'Enabled', 'Disabled' + + /// Outbound public IPV4 address prefixes associated with NAT Gateway deployed + /// service. Available only for Premium SKU on stv2 platform. + /// + /// Property only valid for an Api Management service deployed in multiple /// locations. This can be used to disable the gateway in master region. /// @@ -189,7 +197,7 @@ public ApiManagementServiceUpdateParameters() /// Publisher name. /// - public ApiManagementServiceUpdateParameters(string id = default(string), string name = default(string), string type = default(string), System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary), ApiManagementServiceSkuProperties sku = default(ApiManagementServiceSkuProperties), ApiManagementServiceIdentity identity = default(ApiManagementServiceIdentity), string etag = default(string), System.Collections.Generic.IList zones = default(System.Collections.Generic.IList), string platformVersion = default(string), 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), System.Collections.Generic.IList hostnameConfigurations = default(System.Collections.Generic.IList), System.Collections.Generic.IList publicIPAddresses = default(System.Collections.Generic.IList), System.Collections.Generic.IList privateIPAddresses = default(System.Collections.Generic.IList), string publicIPAddressId = default(string), string publicNetworkAccess = default(string), VirtualNetworkConfiguration virtualNetworkConfiguration = default(VirtualNetworkConfiguration), System.Collections.Generic.IList additionalLocations = default(System.Collections.Generic.IList), System.Collections.Generic.IDictionary customProperties = default(System.Collections.Generic.IDictionary), System.Collections.Generic.IList certificates = default(System.Collections.Generic.IList), bool? enableClientCertificate = default(bool?), bool? disableGateway = default(bool?), string virtualNetworkType = default(string), ApiVersionConstraint apiVersionConstraint = default(ApiVersionConstraint), bool? restore = default(bool?), System.Collections.Generic.IList privateEndpointConnections = default(System.Collections.Generic.IList), string publisherEmail = default(string), string publisherName = default(string)) + public ApiManagementServiceUpdateParameters(string id = default(string), string name = default(string), string type = default(string), System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary), ApiManagementServiceSkuProperties sku = default(ApiManagementServiceSkuProperties), ApiManagementServiceIdentity identity = default(ApiManagementServiceIdentity), string etag = default(string), System.Collections.Generic.IList zones = default(System.Collections.Generic.IList), string platformVersion = default(string), 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), System.Collections.Generic.IList hostnameConfigurations = default(System.Collections.Generic.IList), System.Collections.Generic.IList publicIPAddresses = default(System.Collections.Generic.IList), System.Collections.Generic.IList privateIPAddresses = default(System.Collections.Generic.IList), string publicIPAddressId = default(string), string publicNetworkAccess = default(string), VirtualNetworkConfiguration virtualNetworkConfiguration = default(VirtualNetworkConfiguration), System.Collections.Generic.IList additionalLocations = default(System.Collections.Generic.IList), System.Collections.Generic.IDictionary customProperties = default(System.Collections.Generic.IDictionary), System.Collections.Generic.IList certificates = default(System.Collections.Generic.IList), bool? enableClientCertificate = default(bool?), string natGatewayState = default(string), System.Collections.Generic.IList outboundPublicIPAddresses = default(System.Collections.Generic.IList), bool? disableGateway = default(bool?), string virtualNetworkType = default(string), ApiVersionConstraint apiVersionConstraint = default(ApiVersionConstraint), bool? restore = default(bool?), System.Collections.Generic.IList privateEndpointConnections = default(System.Collections.Generic.IList), string publisherEmail = default(string), string publisherName = default(string)) : base(id, name, type, tags) { @@ -218,6 +226,8 @@ public ApiManagementServiceUpdateParameters() this.CustomProperties = customProperties; this.Certificates = certificates; this.EnableClientCertificate = enableClientCertificate; + this.NatGatewayState = natGatewayState; + this.OutboundPublicIPAddresses = outboundPublicIPAddresses; this.DisableGateway = disableGateway; this.VirtualNetworkType = virtualNetworkType; this.ApiVersionConstraint = apiVersionConstraint; @@ -400,9 +410,10 @@ public ApiManagementServiceUpdateParameters() /// be used to enable HTTP2 protocol on an API Management service.</br>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 + /// default value is `True` if the service was created on or before April 1, /// 2018 and `False` otherwise. Http2 setting's default value is - /// `False`.</br></br>You can disable any of next ciphers by using settings + /// `False`.</br></br>You can disable any of the following ciphers by using + /// settings /// `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.[cipher_name]`: /// TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, /// TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, @@ -410,9 +421,9 @@ public ApiManagementServiceUpdateParameters() /// TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, /// TLS_RSA_WITH_AES_128_CBC_SHA. For example, /// `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TLS_RSA_WITH_AES_128_CBC_SHA256`:`false`. - /// The default value is `true` for them. Note: next ciphers can't be disabled - /// since they are required by Azure CloudService internal components: - /// TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_256_GCM_SHA384 + /// The default value is `true` for them.</br> Note: The following ciphers + /// can't be disabled since they are required by internal platform components: + /// TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 /// [Newtonsoft.Json.JsonProperty(PropertyName = "properties.customProperties")] public System.Collections.Generic.IDictionary CustomProperties {get; set; } @@ -433,6 +444,20 @@ public ApiManagementServiceUpdateParameters() [Newtonsoft.Json.JsonProperty(PropertyName = "properties.enableClientCertificate")] public bool? EnableClientCertificate {get; set; } + /// + /// Gets or sets property can be used to enable NAT Gateway for this API + /// Management service. Possible values include: 'Enabled', 'Disabled' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.natGatewayState")] + public string NatGatewayState {get; set; } + + /// + /// Gets outbound public IPV4 address prefixes associated with NAT Gateway + /// deployed service. Available only for Premium SKU on stv2 platform. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.outboundPublicIPAddresses")] + public System.Collections.Generic.IList OutboundPublicIPAddresses {get; private set; } + /// /// Gets or sets property only valid for an Api Management service deployed in /// multiple locations. This can be used to disable the gateway in master @@ -560,6 +585,8 @@ public virtual void Validate() + + if (this.PublisherEmail != null) { if (this.PublisherEmail.Length > 100) diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceUpdateProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceUpdateProperties.cs index 271f31baf706..3d1c5b68eb24 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceUpdateProperties.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiManagementServiceUpdateProperties.cs @@ -107,9 +107,10 @@ public ApiManagementServiceUpdateProperties() /// be used to enable HTTP2 protocol on an API Management service.</br>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 + /// default value is `True` if the service was created on or before April 1, /// 2018 and `False` otherwise. Http2 setting's default value is - /// `False`.</br></br>You can disable any of next ciphers by using settings + /// `False`.</br></br>You can disable any of the following ciphers by using + /// settings /// `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.[cipher_name]`: /// TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, /// TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, @@ -117,9 +118,9 @@ public ApiManagementServiceUpdateProperties() /// TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, /// TLS_RSA_WITH_AES_128_CBC_SHA. For example, /// `Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TLS_RSA_WITH_AES_128_CBC_SHA256`:`false`. - /// The default value is `true` for them. Note: next ciphers can't be disabled - /// since they are required by Azure CloudService internal components: - /// TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_256_GCM_SHA384 + /// The default value is `true` for them.</br> Note: The following ciphers + /// can't be disabled since they are required by internal platform components: + /// TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 /// /// List of Certificates that need to be installed in the API Management @@ -132,6 +133,13 @@ public ApiManagementServiceUpdateProperties() /// the gateway. /// + /// Property can be used to enable NAT Gateway for this API Management service. + /// Possible values include: 'Enabled', 'Disabled' + + /// Outbound public IPV4 address prefixes associated with NAT Gateway deployed + /// service. Available only for Premium SKU on stv2 platform. + /// + /// Property only valid for an Api Management service deployed in multiple /// locations. This can be used to disable the gateway in master region. /// @@ -162,9 +170,9 @@ public ApiManagementServiceUpdateProperties() /// Publisher name. /// - public ApiManagementServiceUpdateProperties(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), System.Collections.Generic.IList hostnameConfigurations = default(System.Collections.Generic.IList), System.Collections.Generic.IList publicIPAddresses = default(System.Collections.Generic.IList), System.Collections.Generic.IList privateIPAddresses = default(System.Collections.Generic.IList), string publicIPAddressId = default(string), string publicNetworkAccess = default(string), VirtualNetworkConfiguration virtualNetworkConfiguration = default(VirtualNetworkConfiguration), System.Collections.Generic.IList additionalLocations = default(System.Collections.Generic.IList), System.Collections.Generic.IDictionary customProperties = default(System.Collections.Generic.IDictionary), System.Collections.Generic.IList certificates = default(System.Collections.Generic.IList), bool? enableClientCertificate = default(bool?), bool? disableGateway = default(bool?), string virtualNetworkType = default(string), ApiVersionConstraint apiVersionConstraint = default(ApiVersionConstraint), bool? restore = default(bool?), System.Collections.Generic.IList privateEndpointConnections = default(System.Collections.Generic.IList), string platformVersion = default(string), string publisherEmail = default(string), string publisherName = default(string)) + public ApiManagementServiceUpdateProperties(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), System.Collections.Generic.IList hostnameConfigurations = default(System.Collections.Generic.IList), System.Collections.Generic.IList publicIPAddresses = default(System.Collections.Generic.IList), System.Collections.Generic.IList privateIPAddresses = default(System.Collections.Generic.IList), string publicIPAddressId = default(string), string publicNetworkAccess = default(string), VirtualNetworkConfiguration virtualNetworkConfiguration = default(VirtualNetworkConfiguration), System.Collections.Generic.IList additionalLocations = default(System.Collections.Generic.IList), System.Collections.Generic.IDictionary customProperties = default(System.Collections.Generic.IDictionary), System.Collections.Generic.IList certificates = default(System.Collections.Generic.IList), bool? enableClientCertificate = default(bool?), string natGatewayState = default(string), System.Collections.Generic.IList outboundPublicIPAddresses = default(System.Collections.Generic.IList), bool? disableGateway = default(bool?), string virtualNetworkType = default(string), ApiVersionConstraint apiVersionConstraint = default(ApiVersionConstraint), bool? restore = default(bool?), System.Collections.Generic.IList privateEndpointConnections = default(System.Collections.Generic.IList), string platformVersion = default(string), string publisherEmail = default(string), string publisherName = default(string)) - : base(notificationSenderEmail, provisioningState, targetProvisioningState, createdAtUtc, gatewayUrl, gatewayRegionalUrl, portalUrl, managementApiUrl, scmUrl, developerPortalUrl, hostnameConfigurations, publicIPAddresses, privateIPAddresses, publicIPAddressId, publicNetworkAccess, virtualNetworkConfiguration, additionalLocations, customProperties, certificates, enableClientCertificate, disableGateway, virtualNetworkType, apiVersionConstraint, restore, privateEndpointConnections, platformVersion) + : base(notificationSenderEmail, provisioningState, targetProvisioningState, createdAtUtc, gatewayUrl, gatewayRegionalUrl, portalUrl, managementApiUrl, scmUrl, developerPortalUrl, hostnameConfigurations, publicIPAddresses, privateIPAddresses, publicIPAddressId, publicNetworkAccess, virtualNetworkConfiguration, additionalLocations, customProperties, certificates, enableClientCertificate, natGatewayState, outboundPublicIPAddresses, disableGateway, virtualNetworkType, apiVersionConstraint, restore, privateEndpointConnections, platformVersion) { this.PublisherEmail = publisherEmail; this.PublisherName = publisherName; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiReleaseContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiReleaseContract.cs index 10c6b089a1e7..84aba4fbfdac 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiReleaseContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiReleaseContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// ApiRelease details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class ApiReleaseContract : Resource + public partial class ApiReleaseContract : ProxyResource { /// /// Initializes a new instance of the ApiReleaseContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiVersionSetContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiVersionSetContract.cs index 3c153003da35..73ed7527399f 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiVersionSetContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiVersionSetContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// API Version Set Contract details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class ApiVersionSetContract : Resource + public partial class ApiVersionSetContract : ProxyResource { /// /// Initializes a new instance of the ApiVersionSetContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiWikiCreateOrUpdateHeaders.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiWikiCreateOrUpdateHeaders.cs new file mode 100644 index 000000000000..e817cbf82ff7 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiWikiCreateOrUpdateHeaders.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + public partial class ApiWikiCreateOrUpdateHeaders + { + /// + /// Initializes a new instance of the ApiWikiCreateOrUpdateHeaders class. + /// + public ApiWikiCreateOrUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ApiWikiCreateOrUpdateHeaders class. + /// + + /// + /// + public ApiWikiCreateOrUpdateHeaders(string eTag = default(string)) + + { + this.ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "ETag")] + public string ETag {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiWikiGetEntityTagHeaders.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiWikiGetEntityTagHeaders.cs new file mode 100644 index 000000000000..f2210a215c0c --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiWikiGetEntityTagHeaders.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + public partial class ApiWikiGetEntityTagHeaders + { + /// + /// Initializes a new instance of the ApiWikiGetEntityTagHeaders class. + /// + public ApiWikiGetEntityTagHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ApiWikiGetEntityTagHeaders class. + /// + + /// + /// + public ApiWikiGetEntityTagHeaders(string eTag = default(string)) + + { + this.ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "ETag")] + public string ETag {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiWikiGetHeaders.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiWikiGetHeaders.cs new file mode 100644 index 000000000000..bdfe9acc1487 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiWikiGetHeaders.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + public partial class ApiWikiGetHeaders + { + /// + /// Initializes a new instance of the ApiWikiGetHeaders class. + /// + public ApiWikiGetHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ApiWikiGetHeaders class. + /// + + /// + /// + public ApiWikiGetHeaders(string eTag = default(string)) + + { + this.ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "ETag")] + public string ETag {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiWikiUpdateHeaders.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiWikiUpdateHeaders.cs new file mode 100644 index 000000000000..ca422552d704 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ApiWikiUpdateHeaders.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + public partial class ApiWikiUpdateHeaders + { + /// + /// Initializes a new instance of the ApiWikiUpdateHeaders class. + /// + public ApiWikiUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ApiWikiUpdateHeaders class. + /// + + /// + /// + public ApiWikiUpdateHeaders(string eTag = default(string)) + + { + this.ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "ETag")] + public string ETag {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AssociationContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AssociationContract.cs index 62b2bb0a4463..c99b8217b440 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AssociationContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AssociationContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Association entity details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class AssociationContract : Resource + public partial class AssociationContract : ProxyResource { /// /// Initializes a new instance of the AssociationContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AsyncResolverStatus.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AsyncResolverStatus.cs new file mode 100644 index 000000000000..4a57eb52176a --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AsyncResolverStatus.cs @@ -0,0 +1,63 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + + /// + /// Defines values for AsyncResolverStatus. + /// + + + [Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))] + public enum AsyncResolverStatus + { + [System.Runtime.Serialization.EnumMember(Value = "Started")] + Started, + [System.Runtime.Serialization.EnumMember(Value = "InProgress")] + InProgress, + [System.Runtime.Serialization.EnumMember(Value = "Succeeded")] + Succeeded, + [System.Runtime.Serialization.EnumMember(Value = "Failed")] + Failed + } + internal static class AsyncResolverStatusEnumExtension + { + internal static string ToSerializedValue(this AsyncResolverStatus? value) + { + return value == null ? null : ((AsyncResolverStatus)value).ToSerializedValue(); + } + internal static string ToSerializedValue(this AsyncResolverStatus value) + { + switch( value ) + { + case AsyncResolverStatus.Started: + return "Started"; + case AsyncResolverStatus.InProgress: + return "InProgress"; + case AsyncResolverStatus.Succeeded: + return "Succeeded"; + case AsyncResolverStatus.Failed: + return "Failed"; + } + return null; + } + internal static AsyncResolverStatus? ParseAsyncResolverStatus(this string value) + { + switch( value ) + { + case "Started": + return AsyncResolverStatus.Started; + case "InProgress": + return AsyncResolverStatus.InProgress; + case "Succeeded": + return AsyncResolverStatus.Succeeded; + case "Failed": + return AsyncResolverStatus.Failed; + } + return null; + } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthenticationSettingsContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthenticationSettingsContract.cs index 0119877d5f8f..65a1fbecde3a 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthenticationSettingsContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthenticationSettingsContract.cs @@ -29,11 +29,20 @@ public AuthenticationSettingsContract() /// OpenID Connect Authentication Settings /// - public AuthenticationSettingsContract(OAuth2AuthenticationSettingsContract oAuth2 = default(OAuth2AuthenticationSettingsContract), OpenIdAuthenticationSettingsContract openid = default(OpenIdAuthenticationSettingsContract)) + + /// Collection of OAuth2 authentication settings included into this API. + /// + + /// Collection of Open ID Connect authentication settings included into this + /// API. + /// + public AuthenticationSettingsContract(OAuth2AuthenticationSettingsContract oAuth2 = default(OAuth2AuthenticationSettingsContract), OpenIdAuthenticationSettingsContract openid = default(OpenIdAuthenticationSettingsContract), System.Collections.Generic.IList oAuth2AuthenticationSettings = default(System.Collections.Generic.IList), System.Collections.Generic.IList openidAuthenticationSettings = default(System.Collections.Generic.IList)) { this.OAuth2 = oAuth2; this.Openid = openid; + this.OAuth2AuthenticationSettings = oAuth2AuthenticationSettings; + this.OpenidAuthenticationSettings = openidAuthenticationSettings; CustomInit(); } @@ -54,5 +63,19 @@ public AuthenticationSettingsContract() /// [Newtonsoft.Json.JsonProperty(PropertyName = "openid")] public OpenIdAuthenticationSettingsContract Openid {get; set; } + + /// + /// Gets or sets collection of OAuth2 authentication settings included into + /// this API. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "oAuth2AuthenticationSettings")] + public System.Collections.Generic.IList OAuth2AuthenticationSettings {get; set; } + + /// + /// Gets or sets collection of Open ID Connect authentication settings included + /// into this API. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "openidAuthenticationSettings")] + public System.Collections.Generic.IList OpenidAuthenticationSettings {get; set; } } } \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationAccessPolicyCollection.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationAccessPolicyCollection.cs new file mode 100644 index 000000000000..d9833efd09d7 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationAccessPolicyCollection.cs @@ -0,0 +1,68 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Paged Authorization Access Policy list representation. + /// + public partial class AuthorizationAccessPolicyCollection + { + /// + /// Initializes a new instance of the AuthorizationAccessPolicyCollection class. + /// + public AuthorizationAccessPolicyCollection() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AuthorizationAccessPolicyCollection class. + /// + + /// Page values. + /// + + /// Total record count number across all pages. + /// + + /// Next page link if any. + /// + public AuthorizationAccessPolicyCollection(System.Collections.Generic.IList value = default(System.Collections.Generic.IList), long? count = default(long?), string nextLink = default(string)) + + { + this.Value = value; + this.Count = count; + this.NextLink = nextLink; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets page values. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "value")] + public System.Collections.Generic.IList Value {get; set; } + + /// + /// Gets or sets total record count number across all pages. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "count")] + public long? Count {get; set; } + + /// + /// Gets or sets next page link if any. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "nextLink")] + public string NextLink {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationAccessPolicyContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationAccessPolicyContract.cs new file mode 100644 index 000000000000..07afa4182a2f --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationAccessPolicyContract.cs @@ -0,0 +1,71 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Authorization access policy contract. + /// + [Microsoft.Rest.Serialization.JsonTransformation] + public partial class AuthorizationAccessPolicyContract : ProxyResource + { + /// + /// Initializes a new instance of the AuthorizationAccessPolicyContract class. + /// + public AuthorizationAccessPolicyContract() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AuthorizationAccessPolicyContract class. + /// + + /// Fully qualified resource ID for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// + + /// The name of the resource + /// + + /// The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" + /// + + /// The Tenant Id + /// + + /// The Object Id + /// + public AuthorizationAccessPolicyContract(string id = default(string), string name = default(string), string type = default(string), string tenantId = default(string), string objectId = default(string)) + + : base(id, name, type) + { + this.TenantId = tenantId; + this.ObjectId = objectId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the Tenant Id + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.tenantId")] + public string TenantId {get; set; } + + /// + /// Gets or sets the Object Id + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.objectId")] + public string ObjectId {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationAccessPolicyContractProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationAccessPolicyContractProperties.cs new file mode 100644 index 000000000000..03e3c81ebf77 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationAccessPolicyContractProperties.cs @@ -0,0 +1,58 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Authorization Access Policy details. + /// + public partial class AuthorizationAccessPolicyContractProperties + { + /// + /// Initializes a new instance of the AuthorizationAccessPolicyContractProperties class. + /// + public AuthorizationAccessPolicyContractProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AuthorizationAccessPolicyContractProperties class. + /// + + /// The Tenant Id + /// + + /// The Object Id + /// + public AuthorizationAccessPolicyContractProperties(string tenantId = default(string), string objectId = default(string)) + + { + this.TenantId = tenantId; + this.ObjectId = objectId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the Tenant Id + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "tenantId")] + public string TenantId {get; set; } + + /// + /// Gets or sets the Object Id + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "objectId")] + public string ObjectId {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationCollection.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationCollection.cs new file mode 100644 index 000000000000..fabaf6b7ee02 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationCollection.cs @@ -0,0 +1,68 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Paged Authorization list representation. + /// + public partial class AuthorizationCollection + { + /// + /// Initializes a new instance of the AuthorizationCollection class. + /// + public AuthorizationCollection() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AuthorizationCollection class. + /// + + /// Page values. + /// + + /// Total record count number across all pages. + /// + + /// Next page link if any. + /// + public AuthorizationCollection(System.Collections.Generic.IList value = default(System.Collections.Generic.IList), long? count = default(long?), string nextLink = default(string)) + + { + this.Value = value; + this.Count = count; + this.NextLink = nextLink; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets page values. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "value")] + public System.Collections.Generic.IList Value {get; set; } + + /// + /// Gets or sets total record count number across all pages. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "count")] + public long? Count {get; set; } + + /// + /// Gets or sets next page link if any. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "nextLink")] + public string NextLink {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationConfirmConsentCodeRequestContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationConfirmConsentCodeRequestContract.cs new file mode 100644 index 000000000000..e1f9e3a5114e --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationConfirmConsentCodeRequestContract.cs @@ -0,0 +1,50 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Authorization confirm consent code request contract. + /// + public partial class AuthorizationConfirmConsentCodeRequestContract + { + /// + /// Initializes a new instance of the AuthorizationConfirmConsentCodeRequestContract class. + /// + public AuthorizationConfirmConsentCodeRequestContract() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AuthorizationConfirmConsentCodeRequestContract class. + /// + + /// The consent code from the authorization server after authorizing and + /// consenting. + /// + public AuthorizationConfirmConsentCodeRequestContract(string consentCode = default(string)) + + { + this.ConsentCode = consentCode; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the consent code from the authorization server after + /// authorizing and consenting. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "consentCode")] + public string ConsentCode {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationContract.cs new file mode 100644 index 000000000000..d0960f845bfe --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationContract.cs @@ -0,0 +1,101 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Authorization contract. + /// + [Microsoft.Rest.Serialization.JsonTransformation] + public partial class AuthorizationContract : ProxyResource + { + /// + /// Initializes a new instance of the AuthorizationContract class. + /// + public AuthorizationContract() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AuthorizationContract class. + /// + + /// Fully qualified resource ID for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// + + /// The name of the resource + /// + + /// The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" + /// + + /// Authorization type options + /// Possible values include: 'OAuth2' + + /// OAuth2 grant type options + /// Possible values include: 'AuthorizationCode', 'ClientCredentials' + + /// Authorization parameters + /// + + /// Authorization error details. + /// + + /// Status of the Authorization + /// + public AuthorizationContract(string id = default(string), string name = default(string), string type = default(string), string authorizationType = default(string), string oAuth2GrantType = default(string), System.Collections.Generic.IDictionary parameters = default(System.Collections.Generic.IDictionary), AuthorizationError error = default(AuthorizationError), string status = default(string)) + + : base(id, name, type) + { + this.AuthorizationType = authorizationType; + this.OAuth2GrantType = oAuth2GrantType; + this.Parameters = parameters; + this.Error = error; + this.Status = status; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets authorization type options Possible values include: 'OAuth2' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.authorizationType")] + public string AuthorizationType {get; set; } + + /// + /// Gets or sets oAuth2 grant type options Possible values include: 'AuthorizationCode', 'ClientCredentials' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.oauth2grantType")] + public string OAuth2GrantType {get; set; } + + /// + /// Gets or sets authorization parameters + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.parameters")] + public System.Collections.Generic.IDictionary Parameters {get; set; } + + /// + /// Gets or sets authorization error details. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.error")] + public AuthorizationError Error {get; set; } + + /// + /// Gets or sets status of the Authorization + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.status")] + public string Status {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationContractProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationContractProperties.cs new file mode 100644 index 000000000000..16f14cc67a7c --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationContractProperties.cs @@ -0,0 +1,88 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Authorization details. + /// + public partial class AuthorizationContractProperties + { + /// + /// Initializes a new instance of the AuthorizationContractProperties class. + /// + public AuthorizationContractProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AuthorizationContractProperties class. + /// + + /// Authorization type options + /// Possible values include: 'OAuth2' + + /// OAuth2 grant type options + /// Possible values include: 'AuthorizationCode', 'ClientCredentials' + + /// Authorization parameters + /// + + /// Authorization error details. + /// + + /// Status of the Authorization + /// + public AuthorizationContractProperties(string authorizationType = default(string), string oAuth2GrantType = default(string), System.Collections.Generic.IDictionary parameters = default(System.Collections.Generic.IDictionary), AuthorizationError error = default(AuthorizationError), string status = default(string)) + + { + this.AuthorizationType = authorizationType; + this.OAuth2GrantType = oAuth2GrantType; + this.Parameters = parameters; + this.Error = error; + this.Status = status; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets authorization type options Possible values include: 'OAuth2' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "authorizationType")] + public string AuthorizationType {get; set; } + + /// + /// Gets or sets oAuth2 grant type options Possible values include: 'AuthorizationCode', 'ClientCredentials' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "oauth2grantType")] + public string OAuth2GrantType {get; set; } + + /// + /// Gets or sets authorization parameters + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "parameters")] + public System.Collections.Generic.IDictionary Parameters {get; set; } + + /// + /// Gets or sets authorization error details. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "error")] + public AuthorizationError Error {get; set; } + + /// + /// Gets or sets status of the Authorization + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "status")] + public string Status {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationError.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationError.cs new file mode 100644 index 000000000000..4666449f4cce --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationError.cs @@ -0,0 +1,58 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Authorization error details. + /// + public partial class AuthorizationError + { + /// + /// Initializes a new instance of the AuthorizationError class. + /// + public AuthorizationError() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AuthorizationError class. + /// + + /// Error code + /// + + /// Error message + /// + public AuthorizationError(string code = default(string), string message = default(string)) + + { + this.Code = code; + this.Message = message; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets error code + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "code")] + public string Code {get; set; } + + /// + /// Gets or sets error message + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "message")] + public string Message {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationLoginRequestContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationLoginRequestContract.cs new file mode 100644 index 000000000000..859152f7ff87 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationLoginRequestContract.cs @@ -0,0 +1,48 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Authorization login request contract. + /// + public partial class AuthorizationLoginRequestContract + { + /// + /// Initializes a new instance of the AuthorizationLoginRequestContract class. + /// + public AuthorizationLoginRequestContract() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AuthorizationLoginRequestContract class. + /// + + /// The redirect URL after login has completed. + /// + public AuthorizationLoginRequestContract(string postLoginRedirectUrl = default(string)) + + { + this.PostLoginRedirectUrl = postLoginRedirectUrl; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the redirect URL after login has completed. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "postLoginRedirectUrl")] + public string PostLoginRedirectUrl {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationLoginResponseContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationLoginResponseContract.cs new file mode 100644 index 000000000000..f6fafba338e1 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationLoginResponseContract.cs @@ -0,0 +1,48 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Authorization login response contract. + /// + public partial class AuthorizationLoginResponseContract + { + /// + /// Initializes a new instance of the AuthorizationLoginResponseContract class. + /// + public AuthorizationLoginResponseContract() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AuthorizationLoginResponseContract class. + /// + + /// The login link + /// + public AuthorizationLoginResponseContract(string loginLink = default(string)) + + { + this.LoginLink = loginLink; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the login link + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "loginLink")] + public string LoginLink {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationProviderCollection.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationProviderCollection.cs new file mode 100644 index 000000000000..4c9592d338b1 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationProviderCollection.cs @@ -0,0 +1,58 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Paged Authorization Provider list representation. + /// + public partial class AuthorizationProviderCollection + { + /// + /// Initializes a new instance of the AuthorizationProviderCollection class. + /// + public AuthorizationProviderCollection() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AuthorizationProviderCollection class. + /// + + /// Page values. + /// + + /// Next page link if any. + /// + public AuthorizationProviderCollection(System.Collections.Generic.IList value = default(System.Collections.Generic.IList), string nextLink = default(string)) + + { + this.Value = value; + this.NextLink = nextLink; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets page values. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "value")] + public System.Collections.Generic.IList Value {get; set; } + + /// + /// Gets or sets next page link if any. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "nextLink")] + public string NextLink {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationProviderContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationProviderContract.cs new file mode 100644 index 000000000000..22a7aad42e6b --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationProviderContract.cs @@ -0,0 +1,103 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Authorization Provider contract. + /// + [Microsoft.Rest.Serialization.JsonTransformation] + public partial class AuthorizationProviderContract : ProxyResource + { + /// + /// Initializes a new instance of the AuthorizationProviderContract class. + /// + public AuthorizationProviderContract() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AuthorizationProviderContract class. + /// + + /// Fully qualified resource ID for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// + + /// The name of the resource + /// + + /// The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" + /// + + /// Authorization Provider name. Must be 1 to 300 characters long. + /// + + /// Identity provider name. Must be 1 to 300 characters long. + /// + + /// OAuth2 settings + /// + public AuthorizationProviderContract(string id = default(string), string name = default(string), string type = default(string), string displayName = default(string), string identityProvider = default(string), AuthorizationProviderOAuth2Settings oauth2 = default(AuthorizationProviderOAuth2Settings)) + + : base(id, name, type) + { + this.DisplayName = displayName; + this.IdentityProvider = identityProvider; + this.Oauth2 = oauth2; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets authorization Provider name. Must be 1 to 300 characters long. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.displayName")] + public string DisplayName {get; set; } + + /// + /// Gets or sets identity provider name. Must be 1 to 300 characters long. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.identityProvider")] + public string IdentityProvider {get; set; } + + /// + /// Gets or sets oAuth2 settings + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.oauth2")] + public AuthorizationProviderOAuth2Settings Oauth2 {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.DisplayName != null) + { + if (this.DisplayName.Length > 300) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "DisplayName", 300); + } + if (this.DisplayName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "DisplayName", 1); + } + } + + + } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationProviderContractProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationProviderContractProperties.cs new file mode 100644 index 000000000000..15450f6346bc --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationProviderContractProperties.cs @@ -0,0 +1,90 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Authorization Provider details. + /// + public partial class AuthorizationProviderContractProperties + { + /// + /// Initializes a new instance of the AuthorizationProviderContractProperties class. + /// + public AuthorizationProviderContractProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AuthorizationProviderContractProperties class. + /// + + /// Authorization Provider name. Must be 1 to 300 characters long. + /// + + /// Identity provider name. Must be 1 to 300 characters long. + /// + + /// OAuth2 settings + /// + public AuthorizationProviderContractProperties(string displayName = default(string), string identityProvider = default(string), AuthorizationProviderOAuth2Settings oauth2 = default(AuthorizationProviderOAuth2Settings)) + + { + this.DisplayName = displayName; + this.IdentityProvider = identityProvider; + this.Oauth2 = oauth2; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets authorization Provider name. Must be 1 to 300 characters long. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "displayName")] + public string DisplayName {get; set; } + + /// + /// Gets or sets identity provider name. Must be 1 to 300 characters long. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "identityProvider")] + public string IdentityProvider {get; set; } + + /// + /// Gets or sets oAuth2 settings + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "oauth2")] + public AuthorizationProviderOAuth2Settings Oauth2 {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.DisplayName != null) + { + if (this.DisplayName.Length > 300) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "DisplayName", 300); + } + if (this.DisplayName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "DisplayName", 1); + } + } + + + } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationProviderOAuth2GrantTypes.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationProviderOAuth2GrantTypes.cs new file mode 100644 index 000000000000..f0e5a4a0bb57 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationProviderOAuth2GrantTypes.cs @@ -0,0 +1,58 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Authorization Provider oauth2 grant types settings + /// + public partial class AuthorizationProviderOAuth2GrantTypes + { + /// + /// Initializes a new instance of the AuthorizationProviderOAuth2GrantTypes class. + /// + public AuthorizationProviderOAuth2GrantTypes() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AuthorizationProviderOAuth2GrantTypes class. + /// + + /// OAuth2 authorization code grant parameters + /// + + /// OAuth2 client credential grant parameters + /// + public AuthorizationProviderOAuth2GrantTypes(System.Collections.Generic.IDictionary authorizationCode = default(System.Collections.Generic.IDictionary), System.Collections.Generic.IDictionary clientCredentials = default(System.Collections.Generic.IDictionary)) + + { + this.AuthorizationCode = authorizationCode; + this.ClientCredentials = clientCredentials; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets oAuth2 authorization code grant parameters + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "authorizationCode")] + public System.Collections.Generic.IDictionary AuthorizationCode {get; set; } + + /// + /// Gets or sets oAuth2 client credential grant parameters + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "clientCredentials")] + public System.Collections.Generic.IDictionary ClientCredentials {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationProviderOAuth2Settings.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationProviderOAuth2Settings.cs new file mode 100644 index 000000000000..02ddced3d28c --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationProviderOAuth2Settings.cs @@ -0,0 +1,58 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// OAuth2 settings details + /// + public partial class AuthorizationProviderOAuth2Settings + { + /// + /// Initializes a new instance of the AuthorizationProviderOAuth2Settings class. + /// + public AuthorizationProviderOAuth2Settings() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AuthorizationProviderOAuth2Settings class. + /// + + /// Redirect URL to be set in the OAuth application. + /// + + /// OAuth2 settings + /// + public AuthorizationProviderOAuth2Settings(string redirectUrl = default(string), AuthorizationProviderOAuth2GrantTypes grantTypes = default(AuthorizationProviderOAuth2GrantTypes)) + + { + this.RedirectUrl = redirectUrl; + this.GrantTypes = grantTypes; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets redirect URL to be set in the OAuth application. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "redirectUrl")] + public string RedirectUrl {get; set; } + + /// + /// Gets or sets oAuth2 settings + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "grantTypes")] + public AuthorizationProviderOAuth2GrantTypes GrantTypes {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationServerContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationServerContract.cs index 85c8c87fa159..23755b1efea7 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationServerContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationServerContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// External OAuth authorization server settings. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class AuthorizationServerContract : Resource + public partial class AuthorizationServerContract : ProxyResource { /// /// Initializes a new instance of the AuthorizationServerContract class. @@ -81,6 +81,14 @@ public AuthorizationServerContract() /// User-friendly authorization server name. /// + /// If true, the authorization server may be used in the developer portal test + /// console. True by default if no value is provided. + /// + + /// If true, the authorization server will be used in the API documentation in + /// the developer portal. False by default if no value is provided. + /// + /// Optional reference to a page where client or app registration for this /// authorization server is performed. Contains absolute URL to entity being /// referenced. @@ -101,7 +109,7 @@ public AuthorizationServerContract() /// property will not be filled on 'GET' operations! Use '/listSecrets' POST /// request to get the value. /// - public AuthorizationServerContract(string id = default(string), string name = default(string), string type = default(string), string description = default(string), System.Collections.Generic.IList authorizationMethods = default(System.Collections.Generic.IList), System.Collections.Generic.IList clientAuthenticationMethod = default(System.Collections.Generic.IList), System.Collections.Generic.IList tokenBodyParameters = default(System.Collections.Generic.IList), string tokenEndpoint = default(string), bool? supportState = default(bool?), string defaultScope = default(string), System.Collections.Generic.IList bearerTokenSendingMethods = default(System.Collections.Generic.IList), string resourceOwnerUsername = default(string), string resourceOwnerPassword = default(string), string displayName = default(string), string clientRegistrationEndpoint = default(string), string authorizationEndpoint = default(string), System.Collections.Generic.IList grantTypes = default(System.Collections.Generic.IList), string clientId = default(string), string clientSecret = default(string)) + public AuthorizationServerContract(string id = default(string), string name = default(string), string type = default(string), string description = default(string), System.Collections.Generic.IList authorizationMethods = default(System.Collections.Generic.IList), System.Collections.Generic.IList clientAuthenticationMethod = default(System.Collections.Generic.IList), System.Collections.Generic.IList tokenBodyParameters = default(System.Collections.Generic.IList), string tokenEndpoint = default(string), bool? supportState = default(bool?), string defaultScope = default(string), System.Collections.Generic.IList bearerTokenSendingMethods = default(System.Collections.Generic.IList), string resourceOwnerUsername = default(string), string resourceOwnerPassword = default(string), string displayName = default(string), bool? useInTestConsole = default(bool?), bool? useInApiDocumentation = default(bool?), string clientRegistrationEndpoint = default(string), string authorizationEndpoint = default(string), System.Collections.Generic.IList grantTypes = default(System.Collections.Generic.IList), string clientId = default(string), string clientSecret = default(string)) : base(id, name, type) { @@ -116,6 +124,8 @@ public AuthorizationServerContract() this.ResourceOwnerUsername = resourceOwnerUsername; this.ResourceOwnerPassword = resourceOwnerPassword; this.DisplayName = displayName; + this.UseInTestConsole = useInTestConsole; + this.UseInApiDocumentation = useInApiDocumentation; this.ClientRegistrationEndpoint = clientRegistrationEndpoint; this.AuthorizationEndpoint = authorizationEndpoint; this.GrantTypes = grantTypes; @@ -213,6 +223,21 @@ public AuthorizationServerContract() [Newtonsoft.Json.JsonProperty(PropertyName = "properties.displayName")] public string DisplayName {get; set; } + /// + /// Gets or sets if true, the authorization server may be used in the developer + /// portal test console. True by default if no value is provided. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.useInTestConsole")] + public bool? UseInTestConsole {get; set; } + + /// + /// Gets or sets if true, the authorization server will be used in the API + /// documentation in the developer portal. False by default if no value is + /// provided. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.useInApiDocumentation")] + public bool? UseInApiDocumentation {get; set; } + /// /// Gets or sets optional reference to a page where client or app registration /// for this authorization server is performed. Contains absolute URL to entity diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationServerContractProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationServerContractProperties.cs index e46e112cb5d5..96b34e58db40 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationServerContractProperties.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationServerContractProperties.cs @@ -69,6 +69,14 @@ public AuthorizationServerContractProperties() /// User-friendly authorization server name. /// + /// If true, the authorization server may be used in the developer portal test + /// console. True by default if no value is provided. + /// + + /// If true, the authorization server will be used in the API documentation in + /// the developer portal. False by default if no value is provided. + /// + /// Optional reference to a page where client or app registration for this /// authorization server is performed. Contains absolute URL to entity being /// referenced. @@ -89,11 +97,13 @@ public AuthorizationServerContractProperties() /// property will not be filled on 'GET' operations! Use '/listSecrets' POST /// request to get the value. /// - public AuthorizationServerContractProperties(string displayName, string clientRegistrationEndpoint, string authorizationEndpoint, System.Collections.Generic.IList grantTypes, string clientId, string description = default(string), System.Collections.Generic.IList authorizationMethods = default(System.Collections.Generic.IList), System.Collections.Generic.IList clientAuthenticationMethod = default(System.Collections.Generic.IList), System.Collections.Generic.IList tokenBodyParameters = default(System.Collections.Generic.IList), string tokenEndpoint = default(string), bool? supportState = default(bool?), string defaultScope = default(string), System.Collections.Generic.IList bearerTokenSendingMethods = default(System.Collections.Generic.IList), string resourceOwnerUsername = default(string), string resourceOwnerPassword = default(string), string clientSecret = default(string)) + public AuthorizationServerContractProperties(string displayName, string clientRegistrationEndpoint, string authorizationEndpoint, System.Collections.Generic.IList grantTypes, string clientId, string description = default(string), System.Collections.Generic.IList authorizationMethods = default(System.Collections.Generic.IList), System.Collections.Generic.IList clientAuthenticationMethod = default(System.Collections.Generic.IList), System.Collections.Generic.IList tokenBodyParameters = default(System.Collections.Generic.IList), string tokenEndpoint = default(string), bool? supportState = default(bool?), string defaultScope = default(string), System.Collections.Generic.IList bearerTokenSendingMethods = default(System.Collections.Generic.IList), string resourceOwnerUsername = default(string), string resourceOwnerPassword = default(string), bool? useInTestConsole = default(bool?), bool? useInApiDocumentation = default(bool?), string clientSecret = default(string)) : base(description, authorizationMethods, clientAuthenticationMethod, tokenBodyParameters, tokenEndpoint, supportState, defaultScope, bearerTokenSendingMethods, resourceOwnerUsername, resourceOwnerPassword) { this.DisplayName = displayName; + this.UseInTestConsole = useInTestConsole; + this.UseInApiDocumentation = useInApiDocumentation; this.ClientRegistrationEndpoint = clientRegistrationEndpoint; this.AuthorizationEndpoint = authorizationEndpoint; this.GrantTypes = grantTypes; @@ -114,6 +124,21 @@ public AuthorizationServerContractProperties() [Newtonsoft.Json.JsonProperty(PropertyName = "displayName")] public string DisplayName {get; set; } + /// + /// Gets or sets if true, the authorization server may be used in the developer + /// portal test console. True by default if no value is provided. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "useInTestConsole")] + public bool? UseInTestConsole {get; set; } + + /// + /// Gets or sets if true, the authorization server will be used in the API + /// documentation in the developer portal. False by default if no value is + /// provided. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "useInApiDocumentation")] + public bool? UseInApiDocumentation {get; set; } + /// /// Gets or sets optional reference to a page where client or app registration /// for this authorization server is performed. Contains absolute URL to entity diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationServerUpdateContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationServerUpdateContract.cs index e07341b87a42..5064bd27799e 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationServerUpdateContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationServerUpdateContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// External OAuth authorization server settings. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class AuthorizationServerUpdateContract : Resource + public partial class AuthorizationServerUpdateContract : ProxyResource { /// /// Initializes a new instance of the AuthorizationServerUpdateContract class. @@ -81,6 +81,14 @@ public AuthorizationServerUpdateContract() /// User-friendly authorization server name. /// + /// If true, the authorization server may be used in the developer portal test + /// console. True by default if no value is provided. + /// + + /// If true, the authorization server will be used in the API documentation in + /// the developer portal. False by default if no value is provided. + /// + /// Optional reference to a page where client or app registration for this /// authorization server is performed. Contains absolute URL to entity being /// referenced. @@ -101,7 +109,7 @@ public AuthorizationServerUpdateContract() /// property will not be filled on 'GET' operations! Use '/listSecrets' POST /// request to get the value. /// - public AuthorizationServerUpdateContract(string id = default(string), string name = default(string), string type = default(string), string description = default(string), System.Collections.Generic.IList authorizationMethods = default(System.Collections.Generic.IList), System.Collections.Generic.IList clientAuthenticationMethod = default(System.Collections.Generic.IList), System.Collections.Generic.IList tokenBodyParameters = default(System.Collections.Generic.IList), string tokenEndpoint = default(string), bool? supportState = default(bool?), string defaultScope = default(string), System.Collections.Generic.IList bearerTokenSendingMethods = default(System.Collections.Generic.IList), string resourceOwnerUsername = default(string), string resourceOwnerPassword = default(string), string displayName = default(string), string clientRegistrationEndpoint = default(string), string authorizationEndpoint = default(string), System.Collections.Generic.IList grantTypes = default(System.Collections.Generic.IList), string clientId = default(string), string clientSecret = default(string)) + public AuthorizationServerUpdateContract(string id = default(string), string name = default(string), string type = default(string), string description = default(string), System.Collections.Generic.IList authorizationMethods = default(System.Collections.Generic.IList), System.Collections.Generic.IList clientAuthenticationMethod = default(System.Collections.Generic.IList), System.Collections.Generic.IList tokenBodyParameters = default(System.Collections.Generic.IList), string tokenEndpoint = default(string), bool? supportState = default(bool?), string defaultScope = default(string), System.Collections.Generic.IList bearerTokenSendingMethods = default(System.Collections.Generic.IList), string resourceOwnerUsername = default(string), string resourceOwnerPassword = default(string), string displayName = default(string), bool? useInTestConsole = default(bool?), bool? useInApiDocumentation = default(bool?), string clientRegistrationEndpoint = default(string), string authorizationEndpoint = default(string), System.Collections.Generic.IList grantTypes = default(System.Collections.Generic.IList), string clientId = default(string), string clientSecret = default(string)) : base(id, name, type) { @@ -116,6 +124,8 @@ public AuthorizationServerUpdateContract() this.ResourceOwnerUsername = resourceOwnerUsername; this.ResourceOwnerPassword = resourceOwnerPassword; this.DisplayName = displayName; + this.UseInTestConsole = useInTestConsole; + this.UseInApiDocumentation = useInApiDocumentation; this.ClientRegistrationEndpoint = clientRegistrationEndpoint; this.AuthorizationEndpoint = authorizationEndpoint; this.GrantTypes = grantTypes; @@ -213,6 +223,21 @@ public AuthorizationServerUpdateContract() [Newtonsoft.Json.JsonProperty(PropertyName = "properties.displayName")] public string DisplayName {get; set; } + /// + /// Gets or sets if true, the authorization server may be used in the developer + /// portal test console. True by default if no value is provided. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.useInTestConsole")] + public bool? UseInTestConsole {get; set; } + + /// + /// Gets or sets if true, the authorization server will be used in the API + /// documentation in the developer portal. False by default if no value is + /// provided. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.useInApiDocumentation")] + public bool? UseInApiDocumentation {get; set; } + /// /// Gets or sets optional reference to a page where client or app registration /// for this authorization server is performed. Contains absolute URL to entity diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationServerUpdateContractProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationServerUpdateContractProperties.cs index 294f1699c9f7..196c02bbbbe6 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationServerUpdateContractProperties.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationServerUpdateContractProperties.cs @@ -69,6 +69,14 @@ public AuthorizationServerUpdateContractProperties() /// User-friendly authorization server name. /// + /// If true, the authorization server may be used in the developer portal test + /// console. True by default if no value is provided. + /// + + /// If true, the authorization server will be used in the API documentation in + /// the developer portal. False by default if no value is provided. + /// + /// Optional reference to a page where client or app registration for this /// authorization server is performed. Contains absolute URL to entity being /// referenced. @@ -89,11 +97,13 @@ public AuthorizationServerUpdateContractProperties() /// property will not be filled on 'GET' operations! Use '/listSecrets' POST /// request to get the value. /// - public AuthorizationServerUpdateContractProperties(string description = default(string), System.Collections.Generic.IList authorizationMethods = default(System.Collections.Generic.IList), System.Collections.Generic.IList clientAuthenticationMethod = default(System.Collections.Generic.IList), System.Collections.Generic.IList tokenBodyParameters = default(System.Collections.Generic.IList), string tokenEndpoint = default(string), bool? supportState = default(bool?), string defaultScope = default(string), System.Collections.Generic.IList bearerTokenSendingMethods = default(System.Collections.Generic.IList), string resourceOwnerUsername = default(string), string resourceOwnerPassword = default(string), string displayName = default(string), string clientRegistrationEndpoint = default(string), string authorizationEndpoint = default(string), System.Collections.Generic.IList grantTypes = default(System.Collections.Generic.IList), string clientId = default(string), string clientSecret = default(string)) + public AuthorizationServerUpdateContractProperties(string description = default(string), System.Collections.Generic.IList authorizationMethods = default(System.Collections.Generic.IList), System.Collections.Generic.IList clientAuthenticationMethod = default(System.Collections.Generic.IList), System.Collections.Generic.IList tokenBodyParameters = default(System.Collections.Generic.IList), string tokenEndpoint = default(string), bool? supportState = default(bool?), string defaultScope = default(string), System.Collections.Generic.IList bearerTokenSendingMethods = default(System.Collections.Generic.IList), string resourceOwnerUsername = default(string), string resourceOwnerPassword = default(string), string displayName = default(string), bool? useInTestConsole = default(bool?), bool? useInApiDocumentation = default(bool?), string clientRegistrationEndpoint = default(string), string authorizationEndpoint = default(string), System.Collections.Generic.IList grantTypes = default(System.Collections.Generic.IList), string clientId = default(string), string clientSecret = default(string)) : base(description, authorizationMethods, clientAuthenticationMethod, tokenBodyParameters, tokenEndpoint, supportState, defaultScope, bearerTokenSendingMethods, resourceOwnerUsername, resourceOwnerPassword) { this.DisplayName = displayName; + this.UseInTestConsole = useInTestConsole; + this.UseInApiDocumentation = useInApiDocumentation; this.ClientRegistrationEndpoint = clientRegistrationEndpoint; this.AuthorizationEndpoint = authorizationEndpoint; this.GrantTypes = grantTypes; @@ -114,6 +124,21 @@ public AuthorizationServerUpdateContractProperties() [Newtonsoft.Json.JsonProperty(PropertyName = "displayName")] public string DisplayName {get; set; } + /// + /// Gets or sets if true, the authorization server may be used in the developer + /// portal test console. True by default if no value is provided. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "useInTestConsole")] + public bool? UseInTestConsole {get; set; } + + /// + /// Gets or sets if true, the authorization server will be used in the API + /// documentation in the developer portal. False by default if no value is + /// provided. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "useInApiDocumentation")] + public bool? UseInApiDocumentation {get; set; } + /// /// Gets or sets optional reference to a page where client or app registration /// for this authorization server is performed. Contains absolute URL to entity diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationType.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationType.cs new file mode 100644 index 000000000000..9d7bbc06dc7b --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/AuthorizationType.cs @@ -0,0 +1,21 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + + /// + /// Defines values for AuthorizationType. + /// + + + public static class AuthorizationType + { + /// + /// OAuth2 authorization type + /// + public const string OAuth2 = "OAuth2"; + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/BackendBaseParameters.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/BackendBaseParameters.cs index fd7e2f416f8f..d2af355a5b7a 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/BackendBaseParameters.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/BackendBaseParameters.cs @@ -30,7 +30,7 @@ public BackendBaseParameters() /// Backend Description. /// - /// Management Uri of the Resource in External System. This url can be the Arm + /// Management Uri of the Resource in External System. This URL can be the Arm /// Resource Id of Logic Apps, Function Apps or API Apps. /// @@ -40,7 +40,7 @@ public BackendBaseParameters() /// Backend Credentials Contract Properties /// - /// Backend Proxy Contract Properties + /// Backend gateway Contract Properties /// /// Backend TLS Properties @@ -77,7 +77,7 @@ public BackendBaseParameters() public string Description {get; set; } /// - /// Gets or sets management Uri of the Resource in External System. This url + /// Gets or sets management Uri of the Resource in External System. This URL /// can be the Arm Resource Id of Logic Apps, Function Apps or API Apps. /// [Newtonsoft.Json.JsonProperty(PropertyName = "resourceId")] @@ -96,7 +96,7 @@ public BackendBaseParameters() public BackendCredentialsContract Credentials {get; set; } /// - /// Gets or sets backend Proxy Contract Properties + /// Gets or sets backend gateway Contract Properties /// [Newtonsoft.Json.JsonProperty(PropertyName = "proxy")] public BackendProxyContract Proxy {get; set; } diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/BackendContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/BackendContract.cs index 449ac97165eb..292f373cb4a4 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/BackendContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/BackendContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Backend details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class BackendContract : Resource + public partial class BackendContract : ProxyResource { /// /// Initializes a new instance of the BackendContract class. @@ -45,14 +45,14 @@ public BackendContract() /// Backend Description. /// - /// Management Uri of the Resource in External System. This url can be the Arm + /// Management Uri of the Resource in External System. This URL can be the Arm /// Resource Id of Logic Apps, Function Apps or API Apps. /// /// Backend Credentials Contract Properties /// - /// Backend Proxy Contract Properties + /// Backend gateway Contract Properties /// /// Backend TLS Properties @@ -104,7 +104,7 @@ public BackendContract() public string Description {get; set; } /// - /// Gets or sets management Uri of the Resource in External System. This url + /// Gets or sets management Uri of the Resource in External System. This URL /// can be the Arm Resource Id of Logic Apps, Function Apps or API Apps. /// [Newtonsoft.Json.JsonProperty(PropertyName = "properties.resourceId")] @@ -117,7 +117,7 @@ public BackendContract() public BackendCredentialsContract Credentials {get; set; } /// - /// Gets or sets backend Proxy Contract Properties + /// Gets or sets backend gateway Contract Properties /// [Newtonsoft.Json.JsonProperty(PropertyName = "properties.proxy")] public BackendProxyContract Proxy {get; set; } diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/BackendContractProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/BackendContractProperties.cs index 80fad1a8232e..4e02d138a9f6 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/BackendContractProperties.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/BackendContractProperties.cs @@ -30,7 +30,7 @@ public BackendContractProperties() /// Backend Description. /// - /// Management Uri of the Resource in External System. This url can be the Arm + /// Management Uri of the Resource in External System. This URL can be the Arm /// Resource Id of Logic Apps, Function Apps or API Apps. /// @@ -40,7 +40,7 @@ public BackendContractProperties() /// Backend Credentials Contract Properties /// - /// Backend Proxy Contract Properties + /// Backend gateway Contract Properties /// /// Backend TLS Properties diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/BackendReconnectContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/BackendReconnectContract.cs index 394765344f04..b8178de5e24b 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/BackendReconnectContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/BackendReconnectContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Reconnect request parameters. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class BackendReconnectContract : Resource + public partial class BackendReconnectContract : ProxyResource { /// /// Initializes a new instance of the BackendReconnectContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/BackendUpdateParameterProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/BackendUpdateParameterProperties.cs index 6cc5bb824b58..74071369b3b0 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/BackendUpdateParameterProperties.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/BackendUpdateParameterProperties.cs @@ -30,7 +30,7 @@ public BackendUpdateParameterProperties() /// Backend Description. /// - /// Management Uri of the Resource in External System. This url can be the Arm + /// Management Uri of the Resource in External System. This URL can be the Arm /// Resource Id of Logic Apps, Function Apps or API Apps. /// @@ -40,7 +40,7 @@ public BackendUpdateParameterProperties() /// Backend Credentials Contract Properties /// - /// Backend Proxy Contract Properties + /// Backend gateway Contract Properties /// /// Backend TLS Properties diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/BackendUpdateParameters.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/BackendUpdateParameters.cs index 4ba073f0a04a..445a84f6c173 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/BackendUpdateParameters.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/BackendUpdateParameters.cs @@ -34,14 +34,14 @@ public BackendUpdateParameters() /// Backend Description. /// - /// Management Uri of the Resource in External System. This url can be the Arm + /// Management Uri of the Resource in External System. This URL can be the Arm /// Resource Id of Logic Apps, Function Apps or API Apps. /// /// Backend Credentials Contract Properties /// - /// Backend Proxy Contract Properties + /// Backend gateway Contract Properties /// /// Backend TLS Properties @@ -92,7 +92,7 @@ public BackendUpdateParameters() public string Description {get; set; } /// - /// Gets or sets management Uri of the Resource in External System. This url + /// Gets or sets management Uri of the Resource in External System. This URL /// can be the Arm Resource Id of Logic Apps, Function Apps or API Apps. /// [Newtonsoft.Json.JsonProperty(PropertyName = "properties.resourceId")] @@ -105,7 +105,7 @@ public BackendUpdateParameters() public BackendCredentialsContract Credentials {get; set; } /// - /// Gets or sets backend Proxy Contract Properties + /// Gets or sets backend gateway Contract Properties /// [Newtonsoft.Json.JsonProperty(PropertyName = "properties.proxy")] public BackendProxyContract Proxy {get; set; } diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/CacheContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/CacheContract.cs index d8b9722b21a6..c61eda9c7ef0 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/CacheContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/CacheContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Cache details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class CacheContract : Resource + public partial class CacheContract : ProxyResource { /// /// Initializes a new instance of the CacheContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/CertificateContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/CertificateContract.cs index e04f0e430b74..474007739975 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/CertificateContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/CertificateContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Certificate details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class CertificateContract : Resource + public partial class CertificateContract : ProxyResource { /// /// Initializes a new instance of the CertificateContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ContentItemContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ContentItemContract.cs index c6fbd4095dee..4a8f53e23e3d 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ContentItemContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ContentItemContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Content type contract details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class ContentItemContract : Resource + public partial class ContentItemContract : ProxyResource { /// /// Initializes a new instance of the ContentItemContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ContentTypeContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ContentTypeContract.cs index be38643dbf7e..9332e7d6dbb3 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ContentTypeContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ContentTypeContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Content type contract details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class ContentTypeContract : Resource + public partial class ContentTypeContract : ProxyResource { /// /// Initializes a new instance of the ContentTypeContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DeletedServiceContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DeletedServiceContract.cs index 1ac5b2480cfc..f5d70c8a5b3c 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DeletedServiceContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DeletedServiceContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Deleted API Management Service information. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class DeletedServiceContract : Resource + public partial class DeletedServiceContract : ProxyResource { /// /// Initializes a new instance of the DeletedServiceContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DeletedServicesPurgeHeaders.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DeletedServicesPurgeHeaders.cs new file mode 100644 index 000000000000..d689cccec95a --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DeletedServicesPurgeHeaders.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + public partial class DeletedServicesPurgeHeaders + { + /// + /// Initializes a new instance of the DeletedServicesPurgeHeaders class. + /// + public DeletedServicesPurgeHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the DeletedServicesPurgeHeaders class. + /// + + /// + /// + public DeletedServicesPurgeHeaders(string location = default(string)) + + { + this.Location = location; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "location")] + public string Location {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DiagnosticContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DiagnosticContract.cs index 8c9bfafdab0a..3da23b54218f 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DiagnosticContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DiagnosticContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Diagnostic details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class DiagnosticContract : Resource + public partial class DiagnosticContract : ProxyResource { /// /// Initializes a new instance of the DiagnosticContract class. @@ -63,7 +63,11 @@ public DiagnosticContract() /// The format of the Operation Name for Application Insights telemetries. /// Default is Name. /// Possible values include: 'Name', 'Url' - public DiagnosticContract(string id = default(string), string name = default(string), string type = default(string), string alwaysLog = default(string), string verbosity = default(string), string loggerId = default(string), SamplingSettings sampling = default(SamplingSettings), PipelineDiagnosticSettings frontend = default(PipelineDiagnosticSettings), PipelineDiagnosticSettings backend = default(PipelineDiagnosticSettings), bool? logClientIP = default(bool?), string httpCorrelationProtocol = default(string), string operationNameFormat = default(string)) + + /// Emit custom metrics via emit-metric policy. Applicable only to Application + /// Insights diagnostic settings. + /// + public DiagnosticContract(string id = default(string), string name = default(string), string type = default(string), string alwaysLog = default(string), string verbosity = default(string), string loggerId = default(string), SamplingSettings sampling = default(SamplingSettings), PipelineDiagnosticSettings frontend = default(PipelineDiagnosticSettings), PipelineDiagnosticSettings backend = default(PipelineDiagnosticSettings), bool? logClientIP = default(bool?), string httpCorrelationProtocol = default(string), string operationNameFormat = default(string), bool? metrics = default(bool?)) : base(id, name, type) { @@ -76,6 +80,7 @@ public DiagnosticContract() this.LogClientIP = logClientIP; this.HttpCorrelationProtocol = httpCorrelationProtocol; this.OperationNameFormat = operationNameFormat; + this.Metrics = metrics; CustomInit(); } @@ -144,6 +149,13 @@ public DiagnosticContract() /// [Newtonsoft.Json.JsonProperty(PropertyName = "properties.operationNameFormat")] public string OperationNameFormat {get; set; } + + /// + /// Gets or sets emit custom metrics via emit-metric policy. Applicable only to + /// Application Insights diagnostic settings. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.metrics")] + public bool? Metrics {get; set; } /// /// Validate the object. /// diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DiagnosticContractProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DiagnosticContractProperties.cs index 933580b8c41c..c5df5974ef90 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DiagnosticContractProperties.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DiagnosticContractProperties.cs @@ -51,7 +51,11 @@ public DiagnosticContractProperties() /// The format of the Operation Name for Application Insights telemetries. /// Default is Name. /// Possible values include: 'Name', 'Url' - public DiagnosticContractProperties(string loggerId, string alwaysLog = default(string), SamplingSettings sampling = default(SamplingSettings), PipelineDiagnosticSettings frontend = default(PipelineDiagnosticSettings), PipelineDiagnosticSettings backend = default(PipelineDiagnosticSettings), bool? logClientIP = default(bool?), string httpCorrelationProtocol = default(string), string verbosity = default(string), string operationNameFormat = default(string)) + + /// Emit custom metrics via emit-metric policy. Applicable only to Application + /// Insights diagnostic settings. + /// + public DiagnosticContractProperties(string loggerId, string alwaysLog = default(string), SamplingSettings sampling = default(SamplingSettings), PipelineDiagnosticSettings frontend = default(PipelineDiagnosticSettings), PipelineDiagnosticSettings backend = default(PipelineDiagnosticSettings), bool? logClientIP = default(bool?), string httpCorrelationProtocol = default(string), string verbosity = default(string), string operationNameFormat = default(string), bool? metrics = default(bool?)) { this.AlwaysLog = alwaysLog; @@ -63,6 +67,7 @@ public DiagnosticContractProperties() this.HttpCorrelationProtocol = httpCorrelationProtocol; this.Verbosity = verbosity; this.OperationNameFormat = operationNameFormat; + this.Metrics = metrics; CustomInit(); } @@ -131,6 +136,13 @@ public DiagnosticContractProperties() /// [Newtonsoft.Json.JsonProperty(PropertyName = "operationNameFormat")] public string OperationNameFormat {get; set; } + + /// + /// Gets or sets emit custom metrics via emit-metric policy. Applicable only to + /// Application Insights diagnostic settings. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "metrics")] + public bool? Metrics {get; set; } /// /// Validate the object. /// diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DocumentationCollection.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DocumentationCollection.cs new file mode 100644 index 000000000000..e05a648f313c --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DocumentationCollection.cs @@ -0,0 +1,58 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Paged Documentation list representation. + /// + public partial class DocumentationCollection + { + /// + /// Initializes a new instance of the DocumentationCollection class. + /// + public DocumentationCollection() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the DocumentationCollection class. + /// + + /// Page values. + /// + + /// Next page link if any. + /// + public DocumentationCollection(System.Collections.Generic.IList value = default(System.Collections.Generic.IList), string nextLink = default(string)) + + { + this.Value = value; + this.NextLink = nextLink; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets page values. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "value")] + public System.Collections.Generic.IList Value {get; private set; } + + /// + /// Gets next page link if any. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "nextLink")] + public string NextLink {get; private set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DocumentationContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DocumentationContract.cs new file mode 100644 index 000000000000..45d13a37e25a --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DocumentationContract.cs @@ -0,0 +1,71 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Markdown documentation details. + /// + [Microsoft.Rest.Serialization.JsonTransformation] + public partial class DocumentationContract : ProxyResource + { + /// + /// Initializes a new instance of the DocumentationContract class. + /// + public DocumentationContract() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the DocumentationContract class. + /// + + /// Fully qualified resource ID for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// + + /// The name of the resource + /// + + /// The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" + /// + + /// documentation title. + /// + + /// Markdown documentation content. + /// + public DocumentationContract(string id = default(string), string name = default(string), string type = default(string), string title = default(string), string content = default(string)) + + : base(id, name, type) + { + this.Title = title; + this.Content = content; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets documentation title. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.title")] + public string Title {get; set; } + + /// + /// Gets or sets markdown documentation content. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.content")] + public string Content {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DocumentationContractProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DocumentationContractProperties.cs new file mode 100644 index 000000000000..64e00ced2e4d --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DocumentationContractProperties.cs @@ -0,0 +1,58 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Markdown documentation details. + /// + public partial class DocumentationContractProperties + { + /// + /// Initializes a new instance of the DocumentationContractProperties class. + /// + public DocumentationContractProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the DocumentationContractProperties class. + /// + + /// documentation title. + /// + + /// Markdown documentation content. + /// + public DocumentationContractProperties(string title = default(string), string content = default(string)) + + { + this.Title = title; + this.Content = content; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets documentation title. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "title")] + public string Title {get; set; } + + /// + /// Gets or sets markdown documentation content. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "content")] + public string Content {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DocumentationUpdateContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DocumentationUpdateContract.cs new file mode 100644 index 000000000000..ba53f18694b9 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/DocumentationUpdateContract.cs @@ -0,0 +1,59 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Documentation update contract details. + /// + [Microsoft.Rest.Serialization.JsonTransformation] + public partial class DocumentationUpdateContract + { + /// + /// Initializes a new instance of the DocumentationUpdateContract class. + /// + public DocumentationUpdateContract() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the DocumentationUpdateContract class. + /// + + /// documentation title. + /// + + /// Markdown documentation content. + /// + public DocumentationUpdateContract(string title = default(string), string content = default(string)) + + { + this.Title = title; + this.Content = content; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets documentation title. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.title")] + public string Title {get; set; } + + /// + /// Gets or sets markdown documentation content. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.content")] + public string Content {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/EmailTemplateContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/EmailTemplateContract.cs index 8bc2ef196e83..2d38c4783d94 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/EmailTemplateContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/EmailTemplateContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Email Template details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class EmailTemplateContract : Resource + public partial class EmailTemplateContract : ProxyResource { /// /// Initializes a new instance of the EmailTemplateContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GatewayCertificateAuthorityContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GatewayCertificateAuthorityContract.cs index a56f372e9bee..0e4df5c83284 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GatewayCertificateAuthorityContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GatewayCertificateAuthorityContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Gateway certificate authority details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class GatewayCertificateAuthorityContract : Resource + public partial class GatewayCertificateAuthorityContract : ProxyResource { /// /// Initializes a new instance of the GatewayCertificateAuthorityContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GatewayContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GatewayContract.cs index cd3a02f316aa..953ca29f8c9b 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GatewayContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GatewayContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Gateway details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class GatewayContract : Resource + public partial class GatewayContract : ProxyResource { /// /// Initializes a new instance of the GatewayContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GatewayHostnameConfigurationContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GatewayHostnameConfigurationContract.cs index 7a539e0d3d6a..1871ac0960d1 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GatewayHostnameConfigurationContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GatewayHostnameConfigurationContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Gateway hostname configuration details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class GatewayHostnameConfigurationContract : Resource + public partial class GatewayHostnameConfigurationContract : ProxyResource { /// /// Initializes a new instance of the GatewayHostnameConfigurationContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GlobalSchemaContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GlobalSchemaContract.cs index 94d2e90bf841..2df8d0c11a3c 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GlobalSchemaContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GlobalSchemaContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Global Schema Contract details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class GlobalSchemaContract : Resource + public partial class GlobalSchemaContract : ProxyResource { /// /// Initializes a new instance of the GlobalSchemaContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverCreateOrUpdateHeaders.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverCreateOrUpdateHeaders.cs new file mode 100644 index 000000000000..a294bff32d5c --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverCreateOrUpdateHeaders.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + public partial class GraphQlApiResolverCreateOrUpdateHeaders + { + /// + /// Initializes a new instance of the GraphQlApiResolverCreateOrUpdateHeaders class. + /// + public GraphQlApiResolverCreateOrUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the GraphQlApiResolverCreateOrUpdateHeaders class. + /// + + /// + /// + public GraphQlApiResolverCreateOrUpdateHeaders(string eTag = default(string)) + + { + this.ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "ETag")] + public string ETag {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverGetEntityTagHeaders.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverGetEntityTagHeaders.cs new file mode 100644 index 000000000000..d2140c7da085 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverGetEntityTagHeaders.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + public partial class GraphQlApiResolverGetEntityTagHeaders + { + /// + /// Initializes a new instance of the GraphQlApiResolverGetEntityTagHeaders class. + /// + public GraphQlApiResolverGetEntityTagHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the GraphQlApiResolverGetEntityTagHeaders class. + /// + + /// + /// + public GraphQlApiResolverGetEntityTagHeaders(string eTag = default(string)) + + { + this.ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "ETag")] + public string ETag {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverGetHeaders.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverGetHeaders.cs new file mode 100644 index 000000000000..8bcdcbf788df --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverGetHeaders.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + public partial class GraphQlApiResolverGetHeaders + { + /// + /// Initializes a new instance of the GraphQlApiResolverGetHeaders class. + /// + public GraphQlApiResolverGetHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the GraphQlApiResolverGetHeaders class. + /// + + /// + /// + public GraphQlApiResolverGetHeaders(string eTag = default(string)) + + { + this.ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "ETag")] + public string ETag {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverPolicyCreateOrUpdateHeaders.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverPolicyCreateOrUpdateHeaders.cs new file mode 100644 index 000000000000..d531c7e8ce6d --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverPolicyCreateOrUpdateHeaders.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + public partial class GraphQlApiResolverPolicyCreateOrUpdateHeaders + { + /// + /// Initializes a new instance of the GraphQlApiResolverPolicyCreateOrUpdateHeaders class. + /// + public GraphQlApiResolverPolicyCreateOrUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the GraphQlApiResolverPolicyCreateOrUpdateHeaders class. + /// + + /// + /// + public GraphQlApiResolverPolicyCreateOrUpdateHeaders(string eTag = default(string)) + + { + this.ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "ETag")] + public string ETag {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverPolicyGetEntityTagHeaders.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverPolicyGetEntityTagHeaders.cs new file mode 100644 index 000000000000..a99fbf777a63 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverPolicyGetEntityTagHeaders.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + public partial class GraphQlApiResolverPolicyGetEntityTagHeaders + { + /// + /// Initializes a new instance of the GraphQlApiResolverPolicyGetEntityTagHeaders class. + /// + public GraphQlApiResolverPolicyGetEntityTagHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the GraphQlApiResolverPolicyGetEntityTagHeaders class. + /// + + /// + /// + public GraphQlApiResolverPolicyGetEntityTagHeaders(string eTag = default(string)) + + { + this.ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "ETag")] + public string ETag {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverPolicyGetHeaders.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverPolicyGetHeaders.cs new file mode 100644 index 000000000000..4e5682d51877 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverPolicyGetHeaders.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + public partial class GraphQlApiResolverPolicyGetHeaders + { + /// + /// Initializes a new instance of the GraphQlApiResolverPolicyGetHeaders class. + /// + public GraphQlApiResolverPolicyGetHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the GraphQlApiResolverPolicyGetHeaders class. + /// + + /// + /// + public GraphQlApiResolverPolicyGetHeaders(string eTag = default(string)) + + { + this.ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "ETag")] + public string ETag {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverUpdateHeaders.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverUpdateHeaders.cs new file mode 100644 index 000000000000..2adb7ae8f39c --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GraphQlApiResolverUpdateHeaders.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + public partial class GraphQlApiResolverUpdateHeaders + { + /// + /// Initializes a new instance of the GraphQlApiResolverUpdateHeaders class. + /// + public GraphQlApiResolverUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the GraphQlApiResolverUpdateHeaders class. + /// + + /// + /// + public GraphQlApiResolverUpdateHeaders(string eTag = default(string)) + + { + this.ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "ETag")] + public string ETag {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GroupContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GroupContract.cs index cb57bcfec828..146233a1d2cb 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GroupContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/GroupContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Contract details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class GroupContract : Resource + public partial class GroupContract : ProxyResource { /// /// Initializes a new instance of the GroupContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/HostnameConfiguration.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/HostnameConfiguration.cs index 969d78451b3e..619266c99f68 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/HostnameConfiguration.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/HostnameConfiguration.cs @@ -51,7 +51,7 @@ public HostnameConfiguration() /// Default SSL Certificate. If a client does not send the SNI header, then /// this will be the certificate that will be challenged. The property is /// useful if a service has multiple custom hostname enabled and it needs to - /// decide on the default ssl certificate. The setting only applied to Proxy + /// decide on the default ssl certificate. The setting only applied to gateway /// Hostname Type. /// @@ -137,7 +137,7 @@ public HostnameConfiguration() /// header, then this will be the certificate that will be challenged. The /// property is useful if a service has multiple custom hostname enabled and it /// needs to decide on the default ssl certificate. The setting only applied to - /// Proxy Hostname Type. + /// gateway Hostname Type. /// [Newtonsoft.Json.JsonProperty(PropertyName = "defaultSslBinding")] public bool? DefaultSslBinding {get; set; } diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderBaseParameters.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderBaseParameters.cs index 7a584befb2ad..d14532a4ae3d 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderBaseParameters.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderBaseParameters.cs @@ -48,7 +48,11 @@ public IdentityProviderBaseParameters() /// Password Reset Policy Name. Only applies to AAD B2C Identity Provider. /// - public IdentityProviderBaseParameters(string type = default(string), string signinTenant = default(string), System.Collections.Generic.IList allowedTenants = default(System.Collections.Generic.IList), string authority = default(string), string signupPolicyName = default(string), string signinPolicyName = default(string), string profileEditingPolicyName = default(string), string passwordResetPolicyName = default(string)) + + /// The client library to be used in the developer portal. Only applies to AAD + /// and AAD B2C Identity Provider. + /// + public IdentityProviderBaseParameters(string type = default(string), string signinTenant = default(string), System.Collections.Generic.IList allowedTenants = default(System.Collections.Generic.IList), string authority = default(string), string signupPolicyName = default(string), string signinPolicyName = default(string), string profileEditingPolicyName = default(string), string passwordResetPolicyName = default(string), string clientLibrary = default(string)) { this.Type = type; @@ -59,6 +63,7 @@ public IdentityProviderBaseParameters() this.SigninPolicyName = signinPolicyName; this.ProfileEditingPolicyName = profileEditingPolicyName; this.PasswordResetPolicyName = passwordResetPolicyName; + this.ClientLibrary = clientLibrary; CustomInit(); } @@ -119,6 +124,13 @@ public IdentityProviderBaseParameters() /// [Newtonsoft.Json.JsonProperty(PropertyName = "passwordResetPolicyName")] public string PasswordResetPolicyName {get; set; } + + /// + /// Gets or sets the client library to be used in the developer portal. Only + /// applies to AAD and AAD B2C Identity Provider. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "clientLibrary")] + public string ClientLibrary {get; set; } /// /// Validate the object. /// @@ -165,6 +177,13 @@ public virtual void Validate() throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "PasswordResetPolicyName", 1); } } + if (this.ClientLibrary != null) + { + if (this.ClientLibrary.Length > 16) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "ClientLibrary", 16); + } + } } } } \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderContract.cs index 8912e5b26d50..a328348300f8 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Identity Provider details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class IdentityProviderContract : Resource + public partial class IdentityProviderContract : ProxyResource { /// /// Initializes a new instance of the IdentityProviderContract class. @@ -61,6 +61,10 @@ public IdentityProviderContract() /// Password Reset Policy Name. Only applies to AAD B2C Identity Provider. /// + /// The client library to be used in the developer portal. Only applies to AAD + /// and AAD B2C Identity Provider. + /// + /// Client Id of the Application in the external Identity Provider. It is App /// ID for Facebook login, Client ID for Google login, App ID for Microsoft. /// @@ -71,7 +75,7 @@ public IdentityProviderContract() /// will not be filled on 'GET' operations! Use '/listSecrets' POST request to /// get the value. /// - public IdentityProviderContract(string id = default(string), string name = default(string), string type = default(string), string propertiesType = default(string), string signinTenant = default(string), System.Collections.Generic.IList allowedTenants = default(System.Collections.Generic.IList), string authority = default(string), string signupPolicyName = default(string), string signinPolicyName = default(string), string profileEditingPolicyName = default(string), string passwordResetPolicyName = default(string), string clientId = default(string), string clientSecret = default(string)) + public IdentityProviderContract(string id = default(string), string name = default(string), string type = default(string), string propertiesType = default(string), string signinTenant = default(string), System.Collections.Generic.IList allowedTenants = default(System.Collections.Generic.IList), string authority = default(string), string signupPolicyName = default(string), string signinPolicyName = default(string), string profileEditingPolicyName = default(string), string passwordResetPolicyName = default(string), string clientLibrary = default(string), string clientId = default(string), string clientSecret = default(string)) : base(id, name, type) { @@ -83,6 +87,7 @@ public IdentityProviderContract() this.SigninPolicyName = signinPolicyName; this.ProfileEditingPolicyName = profileEditingPolicyName; this.PasswordResetPolicyName = passwordResetPolicyName; + this.ClientLibrary = clientLibrary; this.ClientId = clientId; this.ClientSecret = clientSecret; CustomInit(); @@ -146,6 +151,13 @@ public IdentityProviderContract() [Newtonsoft.Json.JsonProperty(PropertyName = "properties.passwordResetPolicyName")] public string PasswordResetPolicyName {get; set; } + /// + /// Gets or sets the client library to be used in the developer portal. Only + /// applies to AAD and AAD B2C Identity Provider. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.clientLibrary")] + public string ClientLibrary {get; set; } + /// /// Gets or sets client Id of the Application in the external Identity /// Provider. It is App ID for Facebook login, Client ID for Google login, App @@ -209,6 +221,13 @@ public virtual void Validate() throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "PasswordResetPolicyName", 1); } } + if (this.ClientLibrary != null) + { + if (this.ClientLibrary.Length > 16) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "ClientLibrary", 16); + } + } if (this.ClientId != null) { if (this.ClientId.Length < 1) diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderContractProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderContractProperties.cs index b32ee629feb1..18e191c35b83 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderContractProperties.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderContractProperties.cs @@ -51,6 +51,10 @@ public IdentityProviderContractProperties() /// Password Reset Policy Name. Only applies to AAD B2C Identity Provider. /// + /// The client library to be used in the developer portal. Only applies to AAD + /// and AAD B2C Identity Provider. + /// + /// Client Id of the Application in the external Identity Provider. It is App /// ID for Facebook login, Client ID for Google login, App ID for Microsoft. /// @@ -61,9 +65,9 @@ public IdentityProviderContractProperties() /// will not be filled on 'GET' operations! Use '/listSecrets' POST request to /// get the value. /// - public IdentityProviderContractProperties(string clientId, string type = default(string), string signinTenant = default(string), System.Collections.Generic.IList allowedTenants = default(System.Collections.Generic.IList), string authority = default(string), string signupPolicyName = default(string), string signinPolicyName = default(string), string profileEditingPolicyName = default(string), string passwordResetPolicyName = default(string), string clientSecret = default(string)) + public IdentityProviderContractProperties(string clientId, string type = default(string), string signinTenant = default(string), System.Collections.Generic.IList allowedTenants = default(System.Collections.Generic.IList), string authority = default(string), string signupPolicyName = default(string), string signinPolicyName = default(string), string profileEditingPolicyName = default(string), string passwordResetPolicyName = default(string), string clientLibrary = default(string), string clientSecret = default(string)) - : base(type, signinTenant, allowedTenants, authority, signupPolicyName, signinPolicyName, profileEditingPolicyName, passwordResetPolicyName) + : base(type, signinTenant, allowedTenants, authority, signupPolicyName, signinPolicyName, profileEditingPolicyName, passwordResetPolicyName, clientLibrary) { this.ClientId = clientId; this.ClientSecret = clientSecret; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderCreateContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderCreateContract.cs index ff4e6b5f2ba5..ff815a797235 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderCreateContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderCreateContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Identity Provider details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class IdentityProviderCreateContract : Resource + public partial class IdentityProviderCreateContract : ProxyResource { /// /// Initializes a new instance of the IdentityProviderCreateContract class. @@ -61,6 +61,10 @@ public IdentityProviderCreateContract() /// Password Reset Policy Name. Only applies to AAD B2C Identity Provider. /// + /// The client library to be used in the developer portal. Only applies to AAD + /// and AAD B2C Identity Provider. + /// + /// Client Id of the Application in the external Identity Provider. It is App /// ID for Facebook login, Client ID for Google login, App ID for Microsoft. /// @@ -71,7 +75,7 @@ public IdentityProviderCreateContract() /// will not be filled on 'GET' operations! Use '/listSecrets' POST request to /// get the value. /// - public IdentityProviderCreateContract(string id = default(string), string name = default(string), string type = default(string), string propertiesType = default(string), string signinTenant = default(string), System.Collections.Generic.IList allowedTenants = default(System.Collections.Generic.IList), string authority = default(string), string signupPolicyName = default(string), string signinPolicyName = default(string), string profileEditingPolicyName = default(string), string passwordResetPolicyName = default(string), string clientId = default(string), string clientSecret = default(string)) + public IdentityProviderCreateContract(string id = default(string), string name = default(string), string type = default(string), string propertiesType = default(string), string signinTenant = default(string), System.Collections.Generic.IList allowedTenants = default(System.Collections.Generic.IList), string authority = default(string), string signupPolicyName = default(string), string signinPolicyName = default(string), string profileEditingPolicyName = default(string), string passwordResetPolicyName = default(string), string clientLibrary = default(string), string clientId = default(string), string clientSecret = default(string)) : base(id, name, type) { @@ -83,6 +87,7 @@ public IdentityProviderCreateContract() this.SigninPolicyName = signinPolicyName; this.ProfileEditingPolicyName = profileEditingPolicyName; this.PasswordResetPolicyName = passwordResetPolicyName; + this.ClientLibrary = clientLibrary; this.ClientId = clientId; this.ClientSecret = clientSecret; CustomInit(); @@ -146,6 +151,13 @@ public IdentityProviderCreateContract() [Newtonsoft.Json.JsonProperty(PropertyName = "properties.passwordResetPolicyName")] public string PasswordResetPolicyName {get; set; } + /// + /// Gets or sets the client library to be used in the developer portal. Only + /// applies to AAD and AAD B2C Identity Provider. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.clientLibrary")] + public string ClientLibrary {get; set; } + /// /// Gets or sets client Id of the Application in the external Identity /// Provider. It is App ID for Facebook login, Client ID for Google login, App @@ -209,6 +221,13 @@ public virtual void Validate() throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "PasswordResetPolicyName", 1); } } + if (this.ClientLibrary != null) + { + if (this.ClientLibrary.Length > 16) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "ClientLibrary", 16); + } + } if (this.ClientId != null) { if (this.ClientId.Length < 1) diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderCreateContractProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderCreateContractProperties.cs index 0b406b9c1be9..fb0c5baefafe 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderCreateContractProperties.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderCreateContractProperties.cs @@ -51,6 +51,10 @@ public IdentityProviderCreateContractProperties() /// Password Reset Policy Name. Only applies to AAD B2C Identity Provider. /// + /// The client library to be used in the developer portal. Only applies to AAD + /// and AAD B2C Identity Provider. + /// + /// Client Id of the Application in the external Identity Provider. It is App /// ID for Facebook login, Client ID for Google login, App ID for Microsoft. /// @@ -61,9 +65,9 @@ public IdentityProviderCreateContractProperties() /// will not be filled on 'GET' operations! Use '/listSecrets' POST request to /// get the value. /// - public IdentityProviderCreateContractProperties(string clientId, string clientSecret, string type = default(string), string signinTenant = default(string), System.Collections.Generic.IList allowedTenants = default(System.Collections.Generic.IList), string authority = default(string), string signupPolicyName = default(string), string signinPolicyName = default(string), string profileEditingPolicyName = default(string), string passwordResetPolicyName = default(string)) + public IdentityProviderCreateContractProperties(string clientId, string clientSecret, string type = default(string), string signinTenant = default(string), System.Collections.Generic.IList allowedTenants = default(System.Collections.Generic.IList), string authority = default(string), string signupPolicyName = default(string), string signinPolicyName = default(string), string profileEditingPolicyName = default(string), string passwordResetPolicyName = default(string), string clientLibrary = default(string)) - : base(type, signinTenant, allowedTenants, authority, signupPolicyName, signinPolicyName, profileEditingPolicyName, passwordResetPolicyName) + : base(type, signinTenant, allowedTenants, authority, signupPolicyName, signinPolicyName, profileEditingPolicyName, passwordResetPolicyName, clientLibrary) { this.ClientId = clientId; this.ClientSecret = clientSecret; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderUpdateParameters.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderUpdateParameters.cs index 6edc5a808d30..1ce7e9860dd5 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderUpdateParameters.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderUpdateParameters.cs @@ -50,6 +50,10 @@ public IdentityProviderUpdateParameters() /// Password Reset Policy Name. Only applies to AAD B2C Identity Provider. /// + /// The client library to be used in the developer portal. Only applies to AAD + /// and AAD B2C Identity Provider. + /// + /// Client Id of the Application in the external Identity Provider. It is App /// ID for Facebook login, Client ID for Google login, App ID for Microsoft. /// @@ -58,7 +62,7 @@ public IdentityProviderUpdateParameters() /// authenticate login request. For example, it is App Secret for Facebook /// login, API Key for Google login, Public Key for Microsoft. /// - public IdentityProviderUpdateParameters(string type = default(string), string signinTenant = default(string), System.Collections.Generic.IList allowedTenants = default(System.Collections.Generic.IList), string authority = default(string), string signupPolicyName = default(string), string signinPolicyName = default(string), string profileEditingPolicyName = default(string), string passwordResetPolicyName = default(string), string clientId = default(string), string clientSecret = default(string)) + public IdentityProviderUpdateParameters(string type = default(string), string signinTenant = default(string), System.Collections.Generic.IList allowedTenants = default(System.Collections.Generic.IList), string authority = default(string), string signupPolicyName = default(string), string signinPolicyName = default(string), string profileEditingPolicyName = default(string), string passwordResetPolicyName = default(string), string clientLibrary = default(string), string clientId = default(string), string clientSecret = default(string)) { this.Type = type; @@ -69,6 +73,7 @@ public IdentityProviderUpdateParameters() this.SigninPolicyName = signinPolicyName; this.ProfileEditingPolicyName = profileEditingPolicyName; this.PasswordResetPolicyName = passwordResetPolicyName; + this.ClientLibrary = clientLibrary; this.ClientId = clientId; this.ClientSecret = clientSecret; CustomInit(); @@ -132,6 +137,13 @@ public IdentityProviderUpdateParameters() [Newtonsoft.Json.JsonProperty(PropertyName = "properties.passwordResetPolicyName")] public string PasswordResetPolicyName {get; set; } + /// + /// Gets or sets the client library to be used in the developer portal. Only + /// applies to AAD and AAD B2C Identity Provider. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.clientLibrary")] + public string ClientLibrary {get; set; } + /// /// Gets or sets client Id of the Application in the external Identity /// Provider. It is App ID for Facebook login, Client ID for Google login, App @@ -193,6 +205,13 @@ public virtual void Validate() throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "PasswordResetPolicyName", 1); } } + if (this.ClientLibrary != null) + { + if (this.ClientLibrary.Length > 16) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "ClientLibrary", 16); + } + } if (this.ClientId != null) { if (this.ClientId.Length < 1) diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderUpdateProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderUpdateProperties.cs index c4deff1b41a0..5f008d16fe77 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderUpdateProperties.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IdentityProviderUpdateProperties.cs @@ -49,6 +49,10 @@ public IdentityProviderUpdateProperties() /// Password Reset Policy Name. Only applies to AAD B2C Identity Provider. /// + /// The client library to be used in the developer portal. Only applies to AAD + /// and AAD B2C Identity Provider. + /// + /// Client Id of the Application in the external Identity Provider. It is App /// ID for Facebook login, Client ID for Google login, App ID for Microsoft. /// @@ -57,9 +61,9 @@ public IdentityProviderUpdateProperties() /// authenticate login request. For example, it is App Secret for Facebook /// login, API Key for Google login, Public Key for Microsoft. /// - public IdentityProviderUpdateProperties(string type = default(string), string signinTenant = default(string), System.Collections.Generic.IList allowedTenants = default(System.Collections.Generic.IList), string authority = default(string), string signupPolicyName = default(string), string signinPolicyName = default(string), string profileEditingPolicyName = default(string), string passwordResetPolicyName = default(string), string clientId = default(string), string clientSecret = default(string)) + public IdentityProviderUpdateProperties(string type = default(string), string signinTenant = default(string), System.Collections.Generic.IList allowedTenants = default(System.Collections.Generic.IList), string authority = default(string), string signupPolicyName = default(string), string signinPolicyName = default(string), string profileEditingPolicyName = default(string), string passwordResetPolicyName = default(string), string clientLibrary = default(string), string clientId = default(string), string clientSecret = default(string)) - : base(type, signinTenant, allowedTenants, authority, signupPolicyName, signinPolicyName, profileEditingPolicyName, passwordResetPolicyName) + : base(type, signinTenant, allowedTenants, authority, signupPolicyName, signinPolicyName, profileEditingPolicyName, passwordResetPolicyName, clientLibrary) { this.ClientId = clientId; this.ClientSecret = clientSecret; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IssueAttachmentContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IssueAttachmentContract.cs index 98bb50bf9a2f..9ccbaf4e2605 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IssueAttachmentContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IssueAttachmentContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Issue Attachment Contract details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class IssueAttachmentContract : Resource + public partial class IssueAttachmentContract : ProxyResource { /// /// Initializes a new instance of the IssueAttachmentContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IssueCommentContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IssueCommentContract.cs index 806405ce3478..7efc1a8e826e 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IssueCommentContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IssueCommentContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Issue Comment Contract details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class IssueCommentContract : Resource + public partial class IssueCommentContract : ProxyResource { /// /// Initializes a new instance of the IssueCommentContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IssueContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IssueContract.cs index 14152982e382..5b6416453c45 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IssueContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/IssueContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Issue Contract details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class IssueContract : Resource + public partial class IssueContract : ProxyResource { /// /// Initializes a new instance of the IssueContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/KeyVaultContractCreateProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/KeyVaultContractCreateProperties.cs index 0ccd803d26eb..5bbf07c12971 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/KeyVaultContractCreateProperties.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/KeyVaultContractCreateProperties.cs @@ -29,8 +29,8 @@ public KeyVaultContractCreateProperties() /// be configured with aka.ms/apimmsi /// - /// SystemAssignedIdentity or UserAssignedIdentity Client Id which will be used - /// to access key vault secret. + /// Null for SystemAssignedIdentity or Client Id for UserAssignedIdentity , + /// which will be used to access key vault secret. /// public KeyVaultContractCreateProperties(string secretIdentifier = default(string), string identityClientId = default(string)) @@ -55,8 +55,8 @@ public KeyVaultContractCreateProperties() public string SecretIdentifier {get; set; } /// - /// Gets or sets systemAssignedIdentity or UserAssignedIdentity Client Id which - /// will be used to access key vault secret. + /// Gets or sets null for SystemAssignedIdentity or Client Id for + /// UserAssignedIdentity , which will be used to access key vault secret. /// [Newtonsoft.Json.JsonProperty(PropertyName = "identityClientId")] public string IdentityClientId {get; set; } diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/KeyVaultContractProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/KeyVaultContractProperties.cs index 41a6d7847374..7e28b403e35e 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/KeyVaultContractProperties.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/KeyVaultContractProperties.cs @@ -29,8 +29,8 @@ public KeyVaultContractProperties() /// be configured with aka.ms/apimmsi /// - /// SystemAssignedIdentity or UserAssignedIdentity Client Id which will be used - /// to access key vault secret. + /// Null for SystemAssignedIdentity or Client Id for UserAssignedIdentity , + /// which will be used to access key vault secret. /// /// Last time sync and refresh status of secret from key vault. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/LoggerContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/LoggerContract.cs index df198b2fd3ca..88a777c26782 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/LoggerContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/LoggerContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Logger details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class LoggerContract : Resource + public partial class LoggerContract : ProxyResource { /// /// Initializes a new instance of the LoggerContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/NamedValueContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/NamedValueContract.cs index 8b2ce44c5649..8153658e5cc2 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/NamedValueContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/NamedValueContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// NamedValue details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class NamedValueContract : Resource + public partial class NamedValueContract : ProxyResource { /// /// Initializes a new instance of the NamedValueContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/NamedValueCreateContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/NamedValueCreateContract.cs index 8d7e029c5ecb..6cae03c0cb1e 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/NamedValueCreateContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/NamedValueCreateContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// NamedValue details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class NamedValueCreateContract : Resource + public partial class NamedValueCreateContract : ProxyResource { /// /// Initializes a new instance of the NamedValueCreateContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/NatGatewayState.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/NatGatewayState.cs new file mode 100644 index 000000000000..c03de88f8020 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/NatGatewayState.cs @@ -0,0 +1,25 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + + /// + /// Defines values for NatGatewayState. + /// + + + public static class NatGatewayState + { + /// + /// Nat Gateway is enabled for the service. + /// + public const string Enabled = "Enabled"; + /// + /// Nat Gateway is disabled for the service. + /// + public const string Disabled = "Disabled"; + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/NotificationContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/NotificationContract.cs index 0273e1fe86cf..fe47efe2ba46 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/NotificationContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/NotificationContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Notification details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class NotificationContract : Resource + public partial class NotificationContract : ProxyResource { /// /// Initializes a new instance of the NotificationContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OAuth2GrantType.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OAuth2GrantType.cs new file mode 100644 index 000000000000..803d4ddbfa35 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OAuth2GrantType.cs @@ -0,0 +1,25 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + + /// + /// Defines values for OAuth2GrantType. + /// + + + public static class OAuth2GrantType + { + /// + /// Authorization Code grant + /// + public const string AuthorizationCode = "AuthorizationCode"; + /// + /// Client Credential grant + /// + public const string ClientCredentials = "ClientCredentials"; + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OpenidConnectProviderContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OpenidConnectProviderContract.cs index fbc5836c8be0..6b7615e9e26e 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OpenidConnectProviderContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OpenidConnectProviderContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// OpenId Connect Provider details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class OpenidConnectProviderContract : Resource + public partial class OpenidConnectProviderContract : ProxyResource { /// /// Initializes a new instance of the OpenidConnectProviderContract class. @@ -50,7 +50,15 @@ public OpenidConnectProviderContract() /// Client Secret of developer console which is the client application. /// - public OpenidConnectProviderContract(string id = default(string), string name = default(string), string type = default(string), string displayName = default(string), string description = default(string), string metadataEndpoint = default(string), string clientId = default(string), string clientSecret = default(string)) + + /// If true, the Open ID Connect provider may be used in the developer portal + /// test console. True by default if no value is provided. + /// + + /// If true, the Open ID Connect provider will be used in the API documentation + /// in the developer portal. False by default if no value is provided. + /// + public OpenidConnectProviderContract(string id = default(string), string name = default(string), string type = default(string), string displayName = default(string), string description = default(string), string metadataEndpoint = default(string), string clientId = default(string), string clientSecret = default(string), bool? useInTestConsole = default(bool?), bool? useInApiDocumentation = default(bool?)) : base(id, name, type) { @@ -59,6 +67,8 @@ public OpenidConnectProviderContract() this.MetadataEndpoint = metadataEndpoint; this.ClientId = clientId; this.ClientSecret = clientSecret; + this.UseInTestConsole = useInTestConsole; + this.UseInApiDocumentation = useInApiDocumentation; CustomInit(); } @@ -99,6 +109,21 @@ public OpenidConnectProviderContract() /// [Newtonsoft.Json.JsonProperty(PropertyName = "properties.clientSecret")] public string ClientSecret {get; set; } + + /// + /// Gets or sets if true, the Open ID Connect provider may be used in the + /// developer portal test console. True by default if no value is provided. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.useInTestConsole")] + public bool? UseInTestConsole {get; set; } + + /// + /// Gets or sets if true, the Open ID Connect provider will be used in the API + /// documentation in the developer portal. False by default if no value is + /// provided. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.useInApiDocumentation")] + public bool? UseInApiDocumentation {get; set; } /// /// Validate the object. /// diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OpenidConnectProviderContractProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OpenidConnectProviderContractProperties.cs index b9ffe8148e74..8c52051f03c7 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OpenidConnectProviderContractProperties.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OpenidConnectProviderContractProperties.cs @@ -38,7 +38,15 @@ public OpenidConnectProviderContractProperties() /// Client Secret of developer console which is the client application. /// - public OpenidConnectProviderContractProperties(string displayName, string metadataEndpoint, string clientId, string description = default(string), string clientSecret = default(string)) + + /// If true, the Open ID Connect provider may be used in the developer portal + /// test console. True by default if no value is provided. + /// + + /// If true, the Open ID Connect provider will be used in the API documentation + /// in the developer portal. False by default if no value is provided. + /// + public OpenidConnectProviderContractProperties(string displayName, string metadataEndpoint, string clientId, string description = default(string), string clientSecret = default(string), bool? useInTestConsole = default(bool?), bool? useInApiDocumentation = default(bool?)) { this.DisplayName = displayName; @@ -46,6 +54,8 @@ public OpenidConnectProviderContractProperties() this.MetadataEndpoint = metadataEndpoint; this.ClientId = clientId; this.ClientSecret = clientSecret; + this.UseInTestConsole = useInTestConsole; + this.UseInApiDocumentation = useInApiDocumentation; CustomInit(); } @@ -86,6 +96,21 @@ public OpenidConnectProviderContractProperties() /// [Newtonsoft.Json.JsonProperty(PropertyName = "clientSecret")] public string ClientSecret {get; set; } + + /// + /// Gets or sets if true, the Open ID Connect provider may be used in the + /// developer portal test console. True by default if no value is provided. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "useInTestConsole")] + public bool? UseInTestConsole {get; set; } + + /// + /// Gets or sets if true, the Open ID Connect provider will be used in the API + /// documentation in the developer portal. False by default if no value is + /// provided. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "useInApiDocumentation")] + public bool? UseInApiDocumentation {get; set; } /// /// Validate the object. /// diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OpenidConnectProviderUpdateContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OpenidConnectProviderUpdateContract.cs index ee46664af2c4..dbc4f139d4e4 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OpenidConnectProviderUpdateContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OpenidConnectProviderUpdateContract.cs @@ -39,7 +39,15 @@ public OpenidConnectProviderUpdateContract() /// Client Secret of developer console which is the client application. /// - public OpenidConnectProviderUpdateContract(string displayName = default(string), string description = default(string), string metadataEndpoint = default(string), string clientId = default(string), string clientSecret = default(string)) + + /// If true, the Open ID Connect provider may be used in the developer portal + /// test console. True by default if no value is provided. + /// + + /// If true, the Open ID Connect provider will be used in the API documentation + /// in the developer portal. False by default if no value is provided. + /// + public OpenidConnectProviderUpdateContract(string displayName = default(string), string description = default(string), string metadataEndpoint = default(string), string clientId = default(string), string clientSecret = default(string), bool? useInTestConsole = default(bool?), bool? useInApiDocumentation = default(bool?)) { this.DisplayName = displayName; @@ -47,6 +55,8 @@ public OpenidConnectProviderUpdateContract() this.MetadataEndpoint = metadataEndpoint; this.ClientId = clientId; this.ClientSecret = clientSecret; + this.UseInTestConsole = useInTestConsole; + this.UseInApiDocumentation = useInApiDocumentation; CustomInit(); } @@ -87,6 +97,21 @@ public OpenidConnectProviderUpdateContract() /// [Newtonsoft.Json.JsonProperty(PropertyName = "properties.clientSecret")] public string ClientSecret {get; set; } + + /// + /// Gets or sets if true, the Open ID Connect provider may be used in the + /// developer portal test console. True by default if no value is provided. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.useInTestConsole")] + public bool? UseInTestConsole {get; set; } + + /// + /// Gets or sets if true, the Open ID Connect provider will be used in the API + /// documentation in the developer portal. False by default if no value is + /// provided. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.useInApiDocumentation")] + public bool? UseInApiDocumentation {get; set; } /// /// Validate the object. /// diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OpenidConnectProviderUpdateContractProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OpenidConnectProviderUpdateContractProperties.cs index 925c49f34a39..325485d6a635 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OpenidConnectProviderUpdateContractProperties.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OpenidConnectProviderUpdateContractProperties.cs @@ -38,7 +38,15 @@ public OpenidConnectProviderUpdateContractProperties() /// Client Secret of developer console which is the client application. /// - public OpenidConnectProviderUpdateContractProperties(string displayName = default(string), string description = default(string), string metadataEndpoint = default(string), string clientId = default(string), string clientSecret = default(string)) + + /// If true, the Open ID Connect provider may be used in the developer portal + /// test console. True by default if no value is provided. + /// + + /// If true, the Open ID Connect provider will be used in the API documentation + /// in the developer portal. False by default if no value is provided. + /// + public OpenidConnectProviderUpdateContractProperties(string displayName = default(string), string description = default(string), string metadataEndpoint = default(string), string clientId = default(string), string clientSecret = default(string), bool? useInTestConsole = default(bool?), bool? useInApiDocumentation = default(bool?)) { this.DisplayName = displayName; @@ -46,6 +54,8 @@ public OpenidConnectProviderUpdateContractProperties() this.MetadataEndpoint = metadataEndpoint; this.ClientId = clientId; this.ClientSecret = clientSecret; + this.UseInTestConsole = useInTestConsole; + this.UseInApiDocumentation = useInApiDocumentation; CustomInit(); } @@ -86,6 +96,21 @@ public OpenidConnectProviderUpdateContractProperties() /// [Newtonsoft.Json.JsonProperty(PropertyName = "clientSecret")] public string ClientSecret {get; set; } + + /// + /// Gets or sets if true, the Open ID Connect provider may be used in the + /// developer portal test console. True by default if no value is provided. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "useInTestConsole")] + public bool? UseInTestConsole {get; set; } + + /// + /// Gets or sets if true, the Open ID Connect provider will be used in the API + /// documentation in the developer portal. False by default if no value is + /// provided. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "useInApiDocumentation")] + public bool? UseInApiDocumentation {get; set; } /// /// Validate the object. /// diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OperationContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OperationContract.cs index 6d60d2c26b03..5be861f20ffd 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OperationContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OperationContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// API Operation details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class OperationContract : Resource + public partial class OperationContract : ProxyResource { /// /// Initializes a new instance of the OperationContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OperationResultContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OperationResultContract.cs index 365eed6a0aa9..20d3db15f8a7 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OperationResultContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/OperationResultContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Long Running Git Operation Results. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class OperationResultContract : Resource + public partial class OperationResultContract : ProxyResource { /// /// Initializes a new instance of the OperationResultContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyContentFormat.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyContentFormat.cs index 2f4f0f07c5fb..2bcd257bc201 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyContentFormat.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyContentFormat.cs @@ -18,7 +18,7 @@ public static class PolicyContentFormat /// public const string Xml = "xml"; /// - /// The policy XML document is hosted on a http endpoint accessible from the + /// The policy XML document is hosted on a HTTP endpoint accessible from the /// API Management service. /// public const string XmlLink = "xml-link"; @@ -28,7 +28,7 @@ public static class PolicyContentFormat /// public const string Rawxml = "rawxml"; /// - /// The policy document is not Xml encoded and is hosted on a http endpoint + /// The policy document is not XML encoded and is hosted on a HTTP endpoint /// accessible from the API Management service. /// public const string RawxmlLink = "rawxml-link"; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyContract.cs index ffd88cf463c1..5af93af371f4 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Policy Contract details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class PolicyContract : Resource + public partial class PolicyContract : ProxyResource { /// /// Initializes a new instance of the PolicyContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyDescriptionCollection.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyDescriptionCollection.cs index 53ea46e55d1a..54844bae4d6d 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyDescriptionCollection.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyDescriptionCollection.cs @@ -8,7 +8,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models using System.Linq; /// - /// Descriptions of APIM policies. + /// Descriptions of API Management policies. /// public partial class PolicyDescriptionCollection { @@ -24,7 +24,7 @@ public PolicyDescriptionCollection() /// Initializes a new instance of the PolicyDescriptionCollection class. /// - /// Descriptions of APIM policies. + /// Descriptions of API Management policies. /// /// Total record count number. @@ -44,7 +44,7 @@ public PolicyDescriptionCollection() /// - /// Gets or sets descriptions of APIM policies. + /// Gets or sets descriptions of API Management policies. /// [Newtonsoft.Json.JsonProperty(PropertyName = "value")] public System.Collections.Generic.IList Value {get; set; } diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyDescriptionContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyDescriptionContract.cs index 1504ad1c3476..bc5b8ecb3113 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyDescriptionContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyDescriptionContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Policy description details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class PolicyDescriptionContract : Resource + public partial class PolicyDescriptionContract : ProxyResource { /// /// Initializes a new instance of the PolicyDescriptionContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyFragmentCollection.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyFragmentCollection.cs new file mode 100644 index 000000000000..757f4a47c005 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyFragmentCollection.cs @@ -0,0 +1,68 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// The response of the get policy fragments operation. + /// + public partial class PolicyFragmentCollection + { + /// + /// Initializes a new instance of the PolicyFragmentCollection class. + /// + public PolicyFragmentCollection() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PolicyFragmentCollection class. + /// + + /// Policy fragment contract value. + /// + + /// Total record count number. + /// + + /// Next page link if any. + /// + public PolicyFragmentCollection(System.Collections.Generic.IList value = default(System.Collections.Generic.IList), long? count = default(long?), string nextLink = default(string)) + + { + this.Value = value; + this.Count = count; + this.NextLink = nextLink; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets policy fragment contract value. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "value")] + public System.Collections.Generic.IList Value {get; set; } + + /// + /// Gets or sets total record count number. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "count")] + public long? Count {get; set; } + + /// + /// Gets or sets next page link if any. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "nextLink")] + public string NextLink {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyFragmentContentFormat.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyFragmentContentFormat.cs new file mode 100644 index 000000000000..42a72cf96ccf --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyFragmentContentFormat.cs @@ -0,0 +1,26 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + + /// + /// Defines values for PolicyFragmentContentFormat. + /// + + + public static class PolicyFragmentContentFormat + { + /// + /// The contents are inline and Content type is an XML document. + /// + public const string Xml = "xml"; + /// + /// The contents are inline and Content type is a non XML encoded policy + /// document. + /// + public const string Rawxml = "rawxml"; + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyFragmentContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyFragmentContract.cs new file mode 100644 index 000000000000..ebbc18cab7db --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyFragmentContract.cs @@ -0,0 +1,99 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Policy fragment contract details. + /// + [Microsoft.Rest.Serialization.JsonTransformation] + public partial class PolicyFragmentContract : ProxyResource + { + /// + /// Initializes a new instance of the PolicyFragmentContract class. + /// + public PolicyFragmentContract() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PolicyFragmentContract class. + /// + + /// Fully qualified resource ID for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// + + /// The name of the resource + /// + + /// The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" + /// + + /// Contents of the policy fragment. + /// + + /// Policy fragment description. + /// + + /// Format of the policy fragment content. + /// Possible values include: 'xml', 'rawxml' + public PolicyFragmentContract(string id = default(string), string name = default(string), string type = default(string), string value = default(string), string description = default(string), string format = default(string)) + + : base(id, name, type) + { + this.Value = value; + this.Description = description; + this.Format = format; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets contents of the policy fragment. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.value")] + public string Value {get; set; } + + /// + /// Gets or sets policy fragment description. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.description")] + public string Description {get; set; } + + /// + /// Gets or sets format of the policy fragment content. Possible values include: 'xml', 'rawxml' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.format")] + public string Format {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + + if (this.Description != null) + { + if (this.Description.Length > 1000) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "Description", 1000); + } + } + + } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyFragmentContractProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyFragmentContractProperties.cs new file mode 100644 index 000000000000..23006627a7e6 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PolicyFragmentContractProperties.cs @@ -0,0 +1,90 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Policy fragment contract properties. + /// + public partial class PolicyFragmentContractProperties + { + /// + /// Initializes a new instance of the PolicyFragmentContractProperties class. + /// + public PolicyFragmentContractProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PolicyFragmentContractProperties class. + /// + + /// Contents of the policy fragment. + /// + + /// Policy fragment description. + /// + + /// Format of the policy fragment content. + /// Possible values include: 'xml', 'rawxml' + public PolicyFragmentContractProperties(string value, string description = default(string), string format = default(string)) + + { + this.Value = value; + this.Description = description; + this.Format = format; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets contents of the policy fragment. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "value")] + public string Value {get; set; } + + /// + /// Gets or sets policy fragment description. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "description")] + public string Description {get; set; } + + /// + /// Gets or sets format of the policy fragment content. Possible values include: 'xml', 'rawxml' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "format")] + public string Format {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.Value == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "Value"); + } + + if (this.Description != null) + { + if (this.Description.Length > 1000) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "Description", 1000); + } + } + + } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigCollection.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigCollection.cs new file mode 100644 index 000000000000..60203c2599b5 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigCollection.cs @@ -0,0 +1,58 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// The collection of the developer portal configurations. + /// + public partial class PortalConfigCollection + { + /// + /// Initializes a new instance of the PortalConfigCollection class. + /// + public PortalConfigCollection() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PortalConfigCollection class. + /// + + /// The developer portal configurations. + /// + + /// Next page link if any. + /// + public PortalConfigCollection(System.Collections.Generic.IList value = default(System.Collections.Generic.IList), string nextLink = default(string)) + + { + this.Value = value; + this.NextLink = nextLink; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the developer portal configurations. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "value")] + public System.Collections.Generic.IList Value {get; set; } + + /// + /// Gets next page link if any. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "nextLink")] + public string NextLink {get; private set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigContract.cs new file mode 100644 index 000000000000..1dd680d1e81f --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigContract.cs @@ -0,0 +1,112 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// The developer portal configuration contract. + /// + [Microsoft.Rest.Serialization.JsonTransformation] + public partial class PortalConfigContract : ProxyResource + { + /// + /// Initializes a new instance of the PortalConfigContract class. + /// + public PortalConfigContract() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PortalConfigContract class. + /// + + /// Fully qualified resource ID for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// + + /// The name of the resource + /// + + /// The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" + /// + + /// Enable or disable Basic authentication method. + /// + + /// + /// + + /// + /// + + /// The developer portal delegation settings. + /// + + /// The developer portal Cross-Origin Resource Sharing (CORS) settings. + /// + + /// The developer portal Content Security Policy (CSP) settings. + /// + public PortalConfigContract(string id = default(string), string name = default(string), string type = default(string), bool? enableBasicAuth = default(bool?), PortalConfigPropertiesSignin signin = default(PortalConfigPropertiesSignin), PortalConfigPropertiesSignup signup = default(PortalConfigPropertiesSignup), PortalConfigDelegationProperties delegation = default(PortalConfigDelegationProperties), PortalConfigCorsProperties cors = default(PortalConfigCorsProperties), PortalConfigCspProperties csp = default(PortalConfigCspProperties)) + + : base(id, name, type) + { + this.EnableBasicAuth = enableBasicAuth; + this.Signin = signin; + this.Signup = signup; + this.Delegation = delegation; + this.Cors = cors; + this.Csp = csp; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets enable or disable Basic authentication method. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.enableBasicAuth")] + public bool? EnableBasicAuth {get; set; } + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.signin")] + public PortalConfigPropertiesSignin Signin {get; set; } + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.signup")] + public PortalConfigPropertiesSignup Signup {get; set; } + + /// + /// Gets or sets the developer portal delegation settings. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.delegation")] + public PortalConfigDelegationProperties Delegation {get; set; } + + /// + /// Gets or sets the developer portal Cross-Origin Resource Sharing (CORS) + /// settings. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.cors")] + public PortalConfigCorsProperties Cors {get; set; } + + /// + /// Gets or sets the developer portal Content Security Policy (CSP) settings. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.csp")] + public PortalConfigCspProperties Csp {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigCorsProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigCorsProperties.cs new file mode 100644 index 000000000000..5aebf679b715 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigCorsProperties.cs @@ -0,0 +1,48 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// The developer portal Cross-Origin Resource Sharing (CORS) settings. + /// + public partial class PortalConfigCorsProperties + { + /// + /// Initializes a new instance of the PortalConfigCorsProperties class. + /// + public PortalConfigCorsProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PortalConfigCorsProperties class. + /// + + /// Allowed origins, e.g. `https://trusted.com`. + /// + public PortalConfigCorsProperties(System.Collections.Generic.IList allowedOrigins = default(System.Collections.Generic.IList)) + + { + this.AllowedOrigins = allowedOrigins; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets allowed origins, e.g. `https://trusted.com`. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "allowedOrigins")] + public System.Collections.Generic.IList AllowedOrigins {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigCspProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigCspProperties.cs new file mode 100644 index 000000000000..3effe0b1ef14 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigCspProperties.cs @@ -0,0 +1,70 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// The developer portal Content Security Policy (CSP) settings. + /// + public partial class PortalConfigCspProperties + { + /// + /// Initializes a new instance of the PortalConfigCspProperties class. + /// + public PortalConfigCspProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PortalConfigCspProperties class. + /// + + /// The mode of the developer portal Content Security Policy (CSP). + /// Possible values include: 'enabled', 'disabled', 'reportOnly' + + /// The URLs used by the browser to report CSP violations. + /// + + /// Allowed sources, e.g. `*.trusted.com`, `trusted.com`, `https://`. + /// + public PortalConfigCspProperties(string mode = default(string), System.Collections.Generic.IList reportUri = default(System.Collections.Generic.IList), System.Collections.Generic.IList allowedSources = default(System.Collections.Generic.IList)) + + { + this.Mode = mode; + this.ReportUri = reportUri; + this.AllowedSources = allowedSources; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the mode of the developer portal Content Security Policy + /// (CSP). Possible values include: 'enabled', 'disabled', 'reportOnly' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "mode")] + public string Mode {get; set; } + + /// + /// Gets or sets the URLs used by the browser to report CSP violations. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "reportUri")] + public System.Collections.Generic.IList ReportUri {get; set; } + + /// + /// Gets or sets allowed sources, e.g. `*.trusted.com`, `trusted.com`, + /// `https://`. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "allowedSources")] + public System.Collections.Generic.IList AllowedSources {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigDelegationProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigDelegationProperties.cs new file mode 100644 index 000000000000..d99ae5c54599 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigDelegationProperties.cs @@ -0,0 +1,77 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + public partial class PortalConfigDelegationProperties + { + /// + /// Initializes a new instance of the PortalConfigDelegationProperties class. + /// + public PortalConfigDelegationProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PortalConfigDelegationProperties class. + /// + + /// Enable or disable delegation for user registration. + /// + + /// Enable or disable delegation for product subscriptions. + /// + + /// A delegation endpoint URL. + /// + + /// A base64-encoded validation key to ensure requests originate from Azure API + /// Management service. + /// + public PortalConfigDelegationProperties(bool? delegateRegistration = default(bool?), bool? delegateSubscription = default(bool?), string delegationUrl = default(string), string validationKey = default(string)) + + { + this.DelegateRegistration = delegateRegistration; + this.DelegateSubscription = delegateSubscription; + this.DelegationUrl = delegationUrl; + this.ValidationKey = validationKey; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets enable or disable delegation for user registration. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "delegateRegistration")] + public bool? DelegateRegistration {get; set; } + + /// + /// Gets or sets enable or disable delegation for product subscriptions. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "delegateSubscription")] + public bool? DelegateSubscription {get; set; } + + /// + /// Gets or sets a delegation endpoint URL. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "delegationUrl")] + public string DelegationUrl {get; set; } + + /// + /// Gets or sets a base64-encoded validation key to ensure requests originate + /// from Azure API Management service. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "validationKey")] + public string ValidationKey {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigProperties.cs new file mode 100644 index 000000000000..96b5eff78572 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigProperties.cs @@ -0,0 +1,99 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// The developer portal configuration contract properties. + /// + public partial class PortalConfigProperties + { + /// + /// Initializes a new instance of the PortalConfigProperties class. + /// + public PortalConfigProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PortalConfigProperties class. + /// + + /// Enable or disable Basic authentication method. + /// + + /// + /// + + /// + /// + + /// The developer portal delegation settings. + /// + + /// The developer portal Cross-Origin Resource Sharing (CORS) settings. + /// + + /// The developer portal Content Security Policy (CSP) settings. + /// + public PortalConfigProperties(bool? enableBasicAuth = default(bool?), PortalConfigPropertiesSignin signin = default(PortalConfigPropertiesSignin), PortalConfigPropertiesSignup signup = default(PortalConfigPropertiesSignup), PortalConfigDelegationProperties delegation = default(PortalConfigDelegationProperties), PortalConfigCorsProperties cors = default(PortalConfigCorsProperties), PortalConfigCspProperties csp = default(PortalConfigCspProperties)) + + { + this.EnableBasicAuth = enableBasicAuth; + this.Signin = signin; + this.Signup = signup; + this.Delegation = delegation; + this.Cors = cors; + this.Csp = csp; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets enable or disable Basic authentication method. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "enableBasicAuth")] + public bool? EnableBasicAuth {get; set; } + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "signin")] + public PortalConfigPropertiesSignin Signin {get; set; } + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "signup")] + public PortalConfigPropertiesSignup Signup {get; set; } + + /// + /// Gets or sets the developer portal delegation settings. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "delegation")] + public PortalConfigDelegationProperties Delegation {get; set; } + + /// + /// Gets or sets the developer portal Cross-Origin Resource Sharing (CORS) + /// settings. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "cors")] + public PortalConfigCorsProperties Cors {get; set; } + + /// + /// Gets or sets the developer portal Content Security Policy (CSP) settings. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "csp")] + public PortalConfigCspProperties Csp {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigPropertiesSignin.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigPropertiesSignin.cs new file mode 100644 index 000000000000..afc08162cf30 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigPropertiesSignin.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + public partial class PortalConfigPropertiesSignin + { + /// + /// Initializes a new instance of the PortalConfigPropertiesSignin class. + /// + public PortalConfigPropertiesSignin() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PortalConfigPropertiesSignin class. + /// + + /// Redirect anonymous users to the sign-in page. + /// + public PortalConfigPropertiesSignin(bool? require = default(bool?)) + + { + this.Require = require; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets redirect anonymous users to the sign-in page. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "require")] + public bool? Require {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigPropertiesSignup.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigPropertiesSignup.cs new file mode 100644 index 000000000000..aa6273eea40f --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigPropertiesSignup.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + public partial class PortalConfigPropertiesSignup + { + /// + /// Initializes a new instance of the PortalConfigPropertiesSignup class. + /// + public PortalConfigPropertiesSignup() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PortalConfigPropertiesSignup class. + /// + + /// Terms of service settings. + /// + public PortalConfigPropertiesSignup(PortalConfigTermsOfServiceProperties termsOfService = default(PortalConfigTermsOfServiceProperties)) + + { + this.TermsOfService = termsOfService; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets terms of service settings. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "termsOfService")] + public PortalConfigTermsOfServiceProperties TermsOfService {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigTermsOfServiceProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigTermsOfServiceProperties.cs new file mode 100644 index 000000000000..d766325068f4 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalConfigTermsOfServiceProperties.cs @@ -0,0 +1,58 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Terms of service contract properties. + /// + public partial class PortalConfigTermsOfServiceProperties + { + /// + /// Initializes a new instance of the PortalConfigTermsOfServiceProperties class. + /// + public PortalConfigTermsOfServiceProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PortalConfigTermsOfServiceProperties class. + /// + + /// A terms of service text. + /// + + /// Ask user for consent to the terms of service. + /// + public PortalConfigTermsOfServiceProperties(string text = default(string), bool? requireConsent = default(bool?)) + + { + this.Text = text; + this.RequireConsent = requireConsent; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets a terms of service text. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "text")] + public string Text {get; set; } + + /// + /// Gets or sets ask user for consent to the terms of service. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "requireConsent")] + public bool? RequireConsent {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalDelegationSettings.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalDelegationSettings.cs index 82469f309c7d..af8e46766e27 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalDelegationSettings.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalDelegationSettings.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Delegation settings for a developer portal. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class PortalDelegationSettings : Resource + public partial class PortalDelegationSettings : ProxyResource { /// /// Initializes a new instance of the PortalDelegationSettings class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalRevisionContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalRevisionContract.cs index 84f892b90d35..2a12cf3334c0 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalRevisionContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalRevisionContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Portal Revision's contract details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class PortalRevisionContract : Resource + public partial class PortalRevisionContract : ProxyResource { /// /// Initializes a new instance of the PortalRevisionContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalSettingsCollection.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalSettingsCollection.cs index 3827bc967858..253854e88bd1 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalSettingsCollection.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalSettingsCollection.cs @@ -8,7 +8,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models using System.Linq; /// - /// Descriptions of APIM policies. + /// Descriptions of API Management policies. /// public partial class PortalSettingsCollection { @@ -24,7 +24,7 @@ public PortalSettingsCollection() /// Initializes a new instance of the PortalSettingsCollection class. /// - /// Descriptions of APIM policies. + /// Descriptions of API Management policies. /// /// Total record count number. @@ -44,7 +44,7 @@ public PortalSettingsCollection() /// - /// Gets or sets descriptions of APIM policies. + /// Gets or sets descriptions of API Management policies. /// [Newtonsoft.Json.JsonProperty(PropertyName = "value")] public System.Collections.Generic.IList Value {get; set; } diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalSettingsContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalSettingsContract.cs index 2a98bdef3724..22850bb09ea7 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalSettingsContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalSettingsContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Portal Settings for the Developer Portal. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class PortalSettingsContract : Resource + public partial class PortalSettingsContract : ProxyResource { /// /// Initializes a new instance of the PortalSettingsContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalSettingsCspMode.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalSettingsCspMode.cs new file mode 100644 index 000000000000..4145c188c6f4 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalSettingsCspMode.cs @@ -0,0 +1,30 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + + /// + /// Defines values for PortalSettingsCspMode. + /// + + + public static class PortalSettingsCspMode + { + /// + /// The browser will block requests not matching allowed origins. + /// + public const string Enabled = "enabled"; + /// + /// The browser will not apply the origin restrictions. + /// + public const string Disabled = "disabled"; + /// + /// The browser will report requests not matching allowed origins without + /// blocking them. + /// + public const string ReportOnly = "reportOnly"; + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalSigninSettings.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalSigninSettings.cs index 91be5ee24051..308e3c79be7e 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalSigninSettings.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalSigninSettings.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Sign-In settings for the Developer Portal. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class PortalSigninSettings : Resource + public partial class PortalSigninSettings : ProxyResource { /// /// Initializes a new instance of the PortalSigninSettings class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalSignupSettings.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalSignupSettings.cs index d84cffa2f4be..7ffe2dec5972 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalSignupSettings.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/PortalSignupSettings.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Sign-Up settings for a developer portal. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class PortalSignupSettings : Resource + public partial class PortalSignupSettings : ProxyResource { /// /// Initializes a new instance of the PortalSignupSettings class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProductContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProductContract.cs index 804e65b0b25c..1b32d815f9ce 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProductContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProductContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Product details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class ProductContract : Resource + public partial class ProductContract : ProxyResource { /// /// Initializes a new instance of the ProductContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProductWikiCreateOrUpdateHeaders.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProductWikiCreateOrUpdateHeaders.cs new file mode 100644 index 000000000000..aa6b0c193999 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProductWikiCreateOrUpdateHeaders.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + public partial class ProductWikiCreateOrUpdateHeaders + { + /// + /// Initializes a new instance of the ProductWikiCreateOrUpdateHeaders class. + /// + public ProductWikiCreateOrUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ProductWikiCreateOrUpdateHeaders class. + /// + + /// + /// + public ProductWikiCreateOrUpdateHeaders(string eTag = default(string)) + + { + this.ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "ETag")] + public string ETag {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProductWikiGetEntityTagHeaders.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProductWikiGetEntityTagHeaders.cs new file mode 100644 index 000000000000..496639b53fdd --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProductWikiGetEntityTagHeaders.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + public partial class ProductWikiGetEntityTagHeaders + { + /// + /// Initializes a new instance of the ProductWikiGetEntityTagHeaders class. + /// + public ProductWikiGetEntityTagHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ProductWikiGetEntityTagHeaders class. + /// + + /// + /// + public ProductWikiGetEntityTagHeaders(string eTag = default(string)) + + { + this.ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "ETag")] + public string ETag {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProductWikiGetHeaders.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProductWikiGetHeaders.cs new file mode 100644 index 000000000000..2de438ce3861 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProductWikiGetHeaders.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + public partial class ProductWikiGetHeaders + { + /// + /// Initializes a new instance of the ProductWikiGetHeaders class. + /// + public ProductWikiGetHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ProductWikiGetHeaders class. + /// + + /// + /// + public ProductWikiGetHeaders(string eTag = default(string)) + + { + this.ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "ETag")] + public string ETag {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProductWikiUpdateHeaders.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProductWikiUpdateHeaders.cs new file mode 100644 index 000000000000..03f251439983 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProductWikiUpdateHeaders.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + public partial class ProductWikiUpdateHeaders + { + /// + /// Initializes a new instance of the ProductWikiUpdateHeaders class. + /// + public ProductWikiUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ProductWikiUpdateHeaders class. + /// + + /// + /// + public ProductWikiUpdateHeaders(string eTag = default(string)) + + { + this.ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "ETag")] + public string ETag {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProductWikisListHeaders.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProductWikisListHeaders.cs new file mode 100644 index 000000000000..2ef89715c150 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProductWikisListHeaders.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + public partial class ProductWikisListHeaders + { + /// + /// Initializes a new instance of the ProductWikisListHeaders class. + /// + public ProductWikisListHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ProductWikisListHeaders class. + /// + + /// + /// + public ProductWikisListHeaders(string eTag = default(string)) + + { + this.ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "ETag")] + public string ETag {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProxyResource.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProxyResource.cs new file mode 100644 index 000000000000..6fc430ac7de2 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ProxyResource.cs @@ -0,0 +1,55 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// The resource model definition for a Azure Resource Manager proxy resource. + /// It will not have tags and a location + /// + /// + /// The resource model definition for a Azure Resource Manager proxy resource. + /// It will not have tags and a location + /// + public partial class ProxyResource : Resource + { + /// + /// Initializes a new instance of the ProxyResource class. + /// + public ProxyResource() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ProxyResource class. + /// + + /// Fully qualified resource ID for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// + + /// The name of the resource + /// + + /// The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" + /// + public ProxyResource(string id = default(string), string name = default(string), string type = default(string)) + + : base(id, name, type) + { + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/RecipientEmailContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/RecipientEmailContract.cs index 7d5515c25157..3572c57c542d 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/RecipientEmailContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/RecipientEmailContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Recipient Email details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class RecipientEmailContract : Resource + public partial class RecipientEmailContract : ProxyResource { /// /// Initializes a new instance of the RecipientEmailContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/RecipientUserContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/RecipientUserContract.cs index 5fe534d9e1e6..d6f21cf4a1c8 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/RecipientUserContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/RecipientUserContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Recipient User details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class RecipientUserContract : Resource + public partial class RecipientUserContract : ProxyResource { /// /// Initializes a new instance of the RecipientUserContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ReportRecordContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ReportRecordContract.cs index 65de6834364a..259fd1a42c99 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ReportRecordContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ReportRecordContract.cs @@ -73,8 +73,8 @@ public ReportRecordContract() /// HttpStatusCode.TooManyRequests /// - /// Number of calls failed due to proxy or backend errors. This includes calls - /// returning HttpStatusCode.BadRequest(400) and any Code between + /// Number of calls failed due to gateway or backend errors. This includes + /// calls returning HttpStatusCode.BadRequest(400) and any Code between /// HttpStatusCode.InternalServerError (500) and 600 /// @@ -243,7 +243,7 @@ public ReportRecordContract() public int? CallCountBlocked {get; set; } /// - /// Gets or sets number of calls failed due to proxy or backend errors. This + /// Gets or sets number of calls failed due to gateway or backend errors. This /// includes calls returning HttpStatusCode.BadRequest(400) and any Code /// between HttpStatusCode.InternalServerError (500) and 600 /// diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverContract.cs new file mode 100644 index 000000000000..b98e99d6dcab --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverContract.cs @@ -0,0 +1,119 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// GraphQL API Resolver details. + /// + [Microsoft.Rest.Serialization.JsonTransformation] + public partial class ResolverContract : ProxyResource + { + /// + /// Initializes a new instance of the ResolverContract class. + /// + public ResolverContract() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ResolverContract class. + /// + + /// Fully qualified resource ID for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// + + /// The name of the resource + /// + + /// The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" + /// + + /// Resolver Name. + /// + + /// Path is type/field being resolved. + /// + + /// Description of the resolver. May include HTML formatting tags. + /// + public ResolverContract(string id = default(string), string name = default(string), string type = default(string), string displayName = default(string), string path = default(string), string description = default(string)) + + : base(id, name, type) + { + this.DisplayName = displayName; + this.Path = path; + this.Description = description; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets resolver Name. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.displayName")] + public string DisplayName {get; set; } + + /// + /// Gets or sets path is type/field being resolved. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.path")] + public string Path {get; set; } + + /// + /// Gets or sets description of the resolver. May include HTML formatting tags. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.description")] + public string Description {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.DisplayName != null) + { + if (this.DisplayName.Length > 300) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "DisplayName", 300); + } + if (this.DisplayName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "DisplayName", 1); + } + } + if (this.Path != null) + { + if (this.Path.Length > 300) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "Path", 300); + } + if (this.Path.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Path", 1); + } + } + if (this.Description != null) + { + if (this.Description.Length > 1000) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "Description", 1000); + } + } + } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverEntityBaseContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverEntityBaseContract.cs new file mode 100644 index 000000000000..20310bc9594b --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverEntityBaseContract.cs @@ -0,0 +1,106 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// GraphQL API Resolver Entity Base Contract details. + /// + public partial class ResolverEntityBaseContract + { + /// + /// Initializes a new instance of the ResolverEntityBaseContract class. + /// + public ResolverEntityBaseContract() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ResolverEntityBaseContract class. + /// + + /// Resolver Name. + /// + + /// Path is type/field being resolved. + /// + + /// Description of the resolver. May include HTML formatting tags. + /// + public ResolverEntityBaseContract(string displayName = default(string), string path = default(string), string description = default(string)) + + { + this.DisplayName = displayName; + this.Path = path; + this.Description = description; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets resolver Name. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "displayName")] + public string DisplayName {get; set; } + + /// + /// Gets or sets path is type/field being resolved. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "path")] + public string Path {get; set; } + + /// + /// Gets or sets description of the resolver. May include HTML formatting tags. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "description")] + public string Description {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.DisplayName != null) + { + if (this.DisplayName.Length > 300) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "DisplayName", 300); + } + if (this.DisplayName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "DisplayName", 1); + } + } + if (this.Path != null) + { + if (this.Path.Length > 300) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "Path", 300); + } + if (this.Path.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Path", 1); + } + } + if (this.Description != null) + { + if (this.Description.Length > 1000) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "Description", 1000); + } + } + } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverResultContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverResultContract.cs new file mode 100644 index 000000000000..1021f6aeed5f --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverResultContract.cs @@ -0,0 +1,132 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Long Running Git Resolver Results. + /// + [Microsoft.Rest.Serialization.JsonTransformation] + public partial class ResolverResultContract : ProxyResource + { + /// + /// Initializes a new instance of the ResolverResultContract class. + /// + public ResolverResultContract() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ResolverResultContract class. + /// + + /// Fully qualified resource ID for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// + + /// The name of the resource + /// + + /// The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" + /// + + /// Resolver result identifier. + /// + + /// Status of an async resolver. + /// Possible values include: 'Started', 'InProgress', 'Succeeded', 'Failed' + + /// Start time of an async resolver. The date conforms to the following format: + /// `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard. + /// + + /// Last update time of an async resolver. The date conforms to the following + /// format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard. + /// + + /// Optional result info. + /// + + /// Error Body Contract + /// + + /// This property if only provided as part of the TenantConfiguration_Validate + /// resolver. It contains the log the entities which will be + /// updated/created/deleted as part of the TenantConfiguration_Deploy resolver. + /// + public ResolverResultContract(string id = default(string), string name = default(string), string type = default(string), string propertiesId = default(string), AsyncResolverStatus? status = default(AsyncResolverStatus?), System.DateTime? started = default(System.DateTime?), System.DateTime? updated = default(System.DateTime?), string resultInfo = default(string), ErrorResponseBody error = default(ErrorResponseBody), System.Collections.Generic.IList actionLog = default(System.Collections.Generic.IList)) + + : base(id, name, type) + { + this.PropertiesId = propertiesId; + this.Status = status; + this.Started = started; + this.Updated = updated; + this.ResultInfo = resultInfo; + this.Error = error; + this.ActionLog = actionLog; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets resolver result identifier. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.id")] + public string PropertiesId {get; set; } + + /// + /// Gets or sets status of an async resolver. Possible values include: 'Started', 'InProgress', 'Succeeded', 'Failed' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.status")] + public AsyncResolverStatus? Status {get; set; } + + /// + /// Gets or sets start time of an async resolver. The date conforms to the + /// following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 + /// standard. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.started")] + public System.DateTime? Started {get; set; } + + /// + /// Gets or sets last update time of an async resolver. The date conforms to + /// the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 + /// standard. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.updated")] + public System.DateTime? Updated {get; set; } + + /// + /// Gets or sets optional result info. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.resultInfo")] + public string ResultInfo {get; set; } + + /// + /// Gets or sets error Body Contract + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.error")] + public ErrorResponseBody Error {get; set; } + + /// + /// Gets this property if only provided as part of the + /// TenantConfiguration_Validate resolver. It contains the log the entities + /// which will be updated/created/deleted as part of the + /// TenantConfiguration_Deploy resolver. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.actionLog")] + public System.Collections.Generic.IList ActionLog {get; private set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverResultContractProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverResultContractProperties.cs new file mode 100644 index 000000000000..99a25d56de1b --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverResultContractProperties.cs @@ -0,0 +1,119 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Resolver Result. + /// + public partial class ResolverResultContractProperties + { + /// + /// Initializes a new instance of the ResolverResultContractProperties class. + /// + public ResolverResultContractProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ResolverResultContractProperties class. + /// + + /// Resolver result identifier. + /// + + /// Status of an async resolver. + /// Possible values include: 'Started', 'InProgress', 'Succeeded', 'Failed' + + /// Start time of an async resolver. The date conforms to the following format: + /// `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard. + /// + + /// Last update time of an async resolver. The date conforms to the following + /// format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard. + /// + + /// Optional result info. + /// + + /// Error Body Contract + /// + + /// This property if only provided as part of the TenantConfiguration_Validate + /// resolver. It contains the log the entities which will be + /// updated/created/deleted as part of the TenantConfiguration_Deploy resolver. + /// + public ResolverResultContractProperties(string id = default(string), AsyncResolverStatus? status = default(AsyncResolverStatus?), System.DateTime? started = default(System.DateTime?), System.DateTime? updated = default(System.DateTime?), string resultInfo = default(string), ErrorResponseBody error = default(ErrorResponseBody), System.Collections.Generic.IList actionLog = default(System.Collections.Generic.IList)) + + { + this.Id = id; + this.Status = status; + this.Started = started; + this.Updated = updated; + this.ResultInfo = resultInfo; + this.Error = error; + this.ActionLog = actionLog; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets resolver result identifier. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "id")] + public string Id {get; set; } + + /// + /// Gets or sets status of an async resolver. Possible values include: 'Started', 'InProgress', 'Succeeded', 'Failed' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "status")] + public AsyncResolverStatus? Status {get; set; } + + /// + /// Gets or sets start time of an async resolver. The date conforms to the + /// following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 + /// standard. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "started")] + public System.DateTime? Started {get; set; } + + /// + /// Gets or sets last update time of an async resolver. The date conforms to + /// the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 + /// standard. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "updated")] + public System.DateTime? Updated {get; set; } + + /// + /// Gets or sets optional result info. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "resultInfo")] + public string ResultInfo {get; set; } + + /// + /// Gets or sets error Body Contract + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "error")] + public ErrorResponseBody Error {get; set; } + + /// + /// Gets this property if only provided as part of the + /// TenantConfiguration_Validate resolver. It contains the log the entities + /// which will be updated/created/deleted as part of the + /// TenantConfiguration_Deploy resolver. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "actionLog")] + public System.Collections.Generic.IList ActionLog {get; private set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverResultLogItemContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverResultLogItemContract.cs new file mode 100644 index 000000000000..29d9549773d2 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverResultLogItemContract.cs @@ -0,0 +1,68 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Log of the entity being created, updated or deleted. + /// + public partial class ResolverResultLogItemContract + { + /// + /// Initializes a new instance of the ResolverResultLogItemContract class. + /// + public ResolverResultLogItemContract() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ResolverResultLogItemContract class. + /// + + /// The type of entity contract. + /// + + /// Action like create/update/delete. + /// + + /// Identifier of the entity being created/updated/deleted. + /// + public ResolverResultLogItemContract(string objectType = default(string), string action = default(string), string objectKey = default(string)) + + { + this.ObjectType = objectType; + this.Action = action; + this.ObjectKey = objectKey; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the type of entity contract. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "objectType")] + public string ObjectType {get; set; } + + /// + /// Gets or sets action like create/update/delete. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "action")] + public string Action {get; set; } + + /// + /// Gets or sets identifier of the entity being created/updated/deleted. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "objectKey")] + public string ObjectKey {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverUpdateContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverUpdateContract.cs new file mode 100644 index 000000000000..25fe5eb13478 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverUpdateContract.cs @@ -0,0 +1,107 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// GraphQL API Resolver Update Contract details. + /// + [Microsoft.Rest.Serialization.JsonTransformation] + public partial class ResolverUpdateContract + { + /// + /// Initializes a new instance of the ResolverUpdateContract class. + /// + public ResolverUpdateContract() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ResolverUpdateContract class. + /// + + /// Resolver Name. + /// + + /// Path is type/field being resolved. + /// + + /// Description of the resolver. May include HTML formatting tags. + /// + public ResolverUpdateContract(string displayName = default(string), string path = default(string), string description = default(string)) + + { + this.DisplayName = displayName; + this.Path = path; + this.Description = description; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets resolver Name. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.displayName")] + public string DisplayName {get; set; } + + /// + /// Gets or sets path is type/field being resolved. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.path")] + public string Path {get; set; } + + /// + /// Gets or sets description of the resolver. May include HTML formatting tags. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.description")] + public string Description {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.DisplayName != null) + { + if (this.DisplayName.Length > 300) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "DisplayName", 300); + } + if (this.DisplayName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "DisplayName", 1); + } + } + if (this.Path != null) + { + if (this.Path.Length > 300) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "Path", 300); + } + if (this.Path.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Path", 1); + } + } + if (this.Description != null) + { + if (this.Description.Length > 1000) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "Description", 1000); + } + } + } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverUpdateContractProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverUpdateContractProperties.cs new file mode 100644 index 000000000000..b54800117fa0 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResolverUpdateContractProperties.cs @@ -0,0 +1,106 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Resolver Update Contract Properties. + /// + public partial class ResolverUpdateContractProperties + { + /// + /// Initializes a new instance of the ResolverUpdateContractProperties class. + /// + public ResolverUpdateContractProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ResolverUpdateContractProperties class. + /// + + /// Resolver Name. + /// + + /// Path is type/field being resolved. + /// + + /// Description of the resolver. May include HTML formatting tags. + /// + public ResolverUpdateContractProperties(string displayName = default(string), string path = default(string), string description = default(string)) + + { + this.DisplayName = displayName; + this.Path = path; + this.Description = description; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets resolver Name. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "displayName")] + public string DisplayName {get; set; } + + /// + /// Gets or sets path is type/field being resolved. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "path")] + public string Path {get; set; } + + /// + /// Gets or sets description of the resolver. May include HTML formatting tags. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "description")] + public string Description {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.DisplayName != null) + { + if (this.DisplayName.Length > 300) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "DisplayName", 300); + } + if (this.DisplayName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "DisplayName", 1); + } + } + if (this.Path != null) + { + if (this.Path.Length > 300) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "Path", 300); + } + if (this.Path.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Path", 1); + } + } + if (this.Description != null) + { + if (this.Description.Length > 1000) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "Description", 1000); + } + } + } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResourceCollection.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResourceCollection.cs new file mode 100644 index 000000000000..98b4aad8a493 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResourceCollection.cs @@ -0,0 +1,68 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// A collection of resources. + /// + public partial class ResourceCollection + { + /// + /// Initializes a new instance of the ResourceCollection class. + /// + public ResourceCollection() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ResourceCollection class. + /// + + /// A collection of resources. + /// + + /// Total record count number. + /// + + /// Next page link if any. + /// + public ResourceCollection(System.Collections.Generic.IList value = default(System.Collections.Generic.IList), long? count = default(long?), string nextLink = default(string)) + + { + this.Value = value; + this.Count = count; + this.NextLink = nextLink; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets a collection of resources. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "value")] + public System.Collections.Generic.IList Value {get; set; } + + /// + /// Gets or sets total record count number. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "count")] + public long? Count {get; set; } + + /// + /// Gets or sets next page link if any. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "nextLink")] + public string NextLink {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResourceCollectionValueItem.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResourceCollectionValueItem.cs new file mode 100644 index 000000000000..fdc21fea6fa8 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/ResourceCollectionValueItem.cs @@ -0,0 +1,47 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + public partial class ResourceCollectionValueItem : ProxyResource + { + /// + /// Initializes a new instance of the ResourceCollectionValueItem class. + /// + public ResourceCollectionValueItem() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ResourceCollectionValueItem class. + /// + + /// Fully qualified resource ID for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// + + /// The name of the resource + /// + + /// The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" + /// + public ResourceCollectionValueItem(string id = default(string), string name = default(string), string type = default(string)) + + : base(id, name, type) + { + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/SchemaContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/SchemaContract.cs index 1b008531b2c7..fede2dc9d715 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/SchemaContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/SchemaContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// API Schema Contract details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class SchemaContract : Resource + public partial class SchemaContract : ProxyResource { /// /// Initializes a new instance of the SchemaContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/SchemaType.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/SchemaType.cs index b973c2dce4a1..f2f3f119b6e7 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/SchemaType.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/SchemaType.cs @@ -14,7 +14,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models public static class SchemaType { /// - /// Xml schema type. + /// XML schema type. /// public const string Xml = "xml"; /// diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/SubscriptionContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/SubscriptionContract.cs index 5616a4538a50..55981d80e450 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/SubscriptionContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/SubscriptionContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Subscription details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class SubscriptionContract : Resource + public partial class SubscriptionContract : ProxyResource { /// /// Initializes a new instance of the SubscriptionContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/TagContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/TagContract.cs index d5d5ebeeae87..3520711cd53e 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/TagContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/TagContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Tag Contract details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class TagContract : Resource + public partial class TagContract : ProxyResource { /// /// Initializes a new instance of the TagContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/TagDescriptionContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/TagDescriptionContract.cs index 070de70739a4..ad397193ed66 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/TagDescriptionContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/TagDescriptionContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Contract details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class TagDescriptionContract : Resource + public partial class TagDescriptionContract : ProxyResource { /// /// Initializes a new instance of the TagDescriptionContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/TenantConfigurationSyncStateContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/TenantConfigurationSyncStateContract.cs index 2d7938689153..ad4815efa62f 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/TenantConfigurationSyncStateContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/TenantConfigurationSyncStateContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Result of Tenant Configuration Sync State. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class TenantConfigurationSyncStateContract : Resource + public partial class TenantConfigurationSyncStateContract : ProxyResource { /// /// Initializes a new instance of the TenantConfigurationSyncStateContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/TenantSettingsContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/TenantSettingsContract.cs index 20f76282f91b..aaa56f92839e 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/TenantSettingsContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/TenantSettingsContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// Tenant Settings. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class TenantSettingsContract : Resource + public partial class TenantSettingsContract : ProxyResource { /// /// Initializes a new instance of the TenantSettingsContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/TranslateRequiredQueryParametersConduct.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/TranslateRequiredQueryParametersConduct.cs new file mode 100644 index 000000000000..f077c414dd43 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/TranslateRequiredQueryParametersConduct.cs @@ -0,0 +1,25 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + + /// + /// Defines values for TranslateRequiredQueryParametersConduct. + /// + + + public static class TranslateRequiredQueryParametersConduct + { + /// + /// Translates required query parameters to template ones. Is a default value + /// + public const string Template = "template"; + /// + /// Leaves required query parameters as they are (no translation done). + /// + public const string Query = "query"; + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/UserContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/UserContract.cs index ff886e1d146a..bb114235f36f 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/UserContract.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/UserContract.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// User details. /// [Microsoft.Rest.Serialization.JsonTransformation] - public partial class UserContract : Resource + public partial class UserContract : ProxyResource { /// /// Initializes a new instance of the UserContract class. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/WikiContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/WikiContract.cs new file mode 100644 index 000000000000..32f82632e547 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/WikiContract.cs @@ -0,0 +1,61 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Wiki properties + /// + [Microsoft.Rest.Serialization.JsonTransformation] + public partial class WikiContract : ProxyResource + { + /// + /// Initializes a new instance of the WikiContract class. + /// + public WikiContract() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the WikiContract class. + /// + + /// Fully qualified resource ID for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// + + /// The name of the resource + /// + + /// The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" + /// + + /// Collection wiki documents included into this wiki. + /// + public WikiContract(string id = default(string), string name = default(string), string type = default(string), System.Collections.Generic.IList documents = default(System.Collections.Generic.IList)) + + : base(id, name, type) + { + this.Documents = documents; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets collection wiki documents included into this wiki. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.documents")] + public System.Collections.Generic.IList Documents {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/WikiContractProperties.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/WikiContractProperties.cs new file mode 100644 index 000000000000..31cdbe044d07 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/WikiContractProperties.cs @@ -0,0 +1,48 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Wiki contract details + /// + public partial class WikiContractProperties + { + /// + /// Initializes a new instance of the WikiContractProperties class. + /// + public WikiContractProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the WikiContractProperties class. + /// + + /// Collection wiki documents included into this wiki. + /// + public WikiContractProperties(System.Collections.Generic.IList documents = default(System.Collections.Generic.IList)) + + { + this.Documents = documents; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets collection wiki documents included into this wiki. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "documents")] + public System.Collections.Generic.IList Documents {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/WikiDocumentationContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/WikiDocumentationContract.cs new file mode 100644 index 000000000000..82c84f2a43e9 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/WikiDocumentationContract.cs @@ -0,0 +1,48 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Wiki documentation details. + /// + public partial class WikiDocumentationContract + { + /// + /// Initializes a new instance of the WikiDocumentationContract class. + /// + public WikiDocumentationContract() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the WikiDocumentationContract class. + /// + + /// Documentation Identifier + /// + public WikiDocumentationContract(string documentationId = default(string)) + + { + this.DocumentationId = documentationId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets documentation Identifier + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "documentationId")] + public string DocumentationId {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/WikiUpdateContract.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/WikiUpdateContract.cs new file mode 100644 index 000000000000..9f10b4d02d68 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/Models/WikiUpdateContract.cs @@ -0,0 +1,49 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using System.Linq; + + /// + /// Wiki update contract details. + /// + [Microsoft.Rest.Serialization.JsonTransformation] + public partial class WikiUpdateContract + { + /// + /// Initializes a new instance of the WikiUpdateContract class. + /// + public WikiUpdateContract() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the WikiUpdateContract class. + /// + + /// Collection wiki documents included into this wiki. + /// + public WikiUpdateContract(System.Collections.Generic.IList documents = default(System.Collections.Generic.IList)) + + { + this.Documents = documents; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets collection wiki documents included into this wiki. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties.documents")] + public System.Collections.Generic.IList Documents {get; set; } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NamedValueOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NamedValueOperations.cs index 9a3ea51385c0..9afb40739a6c 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NamedValueOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NamedValueOperations.cs @@ -45,7 +45,7 @@ internal NamedValueOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -86,7 +86,17 @@ internal NamedValueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -116,7 +126,13 @@ internal NamedValueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -288,7 +304,7 @@ internal NamedValueOperations (ApiManagementClient client) /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -324,7 +340,17 @@ internal NamedValueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -368,7 +394,13 @@ internal NamedValueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -522,7 +554,7 @@ internal NamedValueOperations (ApiManagementClient client) /// Gets the details of the named value specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -561,7 +593,17 @@ internal NamedValueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -605,7 +647,13 @@ internal NamedValueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -777,7 +825,7 @@ internal NamedValueOperations (ApiManagementClient client) /// Creates or updates named value. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -809,7 +857,7 @@ internal NamedValueOperations (ApiManagementClient client) /// Updates the specific named value. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -842,7 +890,7 @@ internal NamedValueOperations (ApiManagementClient client) /// Deletes specific named value from the API Management service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -883,7 +931,17 @@ internal NamedValueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -932,7 +990,13 @@ internal NamedValueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1082,7 +1146,7 @@ internal NamedValueOperations (ApiManagementClient client) /// Gets the secret of the named value specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1121,7 +1185,17 @@ internal NamedValueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1165,7 +1239,13 @@ internal NamedValueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1337,7 +1417,7 @@ internal NamedValueOperations (ApiManagementClient client) /// Refresh the secret of the named value specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1362,7 +1442,7 @@ internal NamedValueOperations (ApiManagementClient client) /// Creates or updates named value. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1416,7 +1496,17 @@ internal NamedValueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1461,7 +1551,13 @@ internal NamedValueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1667,7 +1763,7 @@ internal NamedValueOperations (ApiManagementClient client) /// Updates the specific named value. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1718,7 +1814,17 @@ internal NamedValueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1767,7 +1873,13 @@ internal NamedValueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1955,7 +2067,7 @@ internal NamedValueOperations (ApiManagementClient client) /// Refresh the secret of the named value specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1994,7 +2106,17 @@ internal NamedValueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -2038,7 +2160,13 @@ internal NamedValueOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NamedValueOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NamedValueOperationsExtensions.cs index 282dee152c5e..4884295da3fc 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NamedValueOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NamedValueOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class NamedValueOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -46,7 +46,7 @@ public static partial class NamedValueOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -73,7 +73,7 @@ public static partial class NamedValueOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -94,7 +94,7 @@ public static bool GetEntityTag(this INamedValueOperations operations, string re /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -119,7 +119,7 @@ public static bool GetEntityTag(this INamedValueOperations operations, string re /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -139,7 +139,7 @@ public static NamedValueContract Get(this INamedValueOperations operations, stri /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -164,7 +164,7 @@ public static NamedValueContract Get(this INamedValueOperations operations, stri /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -188,7 +188,7 @@ public static NamedValueContract Get(this INamedValueOperations operations, stri /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -217,7 +217,7 @@ public static NamedValueContract Get(this INamedValueOperations operations, stri /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -242,7 +242,7 @@ public static NamedValueContract Update(this INamedValueOperations operations, s /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -272,7 +272,7 @@ public static NamedValueContract Update(this INamedValueOperations operations, s /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -297,7 +297,7 @@ public static void Delete(this INamedValueOperations operations, string resource /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -324,7 +324,7 @@ public static void Delete(this INamedValueOperations operations, string resource /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -344,7 +344,7 @@ public static NamedValueSecretContract ListValue(this INamedValueOperations oper /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -369,7 +369,7 @@ public static NamedValueSecretContract ListValue(this INamedValueOperations oper /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -389,7 +389,7 @@ public static NamedValueContract RefreshSecret(this INamedValueOperations operat /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -414,7 +414,7 @@ public static NamedValueContract RefreshSecret(this INamedValueOperations operat /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -438,7 +438,7 @@ public static NamedValueContract RefreshSecret(this INamedValueOperations operat /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -467,7 +467,7 @@ public static NamedValueContract RefreshSecret(this INamedValueOperations operat /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -492,7 +492,7 @@ public static NamedValueContract BeginUpdate(this INamedValueOperations operatio /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -522,7 +522,7 @@ public static NamedValueContract BeginUpdate(this INamedValueOperations operatio /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -542,7 +542,7 @@ public static NamedValueContract BeginRefreshSecret(this INamedValueOperations o /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NetworkStatusOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NetworkStatusOperations.cs index 4417da0513a8..b77a9c787acf 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NetworkStatusOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NetworkStatusOperations.cs @@ -44,7 +44,7 @@ internal NetworkStatusOperations (ApiManagementClient client) /// the DNS Servers as visible to the CloudService. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -80,12 +80,28 @@ internal NetworkStatusOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } if (resourceGroupName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -268,7 +284,7 @@ internal NetworkStatusOperations (ApiManagementClient client) /// the DNS Servers as visible to the CloudService. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -308,12 +324,28 @@ internal NetworkStatusOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } if (resourceGroupName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NetworkStatusOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NetworkStatusOperationsExtensions.cs index f7f04bcad2b5..23e389ec32d3 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NetworkStatusOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NetworkStatusOperationsExtensions.cs @@ -21,7 +21,7 @@ public static partial class NetworkStatusOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -40,7 +40,7 @@ public static System.Collections.Generic.IList /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -64,7 +64,7 @@ public static System.Collections.Generic.IList /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -87,7 +87,7 @@ public static NetworkStatusContract ListByLocation(this INetworkStatusOperations /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NotificationOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NotificationOperations.cs index ac0858600b8a..631004543106 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NotificationOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NotificationOperations.cs @@ -42,7 +42,7 @@ internal NotificationOperations (ApiManagementClient client) /// Lists a collection of properties defined within a service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -84,7 +84,17 @@ internal NotificationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -127,7 +137,13 @@ internal NotificationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -294,7 +310,7 @@ internal NotificationOperations (ApiManagementClient client) /// Gets the details of the Notification specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -333,7 +349,17 @@ internal NotificationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -367,7 +393,13 @@ internal NotificationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -526,7 +558,7 @@ internal NotificationOperations (ApiManagementClient client) /// Create or Update API Management publisher notification. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -569,7 +601,17 @@ internal NotificationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -604,7 +646,13 @@ internal NotificationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NotificationOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NotificationOperationsExtensions.cs index a20b9ee73335..a564b794d25b 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NotificationOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NotificationOperationsExtensions.cs @@ -19,7 +19,7 @@ public static partial class NotificationOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -42,7 +42,7 @@ public static partial class NotificationOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -70,7 +70,7 @@ public static partial class NotificationOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -90,7 +90,7 @@ public static NotificationContract Get(this INotificationOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -115,7 +115,7 @@ public static NotificationContract Get(this INotificationOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -139,7 +139,7 @@ public static NotificationContract Get(this INotificationOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NotificationRecipientEmailOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NotificationRecipientEmailOperations.cs index fcb2c7e7d29d..5e56438ca189 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NotificationRecipientEmailOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NotificationRecipientEmailOperations.cs @@ -43,7 +43,7 @@ internal NotificationRecipientEmailOperations (ApiManagementClient client) /// notification. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -82,7 +82,17 @@ internal NotificationRecipientEmailOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -116,7 +126,13 @@ internal NotificationRecipientEmailOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -275,7 +291,7 @@ internal NotificationRecipientEmailOperations (ApiManagementClient client) /// Determine if Notification Recipient Email subscribed to the notification. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -314,7 +330,17 @@ internal NotificationRecipientEmailOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -353,7 +379,13 @@ internal NotificationRecipientEmailOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -496,7 +528,7 @@ internal NotificationRecipientEmailOperations (ApiManagementClient client) /// Adds the Email address to the list of Recipients for the Notification. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -538,7 +570,17 @@ internal NotificationRecipientEmailOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -577,7 +619,13 @@ internal NotificationRecipientEmailOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -756,7 +804,7 @@ internal NotificationRecipientEmailOperations (ApiManagementClient client) /// Removes the email from the list of Notification. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -795,7 +843,17 @@ internal NotificationRecipientEmailOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -834,7 +892,13 @@ internal NotificationRecipientEmailOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NotificationRecipientEmailOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NotificationRecipientEmailOperationsExtensions.cs index 17f74cc05322..83e6daaeeeee 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NotificationRecipientEmailOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NotificationRecipientEmailOperationsExtensions.cs @@ -20,7 +20,7 @@ public static partial class NotificationRecipientEmailOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -41,7 +41,7 @@ public static RecipientEmailCollection ListByNotification(this INotificationReci /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -66,7 +66,7 @@ public static RecipientEmailCollection ListByNotification(this INotificationReci /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -89,7 +89,7 @@ public static bool CheckEntityExists(this INotificationRecipientEmailOperations /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -117,7 +117,7 @@ public static bool CheckEntityExists(this INotificationRecipientEmailOperations /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -140,7 +140,7 @@ public static RecipientEmailContract CreateOrUpdate(this INotificationRecipientE /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -168,7 +168,7 @@ public static RecipientEmailContract CreateOrUpdate(this INotificationRecipientE /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -191,7 +191,7 @@ public static void Delete(this INotificationRecipientEmailOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NotificationRecipientUserOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NotificationRecipientUserOperations.cs index 568c62d39396..492aafc651ec 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NotificationRecipientUserOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NotificationRecipientUserOperations.cs @@ -43,7 +43,7 @@ internal NotificationRecipientUserOperations (ApiManagementClient client) /// notification. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -82,7 +82,17 @@ internal NotificationRecipientUserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -116,7 +126,13 @@ internal NotificationRecipientUserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -276,7 +292,7 @@ internal NotificationRecipientUserOperations (ApiManagementClient client) /// notification. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -316,7 +332,17 @@ internal NotificationRecipientUserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -365,7 +391,13 @@ internal NotificationRecipientUserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -509,7 +541,7 @@ internal NotificationRecipientUserOperations (ApiManagementClient client) /// Notification. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -552,7 +584,17 @@ internal NotificationRecipientUserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -601,7 +643,13 @@ internal NotificationRecipientUserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -780,7 +828,7 @@ internal NotificationRecipientUserOperations (ApiManagementClient client) /// Removes the API Management user from the list of Notification. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -820,7 +868,17 @@ internal NotificationRecipientUserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -869,7 +927,13 @@ internal NotificationRecipientUserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NotificationRecipientUserOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NotificationRecipientUserOperationsExtensions.cs index 3cabdca54822..e76299c838cd 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NotificationRecipientUserOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/NotificationRecipientUserOperationsExtensions.cs @@ -20,7 +20,7 @@ public static partial class NotificationRecipientUserOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -41,7 +41,7 @@ public static RecipientUserCollection ListByNotification(this INotificationRecip /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -67,7 +67,7 @@ public static RecipientUserCollection ListByNotification(this INotificationRecip /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -92,7 +92,7 @@ public static bool CheckEntityExists(this INotificationRecipientUserOperations o /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -122,7 +122,7 @@ public static bool CheckEntityExists(this INotificationRecipientUserOperations o /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -147,7 +147,7 @@ public static RecipientUserContract CreateOrUpdate(this INotificationRecipientUs /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -176,7 +176,7 @@ public static RecipientUserContract CreateOrUpdate(this INotificationRecipientUs /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -200,7 +200,7 @@ public static void Delete(this INotificationRecipientUserOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/OpenIdConnectProviderOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/OpenIdConnectProviderOperations.cs index 2d7d61aa607b..969f265eff6a 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/OpenIdConnectProviderOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/OpenIdConnectProviderOperations.cs @@ -45,7 +45,7 @@ internal OpenIdConnectProviderOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -82,7 +82,17 @@ internal OpenIdConnectProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -111,7 +121,13 @@ internal OpenIdConnectProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -278,7 +294,7 @@ internal OpenIdConnectProviderOperations (ApiManagementClient client) /// by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -314,7 +330,17 @@ internal OpenIdConnectProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -358,7 +384,13 @@ internal OpenIdConnectProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -512,7 +544,7 @@ internal OpenIdConnectProviderOperations (ApiManagementClient client) /// Gets specific OpenID Connect Provider without secrets. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -551,7 +583,17 @@ internal OpenIdConnectProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -595,7 +637,13 @@ internal OpenIdConnectProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -767,7 +815,7 @@ internal OpenIdConnectProviderOperations (ApiManagementClient client) /// Creates or updates the OpenID Connect Provider. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -821,7 +869,17 @@ internal OpenIdConnectProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -866,7 +924,13 @@ internal OpenIdConnectProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1072,7 +1136,7 @@ internal OpenIdConnectProviderOperations (ApiManagementClient client) /// Updates the specific OpenID Connect Provider. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1123,7 +1187,17 @@ internal OpenIdConnectProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1172,7 +1246,13 @@ internal OpenIdConnectProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1361,7 +1441,7 @@ internal OpenIdConnectProviderOperations (ApiManagementClient client) /// instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1402,7 +1482,17 @@ internal OpenIdConnectProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1451,7 +1541,13 @@ internal OpenIdConnectProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1601,7 +1697,7 @@ internal OpenIdConnectProviderOperations (ApiManagementClient client) /// Gets the client secret details of the OpenID Connect Provider. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1640,7 +1736,17 @@ internal OpenIdConnectProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1684,7 +1790,13 @@ internal OpenIdConnectProviderOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/OpenIdConnectProviderOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/OpenIdConnectProviderOperationsExtensions.cs index 4b8c751af76a..ee96dc6a335e 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/OpenIdConnectProviderOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/OpenIdConnectProviderOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class OpenIdConnectProviderOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -42,7 +42,7 @@ public static partial class OpenIdConnectProviderOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -65,7 +65,7 @@ public static partial class OpenIdConnectProviderOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -86,7 +86,7 @@ public static bool GetEntityTag(this IOpenIdConnectProviderOperations operations /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -111,7 +111,7 @@ public static bool GetEntityTag(this IOpenIdConnectProviderOperations operations /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -131,7 +131,7 @@ public static OpenidConnectProviderContract Get(this IOpenIdConnectProviderOpera /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -156,7 +156,7 @@ public static OpenidConnectProviderContract Get(this IOpenIdConnectProviderOpera /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -180,7 +180,7 @@ public static OpenidConnectProviderContract Get(this IOpenIdConnectProviderOpera /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -209,7 +209,7 @@ public static OpenidConnectProviderContract Get(this IOpenIdConnectProviderOpera /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -234,7 +234,7 @@ public static OpenidConnectProviderContract Update(this IOpenIdConnectProviderOp /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -265,7 +265,7 @@ public static OpenidConnectProviderContract Update(this IOpenIdConnectProviderOp /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -291,7 +291,7 @@ public static void Delete(this IOpenIdConnectProviderOperations operations, stri /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -318,7 +318,7 @@ public static void Delete(this IOpenIdConnectProviderOperations operations, stri /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -338,7 +338,7 @@ public static ClientSecretContract ListSecrets(this IOpenIdConnectProviderOperat /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/OperationOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/OperationOperations.cs index 32a703af35a9..a421133d36b7 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/OperationOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/OperationOperations.cs @@ -45,7 +45,7 @@ internal OperationOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -90,7 +90,17 @@ internal OperationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -139,7 +149,13 @@ internal OperationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/OperationOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/OperationOperationsExtensions.cs index affc56e3a3fd..72098ca0559f 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/OperationOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/OperationOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class OperationOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -50,7 +50,7 @@ public static partial class OperationOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/OutboundNetworkDependenciesEndpointsOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/OutboundNetworkDependenciesEndpointsOperations.cs index 3b3dcc78f26c..b6c2a5fccabe 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/OutboundNetworkDependenciesEndpointsOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/OutboundNetworkDependenciesEndpointsOperations.cs @@ -43,7 +43,7 @@ internal OutboundNetworkDependenciesEndpointsOperations (ApiManagementClient cli /// service. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -79,12 +79,28 @@ internal OutboundNetworkDependenciesEndpointsOperations (ApiManagementClient cli { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } if (resourceGroupName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/OutboundNetworkDependenciesEndpointsOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/OutboundNetworkDependenciesEndpointsOperationsExtensions.cs index 415d6134244b..0d6601b41eb0 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/OutboundNetworkDependenciesEndpointsOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/OutboundNetworkDependenciesEndpointsOperationsExtensions.cs @@ -20,7 +20,7 @@ public static partial class OutboundNetworkDependenciesEndpointsOperationsExtens /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -38,7 +38,7 @@ public static OutboundEnvironmentEndpointList ListByService(this IOutboundNetwor /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PolicyDescriptionOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PolicyDescriptionOperations.cs index 212df670157e..e418ec2faf3e 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PolicyDescriptionOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PolicyDescriptionOperations.cs @@ -42,7 +42,7 @@ internal PolicyDescriptionOperations (ApiManagementClient client) /// Lists all policy descriptions. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -81,7 +81,17 @@ internal PolicyDescriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -111,7 +121,13 @@ internal PolicyDescriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PolicyDescriptionOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PolicyDescriptionOperationsExtensions.cs index e3f43fa0046a..7756d71b3c97 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PolicyDescriptionOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PolicyDescriptionOperationsExtensions.cs @@ -19,7 +19,7 @@ public static partial class PolicyDescriptionOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -39,7 +39,7 @@ public static partial class PolicyDescriptionOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PolicyOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PolicyOperations.cs index 8ce71da65935..92a637b0229b 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PolicyOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PolicyOperations.cs @@ -42,7 +42,7 @@ internal PolicyOperations (ApiManagementClient client) /// Lists all the Global Policy definitions of the Api Management service. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -78,7 +78,17 @@ internal PolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -107,7 +117,13 @@ internal PolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -265,7 +281,7 @@ internal PolicyOperations (ApiManagementClient client) /// Api Management service. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -298,7 +314,17 @@ internal PolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -328,7 +354,13 @@ internal PolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -482,7 +514,7 @@ internal PolicyOperations (ApiManagementClient client) /// Get the Global policy definition of the Api Management service. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -521,7 +553,17 @@ internal PolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -552,7 +594,13 @@ internal PolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -730,7 +778,7 @@ internal PolicyOperations (ApiManagementClient client) /// service. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -778,7 +826,17 @@ internal PolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -809,7 +867,13 @@ internal PolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1015,7 +1079,7 @@ internal PolicyOperations (ApiManagementClient client) /// Deletes the global policy configuration of the Api Management Service. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1053,7 +1117,17 @@ internal PolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1088,7 +1162,13 @@ internal PolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PolicyOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PolicyOperationsExtensions.cs index ec90e132f798..d02cbe4a61f9 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PolicyOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PolicyOperationsExtensions.cs @@ -19,7 +19,7 @@ public static partial class PolicyOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -36,7 +36,7 @@ public static PolicyCollection ListByService(this IPolicyOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -59,7 +59,7 @@ public static PolicyCollection ListByService(this IPolicyOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -77,7 +77,7 @@ public static bool GetEntityTag(this IPolicyOperations operations, string resour /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -99,7 +99,7 @@ public static bool GetEntityTag(this IPolicyOperations operations, string resour /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -119,7 +119,7 @@ public static bool GetEntityTag(this IPolicyOperations operations, string resour /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -145,7 +145,7 @@ public static bool GetEntityTag(this IPolicyOperations operations, string resour /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -167,7 +167,7 @@ public static bool GetEntityTag(this IPolicyOperations operations, string resour /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -193,7 +193,7 @@ public static bool GetEntityTag(this IPolicyOperations operations, string resour /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -215,7 +215,7 @@ public static void Delete(this IPolicyOperations operations, string resourceGrou /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PortalRevisionOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PortalRevisionOperations.cs index 557620ffbf74..2c97ff6b8a32 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PortalRevisionOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PortalRevisionOperations.cs @@ -42,7 +42,7 @@ internal PortalRevisionOperations (ApiManagementClient client) /// Lists developer portal's revisions. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -94,7 +94,17 @@ internal PortalRevisionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -138,7 +148,13 @@ internal PortalRevisionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -310,7 +326,7 @@ internal PortalRevisionOperations (ApiManagementClient client) /// Gets the developer portal revision specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -347,7 +363,17 @@ internal PortalRevisionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -391,7 +417,13 @@ internal PortalRevisionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -545,7 +577,7 @@ internal PortalRevisionOperations (ApiManagementClient client) /// Gets the developer portal's revision specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -585,7 +617,17 @@ internal PortalRevisionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -629,7 +671,13 @@ internal PortalRevisionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -803,7 +851,7 @@ internal PortalRevisionOperations (ApiManagementClient client) /// accessible. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -832,7 +880,7 @@ internal PortalRevisionOperations (ApiManagementClient client) /// Updates the description of specified portal revision or makes it current. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -868,7 +916,7 @@ internal PortalRevisionOperations (ApiManagementClient client) /// accessible. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -919,7 +967,17 @@ internal PortalRevisionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -963,7 +1021,13 @@ internal PortalRevisionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1142,7 +1206,7 @@ internal PortalRevisionOperations (ApiManagementClient client) /// Updates the description of specified portal revision or makes it current. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1194,7 +1258,17 @@ internal PortalRevisionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1243,7 +1317,13 @@ internal PortalRevisionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PortalRevisionOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PortalRevisionOperationsExtensions.cs index d49b3d4b6320..f011aa8f2444 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PortalRevisionOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PortalRevisionOperationsExtensions.cs @@ -19,7 +19,7 @@ public static partial class PortalRevisionOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -52,7 +52,7 @@ public static partial class PortalRevisionOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -90,7 +90,7 @@ public static partial class PortalRevisionOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -111,7 +111,7 @@ public static bool GetEntityTag(this IPortalRevisionOperations operations, strin /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -137,7 +137,7 @@ public static bool GetEntityTag(this IPortalRevisionOperations operations, strin /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -158,7 +158,7 @@ public static PortalRevisionContract Get(this IPortalRevisionOperations operatio /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -186,7 +186,7 @@ public static PortalRevisionContract Get(this IPortalRevisionOperations operatio /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -209,7 +209,7 @@ public static PortalRevisionContract CreateOrUpdate(this IPortalRevisionOperatio /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -235,7 +235,7 @@ public static PortalRevisionContract CreateOrUpdate(this IPortalRevisionOperatio /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -261,7 +261,7 @@ public static PortalRevisionContract Update(this IPortalRevisionOperations opera /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -294,7 +294,7 @@ public static PortalRevisionContract Update(this IPortalRevisionOperations opera /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -317,7 +317,7 @@ public static PortalRevisionContract BeginCreateOrUpdate(this IPortalRevisionOpe /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -343,7 +343,7 @@ public static PortalRevisionContract BeginCreateOrUpdate(this IPortalRevisionOpe /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -369,7 +369,7 @@ public static PortalRevisionContract BeginUpdate(this IPortalRevisionOperations /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PortalSettingsOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PortalSettingsOperations.cs index d412425c3235..49733044d792 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PortalSettingsOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PortalSettingsOperations.cs @@ -42,7 +42,7 @@ internal PortalSettingsOperations (ApiManagementClient client) /// Lists a collection of portalsettings defined within a service instance.. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -78,7 +78,17 @@ internal PortalSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -107,7 +117,13 @@ internal PortalSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PortalSettingsOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PortalSettingsOperationsExtensions.cs index e57de1c5425e..21b822d6d215 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PortalSettingsOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PortalSettingsOperationsExtensions.cs @@ -19,7 +19,7 @@ public static partial class PortalSettingsOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -36,7 +36,7 @@ public static PortalSettingsCollection ListByService(this IPortalSettingsOperati /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PrivateEndpointConnectionOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PrivateEndpointConnectionOperations.cs index 1a07f63129c9..7fa087fb50f9 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PrivateEndpointConnectionOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PrivateEndpointConnectionOperations.cs @@ -43,7 +43,7 @@ internal PrivateEndpointConnectionOperations (ApiManagementClient client) /// instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -79,12 +79,28 @@ internal PrivateEndpointConnectionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } if (resourceGroupName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -266,7 +282,7 @@ internal PrivateEndpointConnectionOperations (ApiManagementClient client) /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -305,7 +321,17 @@ internal PrivateEndpointConnectionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -339,7 +365,13 @@ internal PrivateEndpointConnectionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -498,7 +530,7 @@ internal PrivateEndpointConnectionOperations (ApiManagementClient client) /// Creates a new Private Endpoint Connection or updates an existing one. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -526,7 +558,7 @@ internal PrivateEndpointConnectionOperations (ApiManagementClient client) /// Deletes the specified Private Endpoint Connection. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -548,10 +580,10 @@ internal PrivateEndpointConnectionOperations (ApiManagementClient client) } /// - /// Description for Gets the private link resources + /// Gets the private link resources /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -587,12 +619,28 @@ internal PrivateEndpointConnectionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (this.Client.SubscriptionId == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } if (this.Client.ApiVersion == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); @@ -770,10 +818,10 @@ internal PrivateEndpointConnectionOperations (ApiManagementClient client) } /// - /// Description for Gets the private link resources + /// Gets the private link resources /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -812,12 +860,28 @@ internal PrivateEndpointConnectionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (this.Client.SubscriptionId == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } if (this.Client.ApiVersion == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); @@ -1005,7 +1069,7 @@ internal PrivateEndpointConnectionOperations (ApiManagementClient client) /// Creates a new Private Endpoint Connection or updates an existing one. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1052,7 +1116,17 @@ internal PrivateEndpointConnectionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1086,7 +1160,13 @@ internal PrivateEndpointConnectionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1252,7 +1332,7 @@ internal PrivateEndpointConnectionOperations (ApiManagementClient client) /// Deletes the specified Private Endpoint Connection. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1288,7 +1368,17 @@ internal PrivateEndpointConnectionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1322,7 +1412,13 @@ internal PrivateEndpointConnectionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PrivateEndpointConnectionOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PrivateEndpointConnectionOperationsExtensions.cs index e183e04c47e8..ef03238e8aa6 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PrivateEndpointConnectionOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/PrivateEndpointConnectionOperationsExtensions.cs @@ -20,7 +20,7 @@ public static partial class PrivateEndpointConnectionOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -38,7 +38,7 @@ public static System.Collections.Generic.IEnumerable /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -61,7 +61,7 @@ public static System.Collections.Generic.IEnumerable /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -82,7 +82,7 @@ public static PrivateEndpointConnection GetByName(this IPrivateEndpointConnectio /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -107,7 +107,7 @@ public static PrivateEndpointConnection GetByName(this IPrivateEndpointConnectio /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -127,7 +127,7 @@ public static PrivateEndpointConnection CreateOrUpdate(this IPrivateEndpointConn /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -152,7 +152,7 @@ public static PrivateEndpointConnection CreateOrUpdate(this IPrivateEndpointConn /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -172,7 +172,7 @@ public static void Delete(this IPrivateEndpointConnectionOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -188,13 +188,13 @@ public static void Delete(this IPrivateEndpointConnectionOperations operations, (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, serviceName, privateEndpointConnectionName, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// - /// Description for Gets the private link resources + /// Gets the private link resources /// /// /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -205,13 +205,13 @@ public static PrivateLinkResourceListResult ListPrivateLinkResources(this IPriva } /// - /// Description for Gets the private link resources + /// Gets the private link resources /// /// /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -227,13 +227,13 @@ public static PrivateLinkResourceListResult ListPrivateLinkResources(this IPriva } } /// - /// Description for Gets the private link resources + /// Gets the private link resources /// /// /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -247,13 +247,13 @@ public static PrivateLinkResource GetPrivateLinkResource(this IPrivateEndpointCo } /// - /// Description for Gets the private link resources + /// Gets the private link resources /// /// /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -278,7 +278,7 @@ public static PrivateLinkResource GetPrivateLinkResource(this IPrivateEndpointCo /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -298,7 +298,7 @@ public static PrivateEndpointConnection BeginCreateOrUpdate(this IPrivateEndpoin /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -323,7 +323,7 @@ public static PrivateEndpointConnection BeginCreateOrUpdate(this IPrivateEndpoin /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -343,7 +343,7 @@ public static void BeginDelete(this IPrivateEndpointConnectionOperations operati /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductApiOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductApiOperations.cs index ae8666b993ff..36eaf5c6d53d 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductApiOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductApiOperations.cs @@ -45,7 +45,7 @@ internal ProductApiOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -86,7 +86,17 @@ internal ProductApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -130,7 +140,13 @@ internal ProductApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -299,7 +315,7 @@ internal ProductApiOperations (ApiManagementClient client) /// Product entity. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -341,7 +357,17 @@ internal ProductApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -404,7 +430,13 @@ internal ProductApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -547,7 +579,7 @@ internal ProductApiOperations (ApiManagementClient client) /// Adds an API to the specified product. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -592,7 +624,17 @@ internal ProductApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -655,7 +697,13 @@ internal ProductApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -834,7 +882,7 @@ internal ProductApiOperations (ApiManagementClient client) /// Deletes the specified API from the specified product. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -876,7 +924,17 @@ internal ProductApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -939,7 +997,13 @@ internal ProductApiOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductApiOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductApiOperationsExtensions.cs index 5366435922c3..b8022a848729 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductApiOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductApiOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class ProductApiOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -46,7 +46,7 @@ public static partial class ProductApiOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -73,7 +73,7 @@ public static partial class ProductApiOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -100,7 +100,7 @@ public static bool CheckEntityExists(this IProductApiOperations operations, stri /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -131,7 +131,7 @@ public static bool CheckEntityExists(this IProductApiOperations operations, stri /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -157,7 +157,7 @@ public static ApiContract CreateOrUpdate(this IProductApiOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -188,7 +188,7 @@ public static ApiContract CreateOrUpdate(this IProductApiOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -214,7 +214,7 @@ public static void Delete(this IProductApiOperations operations, string resource /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductGroupOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductGroupOperations.cs index dc95dc894ebf..dd1d34524de9 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductGroupOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductGroupOperations.cs @@ -46,7 +46,7 @@ internal ProductGroupOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -87,7 +87,17 @@ internal ProductGroupOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -131,7 +141,13 @@ internal ProductGroupOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -300,7 +316,7 @@ internal ProductGroupOperations (ApiManagementClient client) /// Product entity. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -341,7 +357,17 @@ internal ProductGroupOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -400,7 +426,13 @@ internal ProductGroupOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -544,7 +576,7 @@ internal ProductGroupOperations (ApiManagementClient client) /// specified product. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -588,7 +620,17 @@ internal ProductGroupOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -647,7 +689,13 @@ internal ProductGroupOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -826,7 +874,7 @@ internal ProductGroupOperations (ApiManagementClient client) /// Deletes the association between the specified group and product. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -867,7 +915,17 @@ internal ProductGroupOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -926,7 +984,13 @@ internal ProductGroupOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductGroupOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductGroupOperationsExtensions.cs index abdc612ffffa..8aa2c044f5f5 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductGroupOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductGroupOperationsExtensions.cs @@ -23,7 +23,7 @@ public static partial class ProductGroupOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -48,7 +48,7 @@ public static partial class ProductGroupOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -75,7 +75,7 @@ public static partial class ProductGroupOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -101,7 +101,7 @@ public static bool CheckEntityExists(this IProductGroupOperations operations, st /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -132,7 +132,7 @@ public static bool CheckEntityExists(this IProductGroupOperations operations, st /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -158,7 +158,7 @@ public static GroupContract CreateOrUpdate(this IProductGroupOperations operatio /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -188,7 +188,7 @@ public static GroupContract CreateOrUpdate(this IProductGroupOperations operatio /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -213,7 +213,7 @@ public static void Delete(this IProductGroupOperations operations, string resour /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductOperations.cs index d1653433ec2b..62e0e199f093 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductOperations.cs @@ -45,7 +45,7 @@ internal ProductOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -89,7 +89,17 @@ internal ProductOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -120,7 +130,13 @@ internal ProductOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -297,7 +313,7 @@ internal ProductOperations (ApiManagementClient client) /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -334,7 +350,17 @@ internal ProductOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -378,7 +404,13 @@ internal ProductOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -532,7 +564,7 @@ internal ProductOperations (ApiManagementClient client) /// Gets the details of the product specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -572,7 +604,17 @@ internal ProductOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -616,7 +658,13 @@ internal ProductOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -788,7 +836,7 @@ internal ProductOperations (ApiManagementClient client) /// Creates or Updates a product. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -843,7 +891,17 @@ internal ProductOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -888,7 +946,13 @@ internal ProductOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1094,7 +1158,7 @@ internal ProductOperations (ApiManagementClient client) /// Update existing product details. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1146,7 +1210,17 @@ internal ProductOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1195,7 +1269,13 @@ internal ProductOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1383,7 +1463,7 @@ internal ProductOperations (ApiManagementClient client) /// Delete product. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1428,7 +1508,17 @@ internal ProductOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1478,7 +1568,13 @@ internal ProductOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1636,7 +1732,7 @@ internal ProductOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1676,7 +1772,17 @@ internal ProductOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1706,7 +1812,13 @@ internal ProductOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductOperationsExtensions.cs index d1f210611956..8bfc07fdbf91 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class ProductOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -49,7 +49,7 @@ public static partial class ProductOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -79,7 +79,7 @@ public static partial class ProductOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -101,7 +101,7 @@ public static bool GetEntityTag(this IProductOperations operations, string resou /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -127,7 +127,7 @@ public static bool GetEntityTag(this IProductOperations operations, string resou /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -148,7 +148,7 @@ public static ProductContract Get(this IProductOperations operations, string res /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -174,7 +174,7 @@ public static ProductContract Get(this IProductOperations operations, string res /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -199,7 +199,7 @@ public static ProductContract Get(this IProductOperations operations, string res /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -229,7 +229,7 @@ public static ProductContract Get(this IProductOperations operations, string res /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -255,7 +255,7 @@ public static ProductContract Update(this IProductOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -286,7 +286,7 @@ public static ProductContract Update(this IProductOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -315,7 +315,7 @@ public static ProductContract Update(this IProductOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -349,7 +349,7 @@ public static ProductContract Update(this IProductOperations operations, string /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -372,7 +372,7 @@ public static ProductContract Update(this IProductOperations operations, string /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductPolicyOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductPolicyOperations.cs index e16fc305480f..28426a32390c 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductPolicyOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductPolicyOperations.cs @@ -42,7 +42,7 @@ internal ProductPolicyOperations (ApiManagementClient client) /// Get the policy configuration at the Product level. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -82,7 +82,17 @@ internal ProductPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -126,7 +136,13 @@ internal ProductPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -285,7 +301,7 @@ internal ProductPolicyOperations (ApiManagementClient client) /// Get the ETag of the policy configuration at the Product level. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -322,7 +338,17 @@ internal ProductPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -367,7 +393,13 @@ internal ProductPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -523,7 +555,7 @@ internal ProductPolicyOperations (ApiManagementClient client) /// Get the policy configuration at the Product level. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -566,7 +598,17 @@ internal ProductPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -612,7 +654,13 @@ internal ProductPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -791,7 +839,7 @@ internal ProductPolicyOperations (ApiManagementClient client) /// Creates or updates policy configuration for the Product. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -843,7 +891,17 @@ internal ProductPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -889,7 +947,13 @@ internal ProductPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1097,7 +1161,7 @@ internal ProductPolicyOperations (ApiManagementClient client) /// Deletes the policy configuration at the Product. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1139,7 +1203,17 @@ internal ProductPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1189,7 +1263,13 @@ internal ProductPolicyOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductPolicyOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductPolicyOperationsExtensions.cs index 6a2ccbe288a0..9255a5aa110c 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductPolicyOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductPolicyOperationsExtensions.cs @@ -19,7 +19,7 @@ public static partial class ProductPolicyOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -40,7 +40,7 @@ public static PolicyCollection ListByProduct(this IProductPolicyOperations opera /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -66,7 +66,7 @@ public static PolicyCollection ListByProduct(this IProductPolicyOperations opera /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -87,7 +87,7 @@ public static bool GetEntityTag(this IProductPolicyOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -113,7 +113,7 @@ public static bool GetEntityTag(this IProductPolicyOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -137,7 +137,7 @@ public static bool GetEntityTag(this IProductPolicyOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -166,7 +166,7 @@ public static bool GetEntityTag(this IProductPolicyOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -191,7 +191,7 @@ public static bool GetEntityTag(this IProductPolicyOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -221,7 +221,7 @@ public static bool GetEntityTag(this IProductPolicyOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -247,7 +247,7 @@ public static void Delete(this IProductPolicyOperations operations, string resou /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductSubscriptionsOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductSubscriptionsOperations.cs index a74d9bc0cc8a..aa2b6c576541 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductSubscriptionsOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductSubscriptionsOperations.cs @@ -45,7 +45,7 @@ internal ProductSubscriptionsOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -86,7 +86,17 @@ internal ProductSubscriptionsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -130,7 +140,13 @@ internal ProductSubscriptionsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductSubscriptionsOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductSubscriptionsOperationsExtensions.cs index 5fb525e5eb12..61d9ea1550c5 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductSubscriptionsOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductSubscriptionsOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class ProductSubscriptionsOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -46,7 +46,7 @@ public static partial class ProductSubscriptionsOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductWikiOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductWikiOperations.cs new file mode 100644 index 000000000000..4e4bab8f4676 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductWikiOperations.cs @@ -0,0 +1,1447 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement +{ + using System.Linq; + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + + /// + /// ProductWikiOperations operations. + /// + internal partial class ProductWikiOperations : Microsoft.Rest.IServiceOperations, IProductWikiOperations + { + /// + /// Initializes a new instance of the ProductWikiOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal ProductWikiOperations (ApiManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + this.Client = client; + } + + /// + /// Gets a reference to the ApiManagementClient + /// + public ApiManagementClient Client { get; private set; } + + /// + /// Gets the entity state (Etag) version of the Wiki for a Product specified by + /// its identifier. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// Product identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> GetEntityTagWithHttpMessagesAsync(string resourceGroupName, string serviceName, string productId, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (serviceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (productId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "productId"); + } + if (productId != null) + { + if (productId.Length > 256) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "productId", 256); + } + if (productId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "productId", 1); + } + } + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("productId", productId); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}/wikis/default").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{productId}", System.Uri.EscapeDataString(productId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("HEAD"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + _result.Body = (_statusCode == System.Net.HttpStatusCode.OK); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(Newtonsoft.Json.JsonSerializer.Create(this.Client.DeserializationSettings)); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Gets the details of the Wiki for a Product specified by its identifier. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// Product identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, string productId, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (serviceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (productId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "productId"); + } + if (productId != null) + { + if (productId.Length > 256) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "productId", 256); + } + if (productId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "productId", 1); + } + } + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("productId", productId); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}/wikis/default").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{productId}", System.Uri.EscapeDataString(productId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(Newtonsoft.Json.JsonSerializer.Create(this.Client.DeserializationSettings)); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Creates a new Wiki for a Product or updates an existing one. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// Product identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// + /// + /// Create parameters. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string productId, WikiContract parameters, string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (parameters == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "parameters"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (serviceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (productId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "productId"); + } + if (productId != null) + { + if (productId.Length > 256) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "productId", 256); + } + if (productId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "productId", 1); + } + } + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("productId", productId); + tracingParameters.Add("ifMatch", ifMatch); + + tracingParameters.Add("parameters", parameters); + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}/wikis/default").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{productId}", System.Uri.EscapeDataString(productId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("PUT"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + if(parameters != null) + { + _requestContent = Microsoft.Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, this.Client.SerializationSettings); + _httpRequest.Content = new System.Net.Http.StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200 && (int)_statusCode != 201) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + // Deserialize Response + if ((int)_statusCode == 201) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(Newtonsoft.Json.JsonSerializer.Create(this.Client.DeserializationSettings)); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Updates the details of the Wiki for a Product specified by its identifier. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// Product identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// Wiki Update parameters. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string productId, string ifMatch, WikiUpdateContract parameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (parameters == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "parameters"); + } + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (serviceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (productId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "productId"); + } + if (productId != null) + { + if (productId.Length > 256) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "productId", 256); + } + if (productId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "productId", 1); + } + } + if (ifMatch == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "ifMatch"); + } + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("productId", productId); + tracingParameters.Add("ifMatch", ifMatch); + + tracingParameters.Add("parameters", parameters); + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}/wikis/default").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{productId}", System.Uri.EscapeDataString(productId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("PATCH"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + if(parameters != null) + { + _requestContent = Microsoft.Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, this.Client.SerializationSettings); + _httpRequest.Content = new System.Net.Http.StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(Newtonsoft.Json.JsonSerializer.Create(this.Client.DeserializationSettings)); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Deletes the specified Wiki from a Product. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// Product identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string productId, string ifMatch, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (serviceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (productId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "productId"); + } + if (productId != null) + { + if (productId.Length > 256) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "productId", 256); + } + if (productId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "productId", 1); + } + } + if (ifMatch == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "ifMatch"); + } + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("productId", productId); + tracingParameters.Add("ifMatch", ifMatch); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}/wikis/default").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{productId}", System.Uri.EscapeDataString(productId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("DELETE"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200 && (int)_statusCode != 204) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductWikiOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductWikiOperationsExtensions.cs new file mode 100644 index 000000000000..28e56bd1fb3f --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductWikiOperationsExtensions.cs @@ -0,0 +1,278 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest.Azure; + using Models; + + /// + /// Extension methods for ProductWikiOperations + /// + public static partial class ProductWikiOperationsExtensions + { + /// + /// Gets the entity state (Etag) version of the Wiki for a Product specified by + /// its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// Product identifier. Must be unique in the current API Management service + /// instance. + /// + public static bool GetEntityTag(this IProductWikiOperations operations, string resourceGroupName, string serviceName, string productId) + { + return ((IProductWikiOperations)operations).GetEntityTagAsync(resourceGroupName, serviceName, productId).GetAwaiter().GetResult(); + } + + /// + /// Gets the entity state (Etag) version of the Wiki for a Product specified by + /// its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// Product identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task GetEntityTagAsync(this IProductWikiOperations operations, string resourceGroupName, string serviceName, string productId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.GetEntityTagWithHttpMessagesAsync(resourceGroupName, serviceName, productId, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Gets the details of the Wiki for a Product specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// Product identifier. Must be unique in the current API Management service + /// instance. + /// + public static WikiContract Get(this IProductWikiOperations operations, string resourceGroupName, string serviceName, string productId) + { + return ((IProductWikiOperations)operations).GetAsync(resourceGroupName, serviceName, productId).GetAwaiter().GetResult(); + } + + /// + /// Gets the details of the Wiki for a Product specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// Product identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task GetAsync(this IProductWikiOperations operations, string resourceGroupName, string serviceName, string productId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, serviceName, productId, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Creates a new Wiki for a Product or updates an existing one. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// Product identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// + public static WikiContract CreateOrUpdate(this IProductWikiOperations operations, string resourceGroupName, string serviceName, string productId, WikiContract parameters, string ifMatch = default(string)) + { + return ((IProductWikiOperations)operations).CreateOrUpdateAsync(resourceGroupName, serviceName, productId, parameters, ifMatch).GetAwaiter().GetResult(); + } + + /// + /// Creates a new Wiki for a Product or updates an existing one. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// Product identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task CreateOrUpdateAsync(this IProductWikiOperations operations, string resourceGroupName, string serviceName, string productId, WikiContract parameters, string ifMatch = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, serviceName, productId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Updates the details of the Wiki for a Product specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// Product identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + public static WikiContract Update(this IProductWikiOperations operations, string resourceGroupName, string serviceName, string productId, string ifMatch, WikiUpdateContract parameters) + { + return ((IProductWikiOperations)operations).UpdateAsync(resourceGroupName, serviceName, productId, ifMatch, parameters).GetAwaiter().GetResult(); + } + + /// + /// Updates the details of the Wiki for a Product specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// Product identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task UpdateAsync(this IProductWikiOperations operations, string resourceGroupName, string serviceName, string productId, string ifMatch, WikiUpdateContract parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, productId, ifMatch, parameters, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Deletes the specified Wiki from a Product. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// Product identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + public static void Delete(this IProductWikiOperations operations, string resourceGroupName, string serviceName, string productId, string ifMatch) + { + ((IProductWikiOperations)operations).DeleteAsync(resourceGroupName, serviceName, productId, ifMatch).GetAwaiter().GetResult(); + } + + /// + /// Deletes the specified Wiki from a Product. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// Product identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task DeleteAsync(this IProductWikiOperations operations, string resourceGroupName, string serviceName, string productId, string ifMatch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, serviceName, productId, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + } +} diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductWikisOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductWikisOperations.cs new file mode 100644 index 000000000000..e4d14852cf1a --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductWikisOperations.cs @@ -0,0 +1,517 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.ApiManagement +{ + using System.Linq; + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + + /// + /// ProductWikisOperations operations. + /// + internal partial class ProductWikisOperations : Microsoft.Rest.IServiceOperations, IProductWikisOperations + { + /// + /// Initializes a new instance of the ProductWikisOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal ProductWikisOperations (ApiManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + this.Client = client; + } + + /// + /// Gets a reference to the ApiManagementClient + /// + public ApiManagementClient Client { get; private set; } + + /// + /// Gets the details of the Wiki for a Product specified by its identifier. + /// + /// + /// + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// Product identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task,ProductWikisListHeaders>> ListWithHttpMessagesAsync(string resourceGroupName, string serviceName, string productId, Microsoft.Rest.Azure.OData.ODataQuery odataQuery = default(Microsoft.Rest.Azure.OData.ODataQuery), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (serviceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (productId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "productId"); + } + if (productId != null) + { + if (productId.Length > 256) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "productId", 256); + } + if (productId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "productId", 1); + } + } + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("odataQuery", odataQuery); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("productId", productId); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}/wikis").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{productId}", System.Uri.EscapeDataString(productId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (odataQuery != null) + { + var _wikiContract = odataQuery.ToString(); + if (!string.IsNullOrEmpty(_wikiContract)) + { + _queryParameters.Add(_wikiContract); + } + } + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse,ProductWikisListHeaders>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(Newtonsoft.Json.JsonSerializer.Create(this.Client.DeserializationSettings)); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Gets the details of the Wiki for a Product specified by its identifier. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task,ProductWikisListHeaders>> ListNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + if (nextPageLink == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse,ProductWikisListHeaders>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(Newtonsoft.Json.JsonSerializer.Create(this.Client.DeserializationSettings)); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + } +} \ No newline at end of file diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductWikisOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductWikisOperationsExtensions.cs new file mode 100644 index 000000000000..61b484c348d2 --- /dev/null +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ProductWikisOperationsExtensions.cs @@ -0,0 +1,102 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest.Azure; + using Models; + + /// + /// Extension methods for ProductWikisOperations + /// + public static partial class ProductWikisOperationsExtensions + { + /// + /// Gets the details of the Wiki for a Product specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// Product identifier. Must be unique in the current API Management service + /// instance. + /// + public static Microsoft.Rest.Azure.IPage List(this IProductWikisOperations operations, string resourceGroupName, string serviceName, string productId, Microsoft.Rest.Azure.OData.ODataQuery odataQuery = default(Microsoft.Rest.Azure.OData.ODataQuery)) + { + return ((IProductWikisOperations)operations).ListAsync(resourceGroupName, serviceName, productId, odataQuery).GetAwaiter().GetResult(); + } + + /// + /// Gets the details of the Wiki for a Product specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// + /// + /// + /// The name of the resource group. The name is case insensitive. + /// + /// + /// The name of the API Management service. + /// + /// + /// Product identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task> ListAsync(this IProductWikisOperations operations, string resourceGroupName, string serviceName, string productId, Microsoft.Rest.Azure.OData.ODataQuery odataQuery = default(Microsoft.Rest.Azure.OData.ODataQuery), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ListWithHttpMessagesAsync(resourceGroupName, serviceName, productId, odataQuery, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Gets the details of the Wiki for a Product specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static Microsoft.Rest.Azure.IPage ListNext(this IProductWikisOperations operations, string nextPageLink) + { + return ((IProductWikisOperations)operations).ListNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Gets the details of the Wiki for a Product specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task> ListNextAsync(this IProductWikisOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ListNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + } +} diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/QuotaByCounterKeysOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/QuotaByCounterKeysOperations.cs index cec54b0a7dc3..fed27bdf4a08 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/QuotaByCounterKeysOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/QuotaByCounterKeysOperations.cs @@ -44,7 +44,7 @@ internal QuotaByCounterKeysOperations (ApiManagementClient client) /// api does not support paging yet. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -87,7 +87,17 @@ internal QuotaByCounterKeysOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -121,7 +131,13 @@ internal QuotaByCounterKeysOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -282,7 +298,7 @@ internal QuotaByCounterKeysOperations (ApiManagementClient client) /// used for reset of the quota counter values. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -332,7 +348,17 @@ internal QuotaByCounterKeysOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -366,7 +392,13 @@ internal QuotaByCounterKeysOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/QuotaByCounterKeysOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/QuotaByCounterKeysOperationsExtensions.cs index 80473c0e0289..13556bfee51d 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/QuotaByCounterKeysOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/QuotaByCounterKeysOperationsExtensions.cs @@ -21,7 +21,7 @@ public static partial class QuotaByCounterKeysOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -47,7 +47,7 @@ public static QuotaCounterCollection ListByService(this IQuotaByCounterKeysOpera /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -78,7 +78,7 @@ public static QuotaCounterCollection ListByService(this IQuotaByCounterKeysOpera /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -104,7 +104,7 @@ public static QuotaCounterCollection Update(this IQuotaByCounterKeysOperations o /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/QuotaByPeriodKeysOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/QuotaByPeriodKeysOperations.cs index e5cb873a36f3..4fffe09d0bc3 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/QuotaByPeriodKeysOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/QuotaByPeriodKeysOperations.cs @@ -43,7 +43,7 @@ internal QuotaByPeriodKeysOperations (ApiManagementClient client) /// policy for the specific period in service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -89,7 +89,17 @@ internal QuotaByPeriodKeysOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -128,7 +138,13 @@ internal QuotaByPeriodKeysOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -289,7 +305,7 @@ internal QuotaByPeriodKeysOperations (ApiManagementClient client) /// Updates an existing quota counter value in the specified service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -342,7 +358,17 @@ internal QuotaByPeriodKeysOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -381,7 +407,13 @@ internal QuotaByPeriodKeysOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/QuotaByPeriodKeysOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/QuotaByPeriodKeysOperationsExtensions.cs index 319fc0ac90ea..8b4c24c5dd2c 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/QuotaByPeriodKeysOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/QuotaByPeriodKeysOperationsExtensions.cs @@ -20,7 +20,7 @@ public static partial class QuotaByPeriodKeysOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -48,7 +48,7 @@ public static QuotaCounterContract Get(this IQuotaByPeriodKeysOperations operati /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -80,7 +80,7 @@ public static QuotaCounterContract Get(this IQuotaByPeriodKeysOperations operati /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -107,7 +107,7 @@ public static QuotaCounterContract Update(this IQuotaByPeriodKeysOperations oper /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/RegionOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/RegionOperations.cs index e89bc5bd674d..d686de6605dd 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/RegionOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/RegionOperations.cs @@ -42,7 +42,7 @@ internal RegionOperations (ApiManagementClient client) /// Lists all azure regions in which the service exists. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -78,7 +78,17 @@ internal RegionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -107,7 +117,13 @@ internal RegionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/RegionOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/RegionOperationsExtensions.cs index a667c585b6a6..e4a759b05971 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/RegionOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/RegionOperationsExtensions.cs @@ -19,7 +19,7 @@ public static partial class RegionOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -36,7 +36,7 @@ public static Microsoft.Rest.Azure.IPage ListByService(this IReg /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ReportsOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ReportsOperations.cs index ecd8718f1cee..edd4fca983d2 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ReportsOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ReportsOperations.cs @@ -45,7 +45,7 @@ internal ReportsOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -82,7 +82,17 @@ internal ReportsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -111,7 +121,13 @@ internal ReportsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -280,7 +296,7 @@ internal ReportsOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -317,7 +333,17 @@ internal ReportsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -346,7 +372,13 @@ internal ReportsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -515,7 +547,7 @@ internal ReportsOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -552,7 +584,17 @@ internal ReportsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -581,7 +623,13 @@ internal ReportsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -750,7 +798,7 @@ internal ReportsOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -787,7 +835,17 @@ internal ReportsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -816,7 +874,13 @@ internal ReportsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -985,7 +1049,7 @@ internal ReportsOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1022,7 +1086,17 @@ internal ReportsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1051,7 +1125,13 @@ internal ReportsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1220,7 +1300,7 @@ internal ReportsOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1257,7 +1337,17 @@ internal ReportsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1286,7 +1376,13 @@ internal ReportsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1455,7 +1551,7 @@ internal ReportsOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1499,7 +1595,17 @@ internal ReportsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1529,7 +1635,13 @@ internal ReportsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1700,7 +1812,7 @@ internal ReportsOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1737,7 +1849,17 @@ internal ReportsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1766,7 +1888,13 @@ internal ReportsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ReportsOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ReportsOperationsExtensions.cs index 16319786e234..97397b9f7dfd 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ReportsOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/ReportsOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class ReportsOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -42,7 +42,7 @@ public static partial class ReportsOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -67,7 +67,7 @@ public static partial class ReportsOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -87,7 +87,7 @@ public static partial class ReportsOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -112,7 +112,7 @@ public static partial class ReportsOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -132,7 +132,7 @@ public static partial class ReportsOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -157,7 +157,7 @@ public static partial class ReportsOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -177,7 +177,7 @@ public static partial class ReportsOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -202,7 +202,7 @@ public static partial class ReportsOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -222,7 +222,7 @@ public static partial class ReportsOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -247,7 +247,7 @@ public static partial class ReportsOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -267,7 +267,7 @@ public static partial class ReportsOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -292,7 +292,7 @@ public static partial class ReportsOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -319,7 +319,7 @@ public static partial class ReportsOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -351,7 +351,7 @@ public static partial class ReportsOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -371,7 +371,7 @@ public static partial class ReportsOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/SignInSettingsOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/SignInSettingsOperations.cs index 3ed05c31ce04..82186e09e71e 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/SignInSettingsOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/SignInSettingsOperations.cs @@ -42,7 +42,7 @@ internal SignInSettingsOperations (ApiManagementClient client) /// Gets the entity state (Etag) version of the SignInSettings. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -75,7 +75,17 @@ internal SignInSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -104,7 +114,13 @@ internal SignInSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -256,7 +272,7 @@ internal SignInSettingsOperations (ApiManagementClient client) /// Get Sign In Settings for the Portal /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -292,7 +308,17 @@ internal SignInSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -321,7 +347,13 @@ internal SignInSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -491,7 +523,7 @@ internal SignInSettingsOperations (ApiManagementClient client) /// Update Sign-In settings. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -536,7 +568,17 @@ internal SignInSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -570,7 +612,13 @@ internal SignInSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -725,7 +773,7 @@ internal SignInSettingsOperations (ApiManagementClient client) /// Create or Update Sign-In settings. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -773,7 +821,17 @@ internal SignInSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -803,7 +861,13 @@ internal SignInSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/SignInSettingsOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/SignInSettingsOperationsExtensions.cs index df034281781a..b6352ea6c26b 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/SignInSettingsOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/SignInSettingsOperationsExtensions.cs @@ -19,7 +19,7 @@ public static partial class SignInSettingsOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -36,7 +36,7 @@ public static bool GetEntityTag(this ISignInSettingsOperations operations, strin /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -58,7 +58,7 @@ public static bool GetEntityTag(this ISignInSettingsOperations operations, strin /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -75,7 +75,7 @@ public static PortalSigninSettings Get(this ISignInSettingsOperations operations /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -97,7 +97,7 @@ public static PortalSigninSettings Get(this ISignInSettingsOperations operations /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -119,7 +119,7 @@ public static void Update(this ISignInSettingsOperations operations, string reso /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -143,7 +143,7 @@ public static void Update(this ISignInSettingsOperations operations, string reso /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -164,7 +164,7 @@ public static void Update(this ISignInSettingsOperations operations, string reso /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/SignUpSettingsOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/SignUpSettingsOperations.cs index 6f44e4045320..3b956624b89d 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/SignUpSettingsOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/SignUpSettingsOperations.cs @@ -42,7 +42,7 @@ internal SignUpSettingsOperations (ApiManagementClient client) /// Gets the entity state (Etag) version of the SignUpSettings. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -75,7 +75,17 @@ internal SignUpSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -104,7 +114,13 @@ internal SignUpSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -256,7 +272,7 @@ internal SignUpSettingsOperations (ApiManagementClient client) /// Get Sign Up Settings for the Portal /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -292,7 +308,17 @@ internal SignUpSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -321,7 +347,13 @@ internal SignUpSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -491,7 +523,7 @@ internal SignUpSettingsOperations (ApiManagementClient client) /// Update Sign-Up settings. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -536,7 +568,17 @@ internal SignUpSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -570,7 +612,13 @@ internal SignUpSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -725,7 +773,7 @@ internal SignUpSettingsOperations (ApiManagementClient client) /// Create or Update Sign-Up settings. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -773,7 +821,17 @@ internal SignUpSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -803,7 +861,13 @@ internal SignUpSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/SignUpSettingsOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/SignUpSettingsOperationsExtensions.cs index 42e4e9d2c465..d11f93825ead 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/SignUpSettingsOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/SignUpSettingsOperationsExtensions.cs @@ -19,7 +19,7 @@ public static partial class SignUpSettingsOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -36,7 +36,7 @@ public static bool GetEntityTag(this ISignUpSettingsOperations operations, strin /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -58,7 +58,7 @@ public static bool GetEntityTag(this ISignUpSettingsOperations operations, strin /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -75,7 +75,7 @@ public static PortalSignupSettings Get(this ISignUpSettingsOperations operations /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -97,7 +97,7 @@ public static PortalSignupSettings Get(this ISignUpSettingsOperations operations /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -119,7 +119,7 @@ public static void Update(this ISignUpSettingsOperations operations, string reso /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -143,7 +143,7 @@ public static void Update(this ISignUpSettingsOperations operations, string reso /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -164,7 +164,7 @@ public static void Update(this ISignUpSettingsOperations operations, string reso /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/SubscriptionOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/SubscriptionOperations.cs index fa674cb8705e..fd4c82813c85 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/SubscriptionOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/SubscriptionOperations.cs @@ -45,7 +45,7 @@ internal SubscriptionOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -82,7 +82,17 @@ internal SubscriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -111,7 +121,13 @@ internal SubscriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -278,7 +294,7 @@ internal SubscriptionOperations (ApiManagementClient client) /// specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -315,7 +331,17 @@ internal SubscriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -359,7 +385,13 @@ internal SubscriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -513,7 +545,7 @@ internal SubscriptionOperations (ApiManagementClient client) /// Gets the specified Subscription entity. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -553,7 +585,17 @@ internal SubscriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -597,7 +639,13 @@ internal SubscriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -770,7 +818,7 @@ internal SubscriptionOperations (ApiManagementClient client) /// product. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -835,7 +883,17 @@ internal SubscriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -881,7 +939,13 @@ internal SubscriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; @@ -1098,7 +1162,7 @@ internal SubscriptionOperations (ApiManagementClient client) /// Updates the details of a subscription specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1160,7 +1224,17 @@ internal SubscriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1210,7 +1284,13 @@ internal SubscriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; @@ -1409,7 +1489,7 @@ internal SubscriptionOperations (ApiManagementClient client) /// Deletes the specified subscription. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1451,7 +1531,17 @@ internal SubscriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1500,7 +1590,13 @@ internal SubscriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1651,7 +1747,7 @@ internal SubscriptionOperations (ApiManagementClient client) /// service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1688,7 +1784,17 @@ internal SubscriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1732,7 +1838,13 @@ internal SubscriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1874,7 +1986,7 @@ internal SubscriptionOperations (ApiManagementClient client) /// service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1911,7 +2023,17 @@ internal SubscriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1955,7 +2077,13 @@ internal SubscriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2096,7 +2224,7 @@ internal SubscriptionOperations (ApiManagementClient client) /// Gets the specified Subscription keys. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -2136,7 +2264,17 @@ internal SubscriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -2180,7 +2318,13 @@ internal SubscriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/SubscriptionOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/SubscriptionOperationsExtensions.cs index c1a3c9e7e1a4..27e343f47a3d 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/SubscriptionOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/SubscriptionOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class SubscriptionOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -42,7 +42,7 @@ public static partial class SubscriptionOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -65,7 +65,7 @@ public static partial class SubscriptionOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -87,7 +87,7 @@ public static bool GetEntityTag(this ISubscriptionOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -113,7 +113,7 @@ public static bool GetEntityTag(this ISubscriptionOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -134,7 +134,7 @@ public static SubscriptionContract Get(this ISubscriptionOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -161,7 +161,7 @@ public static SubscriptionContract Get(this ISubscriptionOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -197,7 +197,7 @@ public static SubscriptionContract Get(this ISubscriptionOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -237,7 +237,7 @@ public static SubscriptionContract Get(this ISubscriptionOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -273,7 +273,7 @@ public static SubscriptionContract Get(this ISubscriptionOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -314,7 +314,7 @@ public static SubscriptionContract Get(this ISubscriptionOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -340,7 +340,7 @@ public static void Delete(this ISubscriptionOperations operations, string resour /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -369,7 +369,7 @@ public static void Delete(this ISubscriptionOperations operations, string resour /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -391,7 +391,7 @@ public static void RegeneratePrimaryKey(this ISubscriptionOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -415,7 +415,7 @@ public static void RegeneratePrimaryKey(this ISubscriptionOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -437,7 +437,7 @@ public static void RegenerateSecondaryKey(this ISubscriptionOperations operation /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -460,7 +460,7 @@ public static void RegenerateSecondaryKey(this ISubscriptionOperations operation /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -481,7 +481,7 @@ public static SubscriptionKeysContract ListSecrets(this ISubscriptionOperations /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TagOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TagOperations.cs index bb8d9fa5dfd9..6a0ca043b302 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TagOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TagOperations.cs @@ -45,7 +45,7 @@ internal TagOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -91,7 +91,17 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -154,7 +164,13 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -324,7 +340,7 @@ internal TagOperations (ApiManagementClient client) /// Gets the entity state version of the tag specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -370,7 +386,17 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -452,7 +478,13 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -610,7 +642,7 @@ internal TagOperations (ApiManagementClient client) /// Get tag associated with the Operation. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -659,7 +691,17 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -741,7 +783,13 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -917,7 +965,7 @@ internal TagOperations (ApiManagementClient client) /// Assign tag to the Operation. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -966,7 +1014,17 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1048,7 +1106,13 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1229,7 +1293,7 @@ internal TagOperations (ApiManagementClient client) /// Detach the tag from the Operation. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1275,7 +1339,17 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1357,7 +1431,13 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1505,7 +1585,7 @@ internal TagOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1547,7 +1627,17 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1595,7 +1685,13 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1763,7 +1859,7 @@ internal TagOperations (ApiManagementClient client) /// Gets the entity state version of the tag specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1805,7 +1901,17 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1872,7 +1978,13 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2028,7 +2140,7 @@ internal TagOperations (ApiManagementClient client) /// Get tag associated with the API. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -2073,7 +2185,17 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -2140,7 +2262,13 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2314,7 +2442,7 @@ internal TagOperations (ApiManagementClient client) /// Assign tag to the Api. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -2359,7 +2487,17 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -2426,7 +2564,13 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2618,7 +2762,7 @@ internal TagOperations (ApiManagementClient client) /// Detach the tag from the Api. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -2660,7 +2804,17 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -2727,7 +2881,13 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2873,7 +3033,7 @@ internal TagOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -2914,7 +3074,17 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -2958,7 +3128,13 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -3126,7 +3302,7 @@ internal TagOperations (ApiManagementClient client) /// Gets the entity state version of the tag specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -3167,7 +3343,17 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -3230,7 +3416,13 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -3386,7 +3578,7 @@ internal TagOperations (ApiManagementClient client) /// Get tag associated with the Product. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -3430,7 +3622,17 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -3493,7 +3695,13 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -3667,7 +3875,7 @@ internal TagOperations (ApiManagementClient client) /// Assign tag to the Product. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -3711,7 +3919,17 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -3774,7 +3992,13 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -3953,7 +4177,7 @@ internal TagOperations (ApiManagementClient client) /// Detach the tag from the Product. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -3994,7 +4218,17 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -4057,7 +4291,13 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -4203,7 +4443,7 @@ internal TagOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -4243,7 +4483,17 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -4273,7 +4523,13 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -4444,7 +4700,7 @@ internal TagOperations (ApiManagementClient client) /// Gets the entity state version of the tag specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -4481,7 +4737,17 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -4529,7 +4795,13 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -4683,7 +4955,7 @@ internal TagOperations (ApiManagementClient client) /// Gets the details of the tag specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -4723,7 +4995,17 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -4771,7 +5053,13 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -4943,7 +5231,7 @@ internal TagOperations (ApiManagementClient client) /// Creates a tag. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -4998,7 +5286,17 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -5047,7 +5345,13 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -5253,7 +5557,7 @@ internal TagOperations (ApiManagementClient client) /// Updates the details of the tag specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -5305,7 +5609,17 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -5358,7 +5672,13 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -5546,7 +5866,7 @@ internal TagOperations (ApiManagementClient client) /// Deletes specific tag of the API Management service instance. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -5588,7 +5908,17 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -5641,7 +5971,13 @@ internal TagOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TagOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TagOperationsExtensions.cs index 49f7c6624855..5e7ab0bb184e 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TagOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TagOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class TagOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -51,7 +51,7 @@ public static partial class TagOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -82,7 +82,7 @@ public static partial class TagOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -112,7 +112,7 @@ public static bool GetEntityStateByOperation(this ITagOperations operations, str /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -147,7 +147,7 @@ public static bool GetEntityStateByOperation(this ITagOperations operations, str /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -177,7 +177,7 @@ public static TagContract GetByOperation(this ITagOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -212,7 +212,7 @@ public static TagContract GetByOperation(this ITagOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -242,7 +242,7 @@ public static TagContract AssignToOperation(this ITagOperations operations, stri /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -277,7 +277,7 @@ public static TagContract AssignToOperation(this ITagOperations operations, stri /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -307,7 +307,7 @@ public static void DetachFromOperation(this ITagOperations operations, string re /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -342,7 +342,7 @@ public static void DetachFromOperation(this ITagOperations operations, string re /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -367,7 +367,7 @@ public static void DetachFromOperation(this ITagOperations operations, string re /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -394,7 +394,7 @@ public static void DetachFromOperation(this ITagOperations operations, string re /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -420,7 +420,7 @@ public static bool GetEntityStateByApi(this ITagOperations operations, string re /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -451,7 +451,7 @@ public static bool GetEntityStateByApi(this ITagOperations operations, string re /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -477,7 +477,7 @@ public static TagContract GetByApi(this ITagOperations operations, string resour /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -508,7 +508,7 @@ public static TagContract GetByApi(this ITagOperations operations, string resour /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -534,7 +534,7 @@ public static TagContract AssignToApi(this ITagOperations operations, string res /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -565,7 +565,7 @@ public static TagContract AssignToApi(this ITagOperations operations, string res /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -591,7 +591,7 @@ public static void DetachFromApi(this ITagOperations operations, string resource /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -622,7 +622,7 @@ public static void DetachFromApi(this ITagOperations operations, string resource /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -646,7 +646,7 @@ public static void DetachFromApi(this ITagOperations operations, string resource /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -672,7 +672,7 @@ public static void DetachFromApi(this ITagOperations operations, string resource /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -697,7 +697,7 @@ public static bool GetEntityStateByProduct(this ITagOperations operations, strin /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -727,7 +727,7 @@ public static bool GetEntityStateByProduct(this ITagOperations operations, strin /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -752,7 +752,7 @@ public static TagContract GetByProduct(this ITagOperations operations, string re /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -782,7 +782,7 @@ public static TagContract GetByProduct(this ITagOperations operations, string re /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -807,7 +807,7 @@ public static TagContract AssignToProduct(this ITagOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -837,7 +837,7 @@ public static TagContract AssignToProduct(this ITagOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -862,7 +862,7 @@ public static void DetachFromProduct(this ITagOperations operations, string reso /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -892,7 +892,7 @@ public static void DetachFromProduct(this ITagOperations operations, string reso /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -915,7 +915,7 @@ public static void DetachFromProduct(this ITagOperations operations, string reso /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -940,7 +940,7 @@ public static void DetachFromProduct(this ITagOperations operations, string reso /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -961,7 +961,7 @@ public static bool GetEntityState(this ITagOperations operations, string resourc /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -987,7 +987,7 @@ public static bool GetEntityState(this ITagOperations operations, string resourc /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1008,7 +1008,7 @@ public static TagContract Get(this ITagOperations operations, string resourceGro /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1034,7 +1034,7 @@ public static TagContract Get(this ITagOperations operations, string resourceGro /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1059,7 +1059,7 @@ public static TagContract Get(this ITagOperations operations, string resourceGro /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1089,7 +1089,7 @@ public static TagContract Get(this ITagOperations operations, string resourceGro /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1115,7 +1115,7 @@ public static TagContract Update(this ITagOperations operations, string resource /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1146,7 +1146,7 @@ public static TagContract Update(this ITagOperations operations, string resource /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1172,7 +1172,7 @@ public static void Delete(this ITagOperations operations, string resourceGroupNa /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TagResourceOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TagResourceOperations.cs index 748f10a7b59a..d115155e99ba 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TagResourceOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TagResourceOperations.cs @@ -45,7 +45,7 @@ internal TagResourceOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -82,7 +82,17 @@ internal TagResourceOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -111,7 +121,13 @@ internal TagResourceOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TagResourceOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TagResourceOperationsExtensions.cs index f216b305bad8..f6183dc566da 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TagResourceOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TagResourceOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class TagResourceOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -42,7 +42,7 @@ public static partial class TagResourceOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantAccessGitOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantAccessGitOperations.cs index 7342e485c8f5..d49d36485c9e 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantAccessGitOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantAccessGitOperations.cs @@ -42,7 +42,7 @@ internal TenantAccessGitOperations (ApiManagementClient client) /// Regenerate primary access key for GIT. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -78,7 +78,17 @@ internal TenantAccessGitOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -107,7 +117,13 @@ internal TenantAccessGitOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } if (accessName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "accessName"); @@ -253,7 +269,7 @@ internal TenantAccessGitOperations (ApiManagementClient client) /// Regenerate secondary access key for GIT. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -289,7 +305,17 @@ internal TenantAccessGitOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -318,7 +344,13 @@ internal TenantAccessGitOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } if (accessName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "accessName"); diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantAccessGitOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantAccessGitOperationsExtensions.cs index 6575fa0dc891..977748a8d680 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantAccessGitOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantAccessGitOperationsExtensions.cs @@ -19,7 +19,7 @@ public static partial class TenantAccessGitOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -39,7 +39,7 @@ public static void RegeneratePrimaryKey(this ITenantAccessGitOperations operatio /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -61,7 +61,7 @@ public static void RegeneratePrimaryKey(this ITenantAccessGitOperations operatio /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -81,7 +81,7 @@ public static void RegenerateSecondaryKey(this ITenantAccessGitOperations operat /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantAccessOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantAccessOperations.cs index eee61d47653d..f277bfae3e1f 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantAccessOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantAccessOperations.cs @@ -45,7 +45,7 @@ internal TenantAccessOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -82,7 +82,17 @@ internal TenantAccessOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -111,7 +121,13 @@ internal TenantAccessOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -277,7 +293,7 @@ internal TenantAccessOperations (ApiManagementClient client) /// Tenant access metadata /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -313,7 +329,17 @@ internal TenantAccessOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -342,7 +368,13 @@ internal TenantAccessOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } if (accessName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "accessName"); @@ -501,7 +533,7 @@ internal TenantAccessOperations (ApiManagementClient client) /// Get tenant access information details without secrets. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -540,7 +572,17 @@ internal TenantAccessOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -569,7 +611,13 @@ internal TenantAccessOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } if (accessName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "accessName"); @@ -746,7 +794,7 @@ internal TenantAccessOperations (ApiManagementClient client) /// Update tenant access information details. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -798,7 +846,17 @@ internal TenantAccessOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -837,7 +895,13 @@ internal TenantAccessOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1025,7 +1089,7 @@ internal TenantAccessOperations (ApiManagementClient client) /// Update tenant access information details. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1076,7 +1140,17 @@ internal TenantAccessOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1115,7 +1189,13 @@ internal TenantAccessOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1303,7 +1383,7 @@ internal TenantAccessOperations (ApiManagementClient client) /// Regenerate primary access key /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1339,7 +1419,17 @@ internal TenantAccessOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1368,7 +1458,13 @@ internal TenantAccessOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } if (accessName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "accessName"); @@ -1514,7 +1610,7 @@ internal TenantAccessOperations (ApiManagementClient client) /// Regenerate secondary access key /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1550,7 +1646,17 @@ internal TenantAccessOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1579,7 +1685,13 @@ internal TenantAccessOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } if (accessName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "accessName"); @@ -1725,7 +1837,7 @@ internal TenantAccessOperations (ApiManagementClient client) /// Get tenant access information details. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1764,7 +1876,17 @@ internal TenantAccessOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1793,7 +1915,13 @@ internal TenantAccessOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } if (accessName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "accessName"); diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantAccessOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantAccessOperationsExtensions.cs index 61adbcbf584d..868fe4589a11 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantAccessOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantAccessOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class TenantAccessOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -42,7 +42,7 @@ public static partial class TenantAccessOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -64,7 +64,7 @@ public static partial class TenantAccessOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -84,7 +84,7 @@ public static bool GetEntityTag(this ITenantAccessOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -109,7 +109,7 @@ public static bool GetEntityTag(this ITenantAccessOperations operations, string /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -129,7 +129,7 @@ public static AccessInformationContract Get(this ITenantAccessOperations operati /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -154,7 +154,7 @@ public static AccessInformationContract Get(this ITenantAccessOperations operati /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -179,7 +179,7 @@ public static AccessInformationContract Create(this ITenantAccessOperations oper /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -209,7 +209,7 @@ public static AccessInformationContract Create(this ITenantAccessOperations oper /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -234,7 +234,7 @@ public static AccessInformationContract Update(this ITenantAccessOperations oper /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -264,7 +264,7 @@ public static AccessInformationContract Update(this ITenantAccessOperations oper /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -284,7 +284,7 @@ public static void RegeneratePrimaryKey(this ITenantAccessOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -306,7 +306,7 @@ public static void RegeneratePrimaryKey(this ITenantAccessOperations operations, /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -326,7 +326,7 @@ public static void RegenerateSecondaryKey(this ITenantAccessOperations operation /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -348,7 +348,7 @@ public static void RegenerateSecondaryKey(this ITenantAccessOperations operation /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -368,7 +368,7 @@ public static AccessInformationSecretsContract ListSecrets(this ITenantAccessOpe /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantConfigurationOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantConfigurationOperations.cs index c7a6f6bc8226..e8f4fed3b06e 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantConfigurationOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantConfigurationOperations.cs @@ -44,7 +44,7 @@ internal TenantConfigurationOperations (ApiManagementClient client) /// several minutes to complete. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -71,7 +71,7 @@ internal TenantConfigurationOperations (ApiManagementClient client) /// and could take several minutes to complete. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -97,7 +97,7 @@ internal TenantConfigurationOperations (ApiManagementClient client) /// long running operation and could take several minutes to complete. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -123,7 +123,7 @@ internal TenantConfigurationOperations (ApiManagementClient client) /// configuration database and the Git repository. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -159,7 +159,17 @@ internal TenantConfigurationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -188,7 +198,13 @@ internal TenantConfigurationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; @@ -350,7 +366,7 @@ internal TenantConfigurationOperations (ApiManagementClient client) /// several minutes to complete. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -394,7 +410,17 @@ internal TenantConfigurationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -423,7 +449,13 @@ internal TenantConfigurationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; @@ -592,7 +624,7 @@ internal TenantConfigurationOperations (ApiManagementClient client) /// and could take several minutes to complete. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -636,7 +668,17 @@ internal TenantConfigurationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -665,7 +707,13 @@ internal TenantConfigurationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; @@ -833,7 +881,7 @@ internal TenantConfigurationOperations (ApiManagementClient client) /// long running operation and could take several minutes to complete. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -877,7 +925,17 @@ internal TenantConfigurationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -906,7 +964,13 @@ internal TenantConfigurationOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantConfigurationOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantConfigurationOperationsExtensions.cs index 066bda5ccda8..1ca3e3588cb0 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantConfigurationOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantConfigurationOperationsExtensions.cs @@ -21,7 +21,7 @@ public static partial class TenantConfigurationOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -40,7 +40,7 @@ public static OperationResultContract Deploy(this ITenantConfigurationOperations /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -64,7 +64,7 @@ public static OperationResultContract Deploy(this ITenantConfigurationOperations /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -83,7 +83,7 @@ public static OperationResultContract Save(this ITenantConfigurationOperations o /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -106,7 +106,7 @@ public static OperationResultContract Save(this ITenantConfigurationOperations o /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -124,7 +124,7 @@ public static OperationResultContract Validate(this ITenantConfigurationOperatio /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -147,7 +147,7 @@ public static OperationResultContract Validate(this ITenantConfigurationOperatio /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -165,7 +165,7 @@ public static TenantConfigurationSyncStateContract GetSyncState(this ITenantConf /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -189,7 +189,7 @@ public static TenantConfigurationSyncStateContract GetSyncState(this ITenantConf /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -208,7 +208,7 @@ public static OperationResultContract BeginDeploy(this ITenantConfigurationOpera /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -232,7 +232,7 @@ public static OperationResultContract BeginDeploy(this ITenantConfigurationOpera /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -251,7 +251,7 @@ public static OperationResultContract BeginSave(this ITenantConfigurationOperati /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -274,7 +274,7 @@ public static OperationResultContract BeginSave(this ITenantConfigurationOperati /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -292,7 +292,7 @@ public static OperationResultContract BeginValidate(this ITenantConfigurationOpe /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantSettingsOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantSettingsOperations.cs index 0b6d22c11f79..9483ae01b916 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantSettingsOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantSettingsOperations.cs @@ -45,7 +45,7 @@ internal TenantSettingsOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -82,7 +82,17 @@ internal TenantSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -111,7 +121,13 @@ internal TenantSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -277,7 +293,7 @@ internal TenantSettingsOperations (ApiManagementClient client) /// Get tenant settings. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -313,7 +329,17 @@ internal TenantSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -342,7 +368,13 @@ internal TenantSettingsOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantSettingsOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantSettingsOperationsExtensions.cs index 68a402e8cb87..c2b904fb2a9a 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantSettingsOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/TenantSettingsOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class TenantSettingsOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -42,7 +42,7 @@ public static partial class TenantSettingsOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -64,7 +64,7 @@ public static partial class TenantSettingsOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -81,7 +81,7 @@ public static TenantSettingsContract Get(this ITenantSettingsOperations operatio /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserConfirmationPasswordOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserConfirmationPasswordOperations.cs index 3db3f806a030..2325525fe0b9 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserConfirmationPasswordOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserConfirmationPasswordOperations.cs @@ -42,7 +42,7 @@ internal UserConfirmationPasswordOperations (ApiManagementClient client) /// Sends confirmation /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -83,7 +83,17 @@ internal UserConfirmationPasswordOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -127,7 +137,13 @@ internal UserConfirmationPasswordOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserConfirmationPasswordOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserConfirmationPasswordOperationsExtensions.cs index 9d9f01a48649..10b469c090fe 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserConfirmationPasswordOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserConfirmationPasswordOperationsExtensions.cs @@ -19,7 +19,7 @@ public static partial class UserConfirmationPasswordOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -44,7 +44,7 @@ public static partial class UserConfirmationPasswordOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserGroupOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserGroupOperations.cs index 0837708739e3..fe0653211dc6 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserGroupOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserGroupOperations.cs @@ -45,7 +45,7 @@ internal UserGroupOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -86,7 +86,17 @@ internal UserGroupOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -130,7 +140,13 @@ internal UserGroupOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserGroupOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserGroupOperationsExtensions.cs index 772e33ff722d..c348468b783a 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserGroupOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserGroupOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class UserGroupOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -46,7 +46,7 @@ public static partial class UserGroupOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserIdentitiesOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserIdentitiesOperations.cs index 423281f04c99..4cfe25518f73 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserIdentitiesOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserIdentitiesOperations.cs @@ -42,7 +42,7 @@ internal UserIdentitiesOperations (ApiManagementClient client) /// List of all user identities. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -82,7 +82,17 @@ internal UserIdentitiesOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -126,7 +136,13 @@ internal UserIdentitiesOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserIdentitiesOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserIdentitiesOperationsExtensions.cs index 77eb9bd0b847..63160141dd94 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserIdentitiesOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserIdentitiesOperationsExtensions.cs @@ -19,7 +19,7 @@ public static partial class UserIdentitiesOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -40,7 +40,7 @@ public static Microsoft.Rest.Azure.IPage List(this IUserId /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserOperations.cs index 1cac96c1ec3d..920cd6a4ac62 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserOperations.cs @@ -45,7 +45,7 @@ internal UserOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -85,7 +85,17 @@ internal UserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -115,7 +125,13 @@ internal UserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -287,7 +303,7 @@ internal UserOperations (ApiManagementClient client) /// identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -324,7 +340,17 @@ internal UserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -368,7 +394,13 @@ internal UserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -522,7 +554,7 @@ internal UserOperations (ApiManagementClient client) /// Gets the details of the user specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -562,7 +594,17 @@ internal UserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -606,7 +648,13 @@ internal UserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -778,7 +826,7 @@ internal UserOperations (ApiManagementClient client) /// Creates or Updates a user. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -836,7 +884,17 @@ internal UserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -882,7 +940,13 @@ internal UserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1093,7 +1157,7 @@ internal UserOperations (ApiManagementClient client) /// Updates the details of the user specified by its identifier. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1145,7 +1209,17 @@ internal UserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1194,7 +1268,13 @@ internal UserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1382,7 +1462,7 @@ internal UserOperations (ApiManagementClient client) /// Deletes specific user. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1434,7 +1514,17 @@ internal UserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1485,7 +1575,13 @@ internal UserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; @@ -1652,7 +1748,7 @@ internal UserOperations (ApiManagementClient client) /// a given user into the developer portal. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1692,7 +1788,17 @@ internal UserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1736,7 +1842,13 @@ internal UserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1895,7 +2007,7 @@ internal UserOperations (ApiManagementClient client) /// Gets the Shared Access Authorization Token for the User. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -1943,7 +2055,17 @@ internal UserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -1987,7 +2109,13 @@ internal UserOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserOperationsExtensions.cs index 3eb23b85bbee..47e27e5491b4 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class UserOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -45,7 +45,7 @@ public static partial class UserOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -71,7 +71,7 @@ public static partial class UserOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -93,7 +93,7 @@ public static bool GetEntityTag(this IUserOperations operations, string resource /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -119,7 +119,7 @@ public static bool GetEntityTag(this IUserOperations operations, string resource /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -140,7 +140,7 @@ public static UserContract Get(this IUserOperations operations, string resourceG /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -166,7 +166,7 @@ public static UserContract Get(this IUserOperations operations, string resourceG /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -194,7 +194,7 @@ public static UserContract Get(this IUserOperations operations, string resourceG /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -227,7 +227,7 @@ public static UserContract Get(this IUserOperations operations, string resourceG /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -253,7 +253,7 @@ public static UserContract Update(this IUserOperations operations, string resour /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -284,7 +284,7 @@ public static UserContract Update(this IUserOperations operations, string resour /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -320,7 +320,7 @@ public static UserContract Update(this IUserOperations operations, string resour /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -359,7 +359,7 @@ public static UserContract Update(this IUserOperations operations, string resour /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -381,7 +381,7 @@ public static GenerateSsoUrlResult GenerateSsoUrl(this IUserOperations operation /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -407,7 +407,7 @@ public static GenerateSsoUrlResult GenerateSsoUrl(this IUserOperations operation /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -428,7 +428,7 @@ public static UserTokenResult GetSharedAccessToken(this IUserOperations operatio /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserSubscriptionOperations.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserSubscriptionOperations.cs index 0a9413b1cb79..84725a075ee9 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserSubscriptionOperations.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserSubscriptionOperations.cs @@ -45,7 +45,7 @@ internal UserSubscriptionOperations (ApiManagementClient client) /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -86,7 +86,17 @@ internal UserSubscriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -130,7 +140,13 @@ internal UserSubscriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -298,7 +314,7 @@ internal UserSubscriptionOperations (ApiManagementClient client) /// Gets the specified Subscription entity associated with a particular user. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -342,7 +358,17 @@ internal UserSubscriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); } - + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "resourceGroupName", 1); + } + } if (serviceName == null) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "serviceName"); @@ -401,7 +427,13 @@ internal UserSubscriptionOperations (ApiManagementClient client) { throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - + if (this.Client.SubscriptionId != null) + { + if (this.Client.SubscriptionId.Length < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserSubscriptionOperationsExtensions.cs b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserSubscriptionOperationsExtensions.cs index 3079cdab3df3..9b6c267ad782 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserSubscriptionOperationsExtensions.cs +++ b/src/ApiManagement/ApiManagement.Management.Sdk/Generated/UserSubscriptionOperationsExtensions.cs @@ -22,7 +22,7 @@ public static partial class UserSubscriptionOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -46,7 +46,7 @@ public static partial class UserSubscriptionOperationsExtensions /// /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -72,7 +72,7 @@ public static partial class UserSubscriptionOperationsExtensions /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. @@ -97,7 +97,7 @@ public static SubscriptionContract Get(this IUserSubscriptionOperations operatio /// The operations group for this extension method. /// /// - /// The name of the resource group. + /// The name of the resource group. The name is case insensitive. /// /// /// The name of the API Management service. diff --git a/src/ApiManagement/ApiManagement.Management.Sdk/README.md b/src/ApiManagement/ApiManagement.Management.Sdk/README.md index 30374ce2cfeb..2e2728668174 100644 --- a/src/ApiManagement/ApiManagement.Management.Sdk/README.md +++ b/src/ApiManagement/ApiManagement.Management.Sdk/README.md @@ -19,57 +19,50 @@ openapi-type: arm azure-arm: true license-header: MICROSOFT_MIT_NO_VERSION title: ApiManagementClient -``` - - - -### -``` yaml -commit: e1b38934a6e3bd0fcb22a7c8e0a8522957aa1d9b input-file: - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimanagement.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimapis.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimapisByTags.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimapiversionsets.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimauthorizationservers.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimbackends.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimcaches.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimcertificates.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimconnectivitycheck.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimcontenttypes.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimdeletedservices.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimdeployment.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimdiagnostics.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimemailtemplates.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimgateways.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimgroups.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimidentityprovider.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimissues.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimloggers.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimnamedvalues.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimnetworkstatus.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimnotifications.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimopenidconnectproviders.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimoutbounddependency.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimpolicies.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimpolicydescriptions.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimportalrevisions.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimportalsettings.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimprivatelink.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimproducts.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimproductsByTags.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimquotas.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimregions.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimreports.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimschema.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimsettings.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimskus.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimsubscriptions.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimtagresources.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimtags.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimtenant.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/apimusers.json - - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/apimanagement/resource-manager/Microsoft.ApiManagement/stable/2021-08-01/definitions.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimanagement.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimapis.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimapisByTags.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimapiversionsets.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimauthorizationservers.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimbackends.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimcaches.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimcertificates.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimconnectivitycheck.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimcontenttypes.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimdeletedservices.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimdeployment.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimdiagnostics.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimemailtemplates.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimgateways.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimgroups.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimidentityprovider.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimissues.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimloggers.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimnamedvalues.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimnetworkstatus.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimnotifications.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimopenidconnectproviders.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimoutbounddependency.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimpolicies.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimpolicydescriptions.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimportalrevisions.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimportalsettings.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimprivatelink.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimproducts.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimproductsByTags.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimquotas.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimregions.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimreports.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimschema.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimsettings.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimskus.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimsubscriptions.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimtagresources.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimtags.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimtenant.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/apimusers.json + - https://raw.githubusercontent.com/Azure/azure-rest-api-specs/refs/heads/main/specification/apimanagement/resource-manager/Microsoft.ApiManagement/ApiManagement/stable/2022-08-01/definitions.json directive: - suppress: R3016 diff --git a/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 b/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 index f01a7e8b13ea..96de6436ddac 100644 --- a/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 +++ b/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 @@ -8,229 +8,229 @@ @{ -# Script module or binary module file associated with this manifest. -# RootModule = '' + # Script module or binary module file associated with this manifest. + # RootModule = '' -# Version number of this module. -ModuleVersion = '4.1.0' + # Version number of this module. + ModuleVersion = '4.1.0' -# Supported PSEditions -CompatiblePSEditions = 'Core', 'Desktop' + # Supported PSEditions + CompatiblePSEditions = 'Core', 'Desktop' -# ID used to uniquely identify this module -GUID = '4f58d643-631f-4d13-a205-15292af40748' + # ID used to uniquely identify this module + GUID = '4f58d643-631f-4d13-a205-15292af40748' -# Author of this module -Author = 'Microsoft Corporation' + # Author of this module + Author = 'Microsoft Corporation' -# Company or vendor of this module -CompanyName = 'Microsoft Corporation' + # Company or vendor of this module + CompanyName = 'Microsoft Corporation' -# Copyright statement for this module -Copyright = 'Microsoft Corporation. All rights reserved.' + # Copyright statement for this module + Copyright = 'Microsoft Corporation. All rights reserved.' -# Description of the functionality provided by this module -Description = 'Microsoft Azure PowerShell - Api Management service cmdlets for Azure Resource Manager in Windows PowerShell and PowerShell Core. + # Description of the functionality provided by this module + Description = 'Microsoft Azure PowerShell - Api Management service cmdlets for Azure Resource Manager in Windows PowerShell and PowerShell Core. For more information Api Management, please visit the following: https://learn.microsoft.com/azure/api-management/' -# Minimum version of the PowerShell engine required by this module -PowerShellVersion = '5.1' - -# Name of the PowerShell host required by this module -# PowerShellHostName = '' - -# Minimum version of the PowerShell host required by this module -# PowerShellHostVersion = '' - -# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -DotNetFrameworkVersion = '4.7.2' - -# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# ClrVersion = '' - -# Processor architecture (None, X86, Amd64) required by this module -# ProcessorArchitecture = '' - -# Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.1'; }) - -# Assemblies that must be loaded prior to importing this module -RequiredAssemblies = 'Microsoft.Azure.PowerShell.ApiManagement.Management.Sdk.dll', - 'Microsoft.Azure.PowerShell.AutoMapper.dll', - 'Microsoft.WindowsAzure.Storage.dll' - -# Script files (.ps1) that are run in the caller's environment prior to importing this module. -# ScriptsToProcess = @() - -# Type files (.ps1xml) to be loaded when importing this module -# TypesToProcess = @() - -# Format files (.ps1xml) to be loaded when importing this module -FormatsToProcess = - 'Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.generated.format.ps1xml', - 'Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement.generated.format.ps1xml' - -# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess -NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.dll', - 'Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement.dll') - -# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. -FunctionsToExport = @() - -# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. -CmdletsToExport = 'Add-AzApiManagementApiToGateway', - 'Add-AzApiManagementApiToProduct', - 'Add-AzApiManagementProductToGroup', 'Add-AzApiManagementRegion', - 'Add-AzApiManagementUserToGroup', 'Backup-AzApiManagement', - 'Export-AzApiManagementApi', 'Get-AzApiManagement', - 'Get-AzApiManagementApi', 'Get-AzApiManagementApiRelease', - 'Get-AzApiManagementApiRevision', 'Get-AzApiManagementApiSchema', - 'Get-AzApiManagementApiVersionSet', - 'Get-AzApiManagementAuthorizationServer', - 'Get-AzApiManagementAuthorizationServerClientSecret', - 'Get-AzApiManagementBackend', 'Get-AzApiManagementCache', - 'Get-AzApiManagementCertificate', 'Get-AzApiManagementDiagnostic', - 'Get-AzApiManagementGateway', - 'Get-AzApiManagementGatewayHostnameConfiguration', - 'Get-AzApiManagementGatewayKey', 'Get-AzApiManagementGroup', - 'Get-AzApiManagementIdentityProvider', - 'Get-AzApiManagementIdentityProviderClientSecret', - 'Get-AzApiManagementLogger', 'Get-AzApiManagementNamedValue', - 'Get-AzApiManagementNamedValueSecretValue', - 'Get-AzApiManagementNetworkStatus', - 'Get-AzApiManagementOpenIdConnectProvider', - 'Get-AzApiManagementOpenIdConnectProviderClientSecret', - 'Get-AzApiManagementOperation', 'Get-AzApiManagementPolicy', - 'Get-AzApiManagementProduct', 'Get-AzApiManagementSsoToken', - 'Get-AzApiManagementSubscription', - 'Get-AzApiManagementSubscriptionKey', - 'Get-AzApiManagementTenantAccess', - 'Get-AzApiManagementTenantAccessSecret', - 'Get-AzApiManagementTenantGitAccess', - 'Get-AzApiManagementTenantGitAccessSecret', - 'Get-AzApiManagementTenantSyncState', 'Get-AzApiManagementUser', - 'Get-AzApiManagementUserSsoUrl', 'Import-AzApiManagementApi', - 'New-AzApiManagement', 'New-AzApiManagementApi', - 'New-AzApiManagementApiRelease', 'New-AzApiManagementApiRevision', - 'New-AzApiManagementApiSchema', 'New-AzApiManagementApiVersionSet', - 'New-AzApiManagementAuthorizationServer', - 'New-AzApiManagementBackend', - 'New-AzApiManagementBackendCredential', - 'New-AzApiManagementBackendProxy', - 'New-AzApiManagementBackendServiceFabric', - 'New-AzApiManagementCache', 'New-AzApiManagementCertificate', - 'New-AzApiManagementContext', - 'New-AzApiManagementCustomHostnameConfiguration', - 'New-AzApiManagementDiagnostic', 'New-AzApiManagementGateway', - 'New-AzApiManagementGatewayHostnameConfiguration', - 'New-AzApiManagementGroup', - 'New-AzApiManagementHttpMessageDiagnostic', - 'New-AzApiManagementIdentityProvider', - 'New-AzApiManagementKeyVaultObject', 'New-AzApiManagementLogger', - 'New-AzApiManagementNamedValue', - 'New-AzApiManagementOpenIdConnectProvider', - 'New-AzApiManagementOperation', - 'New-AzApiManagementPipelineDiagnosticSetting', - 'New-AzApiManagementProduct', 'New-AzApiManagementRegion', - 'New-AzApiManagementResourceLocationObject', - 'New-AzApiManagementSamplingSetting', - 'New-AzApiManagementSslSetting', 'New-AzApiManagementSubscription', - 'New-AzApiManagementSystemCertificate', 'New-AzApiManagementUser', - 'New-AzApiManagementUserToken', 'New-AzApiManagementVirtualNetwork', - 'Publish-AzApiManagementTenantGitConfiguration', - 'Remove-AzApiManagement', 'Remove-AzApiManagementApi', - 'Remove-AzApiManagementApiFromGateway', - 'Remove-AzApiManagementApiFromProduct', - 'Remove-AzApiManagementApiRelease', - 'Remove-AzApiManagementApiRevision', - 'Remove-AzApiManagementApiSchema', - 'Remove-AzApiManagementApiVersionSet', - 'Remove-AzApiManagementAuthorizationServer', - 'Remove-AzApiManagementBackend', 'Remove-AzApiManagementCache', - 'Remove-AzApiManagementCertificate', - 'Remove-AzApiManagementDiagnostic', 'Remove-AzApiManagementGateway', - 'Remove-AzApiManagementGatewayHostnameConfiguration', - 'Remove-AzApiManagementGroup', - 'Remove-AzApiManagementIdentityProvider', - 'Remove-AzApiManagementLogger', 'Remove-AzApiManagementNamedValue', - 'Remove-AzApiManagementOpenIdConnectProvider', - 'Remove-AzApiManagementOperation', 'Remove-AzApiManagementPolicy', - 'Remove-AzApiManagementProduct', - 'Remove-AzApiManagementProductFromGroup', - 'Remove-AzApiManagementRegion', - 'Remove-AzApiManagementSubscription', 'Remove-AzApiManagementUser', - 'Remove-AzApiManagementUserFromGroup', 'Restore-AzApiManagement', - 'Save-AzApiManagementTenantGitConfiguration', 'Set-AzApiManagement', - 'Set-AzApiManagementApi', 'Set-AzApiManagementApiRevision', - 'Set-AzApiManagementApiSchema', 'Set-AzApiManagementApiVersionSet', - 'Set-AzApiManagementAuthorizationServer', - 'Set-AzApiManagementBackend', 'Set-AzApiManagementCertificate', - 'Set-AzApiManagementDiagnostic', 'Set-AzApiManagementGroup', - 'Set-AzApiManagementIdentityProvider', 'Set-AzApiManagementLogger', - 'Set-AzApiManagementNamedValue', - 'Set-AzApiManagementOpenIdConnectProvider', - 'Set-AzApiManagementOperation', 'Set-AzApiManagementPolicy', - 'Set-AzApiManagementProduct', 'Set-AzApiManagementSubscription', - 'Set-AzApiManagementTenantAccess', 'Set-AzApiManagementUser', - 'Sync-AzApiManagementKeyVaultSecret', - 'Update-AzApiManagementApiRelease', 'Update-AzApiManagementCache', - 'Update-AzApiManagementGateway', 'Update-AzApiManagementRegion' - -# Variables to export from this module -# VariablesToExport = @() - -# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export. -AliasesToExport = @() - -# DSC resources to export from this module -# DscResourcesToExport = @() - -# List of all modules packaged with this module -# ModuleList = @() - -# List of all files packaged with this module -# FileList = @() - -# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. -PrivateData = @{ - - PSData = @{ - - # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure','ResourceManager','ARM','ApiManagement' - - # A URL to the license for this module. - LicenseUri = 'https://aka.ms/azps-license' - - # A URL to the main website for this project. - ProjectUri = 'https://github.com/Azure/azure-powershell' - - # A URL to an icon representing this module. - # IconUri = '' - - # ReleaseNotes of this module - ReleaseNotes = '* Upgraded nuget package to signed package. + # Minimum version of the PowerShell engine required by this module + PowerShellVersion = '5.1' + + # Name of the PowerShell host required by this module + # PowerShellHostName = '' + + # Minimum version of the PowerShell host required by this module + # PowerShellHostVersion = '' + + # Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. + DotNetFrameworkVersion = '4.7.2' + + # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. + # ClrVersion = '' + + # Processor architecture (None, X86, Amd64) required by this module + # ProcessorArchitecture = '' + + # Modules that must be imported into the global environment prior to importing this module + # RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.2'; }) + + # Assemblies that must be loaded prior to importing this module + RequiredAssemblies = 'Microsoft.Azure.PowerShell.ApiManagement.Management.Sdk.dll', + 'Microsoft.Azure.PowerShell.AutoMapper.dll', + 'Microsoft.WindowsAzure.Storage.dll' + + # Script files (.ps1) that are run in the caller's environment prior to importing this module. + # ScriptsToProcess = @() + + # Type files (.ps1xml) to be loaded when importing this module + # TypesToProcess = @() + + # Format files (.ps1xml) to be loaded when importing this module + FormatsToProcess = + 'Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.generated.format.ps1xml', + 'Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement.generated.format.ps1xml' + + # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess + NestedModules = @('Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.dll', + 'Microsoft.Azure.PowerShell.Cmdlets.ApiManagement.ServiceManagement.dll') + + # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. + FunctionsToExport = @() + + # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. + CmdletsToExport = 'Add-AzApiManagementApiToGateway', + 'Add-AzApiManagementApiToProduct', + 'Add-AzApiManagementProductToGroup', 'Add-AzApiManagementRegion', + 'Add-AzApiManagementUserToGroup', 'Backup-AzApiManagement', + 'Export-AzApiManagementApi', 'Get-AzApiManagement', + 'Get-AzApiManagementApi', 'Get-AzApiManagementApiRelease', + 'Get-AzApiManagementApiRevision', 'Get-AzApiManagementApiSchema', + 'Get-AzApiManagementApiVersionSet', + 'Get-AzApiManagementAuthorizationServer', + 'Get-AzApiManagementAuthorizationServerClientSecret', + 'Get-AzApiManagementBackend', 'Get-AzApiManagementCache', + 'Get-AzApiManagementCertificate', 'Get-AzApiManagementDiagnostic', + 'Get-AzApiManagementGateway', + 'Get-AzApiManagementGatewayHostnameConfiguration', + 'Get-AzApiManagementGatewayKey', 'Get-AzApiManagementGroup', + 'Get-AzApiManagementIdentityProvider', + 'Get-AzApiManagementIdentityProviderClientSecret', + 'Get-AzApiManagementLogger', 'Get-AzApiManagementNamedValue', + 'Get-AzApiManagementNamedValueSecretValue', + 'Get-AzApiManagementNetworkStatus', + 'Get-AzApiManagementOpenIdConnectProvider', + 'Get-AzApiManagementOpenIdConnectProviderClientSecret', + 'Get-AzApiManagementOperation', 'Get-AzApiManagementPolicy', + 'Get-AzApiManagementProduct', 'Get-AzApiManagementSsoToken', + 'Get-AzApiManagementSubscription', + 'Get-AzApiManagementSubscriptionKey', + 'Get-AzApiManagementTenantAccess', + 'Get-AzApiManagementTenantAccessSecret', + 'Get-AzApiManagementTenantGitAccess', + 'Get-AzApiManagementTenantGitAccessSecret', + 'Get-AzApiManagementTenantSyncState', 'Get-AzApiManagementUser', + 'Get-AzApiManagementUserSsoUrl', 'Import-AzApiManagementApi', + 'New-AzApiManagement', 'New-AzApiManagementApi', + 'New-AzApiManagementApiRelease', 'New-AzApiManagementApiRevision', + 'New-AzApiManagementApiSchema', 'New-AzApiManagementApiVersionSet', + 'New-AzApiManagementAuthorizationServer', + 'New-AzApiManagementBackend', + 'New-AzApiManagementBackendCredential', + 'New-AzApiManagementBackendProxy', + 'New-AzApiManagementBackendServiceFabric', + 'New-AzApiManagementCache', 'New-AzApiManagementCertificate', + 'New-AzApiManagementContext', + 'New-AzApiManagementCustomHostnameConfiguration', + 'New-AzApiManagementDiagnostic', 'New-AzApiManagementGateway', + 'New-AzApiManagementGatewayHostnameConfiguration', + 'New-AzApiManagementGroup', + 'New-AzApiManagementHttpMessageDiagnostic', + 'New-AzApiManagementIdentityProvider', + 'New-AzApiManagementKeyVaultObject', 'New-AzApiManagementLogger', + 'New-AzApiManagementNamedValue', + 'New-AzApiManagementOpenIdConnectProvider', + 'New-AzApiManagementOperation', + 'New-AzApiManagementPipelineDiagnosticSetting', + 'New-AzApiManagementProduct', 'New-AzApiManagementRegion', + 'New-AzApiManagementResourceLocationObject', + 'New-AzApiManagementSamplingSetting', + 'New-AzApiManagementSslSetting', 'New-AzApiManagementSubscription', + 'New-AzApiManagementSystemCertificate', 'New-AzApiManagementUser', + 'New-AzApiManagementUserToken', 'New-AzApiManagementVirtualNetwork', + 'Publish-AzApiManagementTenantGitConfiguration', + 'Remove-AzApiManagement', 'Remove-AzApiManagementApi', + 'Remove-AzApiManagementApiFromGateway', + 'Remove-AzApiManagementApiFromProduct', + 'Remove-AzApiManagementApiRelease', + 'Remove-AzApiManagementApiRevision', + 'Remove-AzApiManagementApiSchema', + 'Remove-AzApiManagementApiVersionSet', + 'Remove-AzApiManagementAuthorizationServer', + 'Remove-AzApiManagementBackend', 'Remove-AzApiManagementCache', + 'Remove-AzApiManagementCertificate', + 'Remove-AzApiManagementDiagnostic', 'Remove-AzApiManagementGateway', + 'Remove-AzApiManagementGatewayHostnameConfiguration', + 'Remove-AzApiManagementGroup', + 'Remove-AzApiManagementIdentityProvider', + 'Remove-AzApiManagementLogger', 'Remove-AzApiManagementNamedValue', + 'Remove-AzApiManagementOpenIdConnectProvider', + 'Remove-AzApiManagementOperation', 'Remove-AzApiManagementPolicy', + 'Remove-AzApiManagementProduct', + 'Remove-AzApiManagementProductFromGroup', + 'Remove-AzApiManagementRegion', + 'Remove-AzApiManagementSubscription', 'Remove-AzApiManagementUser', + 'Remove-AzApiManagementUserFromGroup', 'Restore-AzApiManagement', + 'Save-AzApiManagementTenantGitConfiguration', 'Set-AzApiManagement', + 'Set-AzApiManagementApi', 'Set-AzApiManagementApiRevision', + 'Set-AzApiManagementApiSchema', 'Set-AzApiManagementApiVersionSet', + 'Set-AzApiManagementAuthorizationServer', + 'Set-AzApiManagementBackend', 'Set-AzApiManagementCertificate', + 'Set-AzApiManagementDiagnostic', 'Set-AzApiManagementGroup', + 'Set-AzApiManagementIdentityProvider', 'Set-AzApiManagementLogger', + 'Set-AzApiManagementNamedValue', + 'Set-AzApiManagementOpenIdConnectProvider', + 'Set-AzApiManagementOperation', 'Set-AzApiManagementPolicy', + 'Set-AzApiManagementProduct', 'Set-AzApiManagementSubscription', + 'Set-AzApiManagementTenantAccess', 'Set-AzApiManagementUser', + 'Sync-AzApiManagementKeyVaultSecret', + 'Update-AzApiManagementApiRelease', 'Update-AzApiManagementCache', + 'Update-AzApiManagementGateway', 'Update-AzApiManagementRegion' + + # Variables to export from this module + # VariablesToExport = @() + + # Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export. + AliasesToExport = @() + + # DSC resources to export from this module + # DscResourcesToExport = @() + + # List of all modules packaged with this module + # ModuleList = @() + + # List of all files packaged with this module + # FileList = @() + + # Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. + PrivateData = @{ + + PSData = @{ + + # Tags applied to this module. These help with module discovery in online galleries. + Tags = 'Azure', 'ResourceManager', 'ARM', 'ApiManagement' + + # A URL to the license for this module. + LicenseUri = 'https://aka.ms/azps-license' + + # A URL to the main website for this project. + ProjectUri = 'https://github.com/Azure/azure-powershell' + + # A URL to an icon representing this module. + # IconUri = '' + + # ReleaseNotes of this module + ReleaseNotes = '* Upgraded nuget package to signed package. * Fixed model creation parameters of ApiCreateOrUpdateParameter, ProductContract, SubscriptionCreateParameters, GroupCreateParameters, OpenidConnectProviderContract, IdentityProviderCreateContract, BackendContract, CacheContract and DiagnosticContract with [#26672].' - # Prerelease string of this module - # Prerelease = '' + # Prerelease string of this module + # Prerelease = '' - # Flag to indicate whether the module requires explicit user acceptance for install/update/save - # RequireLicenseAcceptance = $false + # Flag to indicate whether the module requires explicit user acceptance for install/update/save + # RequireLicenseAcceptance = $false - # External dependent modules of this module - # ExternalModuleDependencies = @() + # External dependent modules of this module + # ExternalModuleDependencies = @() - } # End of PSData hashtable + } # End of PSData hashtable - } # End of PrivateData hashtable + } # End of PrivateData hashtable -# HelpInfo URI of this module -# HelpInfoURI = '' + # HelpInfo URI of this module + # HelpInfoURI = '' -# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. -# DefaultCommandPrefix = '' + # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. + # DefaultCommandPrefix = '' } From bf9b66e7a0127f71d143831ba4d539d32431e2c1 Mon Sep 17 00:00:00 2001 From: Update Parameters Pipeline Date: Fri, 21 Nov 2025 10:06:03 +0100 Subject: [PATCH 3/7] =?UTF-8?q?fix(api-management):=20=F0=9F=90=9B=20upgra?= =?UTF-8?q?de=20API=20version=20to=202022-08-01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Updated the API version for Az.ApiManagement from `2021-08-01` to `2022-08-01` to ensure compatibility with the latest features and improvements. --- ChangeLog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 0ff0914e20aa..1353e055e317 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,8 @@ ## 15.0.0 - November 2025 + +#### Az.ApiManagement 4.0.0 +* Upgraded API version from 2021-08-01 to 2022-08-01 + #### Az.Accounts 5.3.1 * Updated Azure.Core from 1.45.0 to 1.47.3 From ce6f7035cb0648cb76eb182b8a11ab0da3112806 Mon Sep 17 00:00:00 2001 From: Update Parameters Pipeline Date: Fri, 21 Nov 2025 11:45:26 +0100 Subject: [PATCH 4/7] =?UTF-8?q?fix(api-management):=20=F0=9F=90=9B=20updat?= =?UTF-8?q?e=20module=20version=20to=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Updated `ModuleVersion` in `Az.ApiManagement.psd1` to `4.2.0` * Updated change log to reflect the new version and API updates * This resolves compatibility issues with newer Azure API Management service instances --- src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 | 4 ++-- src/ApiManagement/ApiManagement/ChangeLog.md | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 b/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 index 96de6436ddac..25bad828cfb1 100644 --- a/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 +++ b/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '4.1.0' + ModuleVersion = '4.2.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -53,7 +53,7 @@ For more information Api Management, please visit the following: https://learn.m # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module - # RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.2'; }) + RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.2'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Microsoft.Azure.PowerShell.ApiManagement.Management.Sdk.dll', diff --git a/src/ApiManagement/ApiManagement/ChangeLog.md b/src/ApiManagement/ApiManagement/ChangeLog.md index 26bd1683f897..5901ef50822f 100644 --- a/src/ApiManagement/ApiManagement/ChangeLog.md +++ b/src/ApiManagement/ApiManagement/ChangeLog.md @@ -17,7 +17,10 @@ * Overview of change #1 - Additional information about change #1 --> -## Upcoming Release +## Version 4.2.0 +* Updated API Management SDK to use API version 2022-08-01 + - Regenerated SDK from Azure REST API specifications for 2022-08-01 + - This resolves compatibility issues with newer Azure API Management service instances ## Version 4.1.0 * Upgraded nuget package to signed package. From 9efd35fac31e6e0e71577b1b3cfeb932dda4679d Mon Sep 17 00:00:00 2001 From: Update Parameters Pipeline Date: Fri, 21 Nov 2025 13:48:10 +0100 Subject: [PATCH 5/7] =?UTF-8?q?chore:=20=E2=9C=A8=20Initial=20commit=20wit?= =?UTF-8?q?h=20empty=20code=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Set up the project structure. * Prepare for future code changes and enhancements. --- .../TestApiManagementHostnamesCrud.json | 228 ++++---- .../TestCrudApiManagement.json | 532 +++++++++--------- ...udApiManagementVirtualNetworkStv2CRUD.json | 346 ++++++------ ...rudApiManagementWithAdditionalRegions.json | 238 ++++---- ...stCrudApiManagementWithVirtualNetwork.json | 282 +++++----- 5 files changed, 813 insertions(+), 813 deletions(-) diff --git a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestApiManagementHostnamesCrud.json b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestApiManagementHostnamesCrud.json index 1112833eb1b5..f5363a2f8408 100644 --- a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestApiManagementHostnamesCrud.json +++ b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestApiManagementHostnamesCrud.json @@ -67,7 +67,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjA/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway1.msitesting.net\",\r\n \"encodedCertificate\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAgpyA5NFrZbjwICB9AEggKQpSy2W1iM8pd8/WyI0+q4uvY6SpvRXTpUfBLl7jlNCPOt847nq5zqQggOQSaqP/4zi08CcmQzaQRmHf5FfMMeYJDp6rGLS8ouyt5ElwMHBZWrsuF49dwi5S73AtBRX128CXCc+qKOlgnXM9PpW+LSJ9J4SWS9B2wC0YQfIGtC/niuLcHDVP+zGwXd+fT06nmNR3SzjfzEfHROM/TyOWHMWAlas6/LXIqXpRSl6igWK7SuMDxWZvdr/QC1ahsptkkF7nHq1RC57o6ru7wxkaANwFQXXhBuh9uQ32Szg2nemfLP7jTcOHcUPK32tU7TuGT5osXMbAVHelPFGzNEPAEb6mNfla2cuILVX/QTqqPqjxTGGn8qBf2TtDSHedBSaRqPO62hRbzAfpeSagG6iFWKGeGCvo8LwVnx3pZM36Tu5GBNhdKhOGZvtXeiZH7XoMAER1O8dJblKfffhzl4MG7BCcT5nftU6NpS3TfRC9hvGX9iqZKjZd6Npvycmo+qlld6g86QDNq28NEHLz0xG809IUunp5DxKptZhEHwZhU0EmATucmjZhrDDvembG58gaU/PSBRlwVNjK+h//Gm4jCAQ6l0iR5COqScNnxr9p5ZhmJvKJQ1OpFw0zXgeWi6MTOpNfMwibytjn+28YPe9mUNoUvcb0u6mjxmn+wupHfELXADRuSZ8CF5eRk9pE+SrbrCn6wyoaFY/vdBSxsnNh37HXpCEEcOm19pbQNPfuVktRmU910zhQntm58SVhyNIlBOA0LGllRNxZndwHdTlcqbIE+HRDn7Fnj3uf0xu+9cOvPkIalluKsySbDKQXJyg3p9QQZJIiFpp6jXit+DHmf7d9mZ0G7eoKFtI2yqLDT68mYxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADAAOAAxAEYAMwBCADMAQwAtAEQANQA0ADMALQA0AEEANwAwAC0AOAA3ADcANgAtADkAMgA1AEEARAAxADgARQA2ADgAQwBGAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIvqDlcIY1iqcCAgfQgIICmE7Jw2F3UXilr+Ig+EAVrb2B3zG3rYosQY3iikLJ73ztGs/qiNCr21CxKeoj4mBzLFX+oi4DhvJBDp7PkTIF9z7CKzw7XcVwgmLqfBHYh9lp+lrLk2c3wmJllb06MKtblY7OYp9sNr5f3vB6J4uIE6+R+70oLmB2BhcToytfETjbeyKuFGS+3YhoHwCloMNTu73uXmBDwoPz+Wot7Fq3aZm1Sc5A5Qz68BZhvOz+zR4twH11c79yzlMHzdqpD1aRCLdbXtVrqrjEk7tuwqWQmWAOuPvRAN7oksqO2Gw7w8gx1kqkRKYkYuzrj4benZPsZwT8qXZPCZ5iM+iYImvPQkPxSTmM0O3gxbtK1/Xu0cCZSpNy1yJQo0fyzEMMCbLKYVWjK+0ymNww7bd3ubWW358oLE2U+6Oe7mmtXgZzSVH74vaes/ce1zEm+paItCqfHXe1fo4Qo7s3jfTrRohYw7LWD+uVObdKi8Dg7fUy8/DXomgWn4qP8I33n6Y0LCMrzKUoIe6zhsWBpFobwprlz/jWvASkbdp8ou16Vx6jTf3EwXCnWcRmXXNuPFPOo5znBLs98raCe0546bbcq7jSZr5Sg11qBX5N+N3Bv/eup7qQKAnivAvBOAx6533LzR3fZfe7AN0dOEC2D079Vg0t0o+JBPd7mLxIF54BnHoy5OlRCg0g0ol6R9iN3HlgUbMJWL2dFEoU+kjMVNTUKykEh/Q4Zh/ug9lnyObHsDTzZwr3qe0L308lh9Ko20e/aCFS8YLtTv1qlewKtz/BIxck8vDBsY61hrymbVvlxDD2ESuzt8qJXp5vBF1dfaBFTO5enxBJYVIF2JyeSwDAPOJiYTdsz9ssVolmx6p9yKSTuhuFISyU4xOOcU4wOzAfMAcGBSsOAwIaBBSPRDVaFWhKRqBSQvxQV/NpiUuTawQUxxNV8/5sOf5HrarXJESyg2NwXl4CAgfQ\",\r\n \"certificatePassword\": \"Password\",\r\n \"defaultSslBinding\": true,\r\n \"negotiateClientCertificate\": false\r\n },\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"powershelltest.current.int-azure-api.net\",\r\n \"keyVaultId\": \"https://powershell-apim-kv.vault.azure.net/secrets/powershell-current\",\r\n \"identityClientId\": \"4b7fdc4d-a154-4830-b399-46a12da1a1e2\",\r\n \"defaultSslBinding\": false,\r\n \"negotiateClientCertificate\": false\r\n },\r\n {\r\n \"type\": \"Portal\",\r\n \"hostName\": \"portalsdk.msitesting.net\",\r\n \"encodedCertificate\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAgpyA5NFrZbjwICB9AEggKQpSy2W1iM8pd8/WyI0+q4uvY6SpvRXTpUfBLl7jlNCPOt847nq5zqQggOQSaqP/4zi08CcmQzaQRmHf5FfMMeYJDp6rGLS8ouyt5ElwMHBZWrsuF49dwi5S73AtBRX128CXCc+qKOlgnXM9PpW+LSJ9J4SWS9B2wC0YQfIGtC/niuLcHDVP+zGwXd+fT06nmNR3SzjfzEfHROM/TyOWHMWAlas6/LXIqXpRSl6igWK7SuMDxWZvdr/QC1ahsptkkF7nHq1RC57o6ru7wxkaANwFQXXhBuh9uQ32Szg2nemfLP7jTcOHcUPK32tU7TuGT5osXMbAVHelPFGzNEPAEb6mNfla2cuILVX/QTqqPqjxTGGn8qBf2TtDSHedBSaRqPO62hRbzAfpeSagG6iFWKGeGCvo8LwVnx3pZM36Tu5GBNhdKhOGZvtXeiZH7XoMAER1O8dJblKfffhzl4MG7BCcT5nftU6NpS3TfRC9hvGX9iqZKjZd6Npvycmo+qlld6g86QDNq28NEHLz0xG809IUunp5DxKptZhEHwZhU0EmATucmjZhrDDvembG58gaU/PSBRlwVNjK+h//Gm4jCAQ6l0iR5COqScNnxr9p5ZhmJvKJQ1OpFw0zXgeWi6MTOpNfMwibytjn+28YPe9mUNoUvcb0u6mjxmn+wupHfELXADRuSZ8CF5eRk9pE+SrbrCn6wyoaFY/vdBSxsnNh37HXpCEEcOm19pbQNPfuVktRmU910zhQntm58SVhyNIlBOA0LGllRNxZndwHdTlcqbIE+HRDn7Fnj3uf0xu+9cOvPkIalluKsySbDKQXJyg3p9QQZJIiFpp6jXit+DHmf7d9mZ0G7eoKFtI2yqLDT68mYxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADAAOAAxAEYAMwBCADMAQwAtAEQANQA0ADMALQA0AEEANwAwAC0AOAA3ADcANgAtADkAMgA1AEEARAAxADgARQA2ADgAQwBGAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIvqDlcIY1iqcCAgfQgIICmE7Jw2F3UXilr+Ig+EAVrb2B3zG3rYosQY3iikLJ73ztGs/qiNCr21CxKeoj4mBzLFX+oi4DhvJBDp7PkTIF9z7CKzw7XcVwgmLqfBHYh9lp+lrLk2c3wmJllb06MKtblY7OYp9sNr5f3vB6J4uIE6+R+70oLmB2BhcToytfETjbeyKuFGS+3YhoHwCloMNTu73uXmBDwoPz+Wot7Fq3aZm1Sc5A5Qz68BZhvOz+zR4twH11c79yzlMHzdqpD1aRCLdbXtVrqrjEk7tuwqWQmWAOuPvRAN7oksqO2Gw7w8gx1kqkRKYkYuzrj4benZPsZwT8qXZPCZ5iM+iYImvPQkPxSTmM0O3gxbtK1/Xu0cCZSpNy1yJQo0fyzEMMCbLKYVWjK+0ymNww7bd3ubWW358oLE2U+6Oe7mmtXgZzSVH74vaes/ce1zEm+paItCqfHXe1fo4Qo7s3jfTrRohYw7LWD+uVObdKi8Dg7fUy8/DXomgWn4qP8I33n6Y0LCMrzKUoIe6zhsWBpFobwprlz/jWvASkbdp8ou16Vx6jTf3EwXCnWcRmXXNuPFPOo5znBLs98raCe0546bbcq7jSZr5Sg11qBX5N+N3Bv/eup7qQKAnivAvBOAx6533LzR3fZfe7AN0dOEC2D079Vg0t0o+JBPd7mLxIF54BnHoy5OlRCg0g0ol6R9iN3HlgUbMJWL2dFEoU+kjMVNTUKykEh/Q4Zh/ug9lnyObHsDTzZwr3qe0L308lh9Ko20e/aCFS8YLtTv1qlewKtz/BIxck8vDBsY61hrymbVvlxDD2ESuzt8qJXp5vBF1dfaBFTO5enxBJYVIF2JyeSwDAPOJiYTdsz9ssVolmx6p9yKSTuhuFISyU4xOOcU4wOzAfMAcGBSsOAwIaBBSPRDVaFWhKRqBSQvxQV/NpiUuTawQUxxNV8/5sOf5HrarXJESyg2NwXl4CAgfQ\",\r\n \"certificatePassword\": \"Password\",\r\n \"defaultSslBinding\": false,\r\n \"negotiateClientCertificate\": false\r\n },\r\n {\r\n \"type\": \"Management\",\r\n \"hostName\": \"mgmt.msitesting.net\",\r\n \"encodedCertificate\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAgpyA5NFrZbjwICB9AEggKQpSy2W1iM8pd8/WyI0+q4uvY6SpvRXTpUfBLl7jlNCPOt847nq5zqQggOQSaqP/4zi08CcmQzaQRmHf5FfMMeYJDp6rGLS8ouyt5ElwMHBZWrsuF49dwi5S73AtBRX128CXCc+qKOlgnXM9PpW+LSJ9J4SWS9B2wC0YQfIGtC/niuLcHDVP+zGwXd+fT06nmNR3SzjfzEfHROM/TyOWHMWAlas6/LXIqXpRSl6igWK7SuMDxWZvdr/QC1ahsptkkF7nHq1RC57o6ru7wxkaANwFQXXhBuh9uQ32Szg2nemfLP7jTcOHcUPK32tU7TuGT5osXMbAVHelPFGzNEPAEb6mNfla2cuILVX/QTqqPqjxTGGn8qBf2TtDSHedBSaRqPO62hRbzAfpeSagG6iFWKGeGCvo8LwVnx3pZM36Tu5GBNhdKhOGZvtXeiZH7XoMAER1O8dJblKfffhzl4MG7BCcT5nftU6NpS3TfRC9hvGX9iqZKjZd6Npvycmo+qlld6g86QDNq28NEHLz0xG809IUunp5DxKptZhEHwZhU0EmATucmjZhrDDvembG58gaU/PSBRlwVNjK+h//Gm4jCAQ6l0iR5COqScNnxr9p5ZhmJvKJQ1OpFw0zXgeWi6MTOpNfMwibytjn+28YPe9mUNoUvcb0u6mjxmn+wupHfELXADRuSZ8CF5eRk9pE+SrbrCn6wyoaFY/vdBSxsnNh37HXpCEEcOm19pbQNPfuVktRmU910zhQntm58SVhyNIlBOA0LGllRNxZndwHdTlcqbIE+HRDn7Fnj3uf0xu+9cOvPkIalluKsySbDKQXJyg3p9QQZJIiFpp6jXit+DHmf7d9mZ0G7eoKFtI2yqLDT68mYxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADAAOAAxAEYAMwBCADMAQwAtAEQANQA0ADMALQA0AEEANwAwAC0AOAA3ADcANgAtADkAMgA1AEEARAAxADgARQA2ADgAQwBGAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIvqDlcIY1iqcCAgfQgIICmE7Jw2F3UXilr+Ig+EAVrb2B3zG3rYosQY3iikLJ73ztGs/qiNCr21CxKeoj4mBzLFX+oi4DhvJBDp7PkTIF9z7CKzw7XcVwgmLqfBHYh9lp+lrLk2c3wmJllb06MKtblY7OYp9sNr5f3vB6J4uIE6+R+70oLmB2BhcToytfETjbeyKuFGS+3YhoHwCloMNTu73uXmBDwoPz+Wot7Fq3aZm1Sc5A5Qz68BZhvOz+zR4twH11c79yzlMHzdqpD1aRCLdbXtVrqrjEk7tuwqWQmWAOuPvRAN7oksqO2Gw7w8gx1kqkRKYkYuzrj4benZPsZwT8qXZPCZ5iM+iYImvPQkPxSTmM0O3gxbtK1/Xu0cCZSpNy1yJQo0fyzEMMCbLKYVWjK+0ymNww7bd3ubWW358oLE2U+6Oe7mmtXgZzSVH74vaes/ce1zEm+paItCqfHXe1fo4Qo7s3jfTrRohYw7LWD+uVObdKi8Dg7fUy8/DXomgWn4qP8I33n6Y0LCMrzKUoIe6zhsWBpFobwprlz/jWvASkbdp8ou16Vx6jTf3EwXCnWcRmXXNuPFPOo5znBLs98raCe0546bbcq7jSZr5Sg11qBX5N+N3Bv/eup7qQKAnivAvBOAx6533LzR3fZfe7AN0dOEC2D079Vg0t0o+JBPd7mLxIF54BnHoy5OlRCg0g0ol6R9iN3HlgUbMJWL2dFEoU+kjMVNTUKykEh/Q4Zh/ug9lnyObHsDTzZwr3qe0L308lh9Ko20e/aCFS8YLtTv1qlewKtz/BIxck8vDBsY61hrymbVvlxDD2ESuzt8qJXp5vBF1dfaBFTO5enxBJYVIF2JyeSwDAPOJiYTdsz9ssVolmx6p9yKSTuhuFISyU4xOOcU4wOzAfMAcGBSsOAwIaBBSPRDVaFWhKRqBSQvxQV/NpiUuTawQUxxNV8/5sOf5HrarXJESyg2NwXl4CAgfQ\",\r\n \"certificatePassword\": \"Password\",\r\n \"defaultSslBinding\": false,\r\n \"negotiateClientCertificate\": false\r\n },\r\n {\r\n \"type\": \"DeveloperPortal\",\r\n \"hostName\": \"devportalsdk.msitesting.net\",\r\n \"encodedCertificate\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAgpyA5NFrZbjwICB9AEggKQpSy2W1iM8pd8/WyI0+q4uvY6SpvRXTpUfBLl7jlNCPOt847nq5zqQggOQSaqP/4zi08CcmQzaQRmHf5FfMMeYJDp6rGLS8ouyt5ElwMHBZWrsuF49dwi5S73AtBRX128CXCc+qKOlgnXM9PpW+LSJ9J4SWS9B2wC0YQfIGtC/niuLcHDVP+zGwXd+fT06nmNR3SzjfzEfHROM/TyOWHMWAlas6/LXIqXpRSl6igWK7SuMDxWZvdr/QC1ahsptkkF7nHq1RC57o6ru7wxkaANwFQXXhBuh9uQ32Szg2nemfLP7jTcOHcUPK32tU7TuGT5osXMbAVHelPFGzNEPAEb6mNfla2cuILVX/QTqqPqjxTGGn8qBf2TtDSHedBSaRqPO62hRbzAfpeSagG6iFWKGeGCvo8LwVnx3pZM36Tu5GBNhdKhOGZvtXeiZH7XoMAER1O8dJblKfffhzl4MG7BCcT5nftU6NpS3TfRC9hvGX9iqZKjZd6Npvycmo+qlld6g86QDNq28NEHLz0xG809IUunp5DxKptZhEHwZhU0EmATucmjZhrDDvembG58gaU/PSBRlwVNjK+h//Gm4jCAQ6l0iR5COqScNnxr9p5ZhmJvKJQ1OpFw0zXgeWi6MTOpNfMwibytjn+28YPe9mUNoUvcb0u6mjxmn+wupHfELXADRuSZ8CF5eRk9pE+SrbrCn6wyoaFY/vdBSxsnNh37HXpCEEcOm19pbQNPfuVktRmU910zhQntm58SVhyNIlBOA0LGllRNxZndwHdTlcqbIE+HRDn7Fnj3uf0xu+9cOvPkIalluKsySbDKQXJyg3p9QQZJIiFpp6jXit+DHmf7d9mZ0G7eoKFtI2yqLDT68mYxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADAAOAAxAEYAMwBCADMAQwAtAEQANQA0ADMALQA0AEEANwAwAC0AOAA3ADcANgAtADkAMgA1AEEARAAxADgARQA2ADgAQwBGAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIvqDlcIY1iqcCAgfQgIICmE7Jw2F3UXilr+Ig+EAVrb2B3zG3rYosQY3iikLJ73ztGs/qiNCr21CxKeoj4mBzLFX+oi4DhvJBDp7PkTIF9z7CKzw7XcVwgmLqfBHYh9lp+lrLk2c3wmJllb06MKtblY7OYp9sNr5f3vB6J4uIE6+R+70oLmB2BhcToytfETjbeyKuFGS+3YhoHwCloMNTu73uXmBDwoPz+Wot7Fq3aZm1Sc5A5Qz68BZhvOz+zR4twH11c79yzlMHzdqpD1aRCLdbXtVrqrjEk7tuwqWQmWAOuPvRAN7oksqO2Gw7w8gx1kqkRKYkYuzrj4benZPsZwT8qXZPCZ5iM+iYImvPQkPxSTmM0O3gxbtK1/Xu0cCZSpNy1yJQo0fyzEMMCbLKYVWjK+0ymNww7bd3ubWW358oLE2U+6Oe7mmtXgZzSVH74vaes/ce1zEm+paItCqfHXe1fo4Qo7s3jfTrRohYw7LWD+uVObdKi8Dg7fUy8/DXomgWn4qP8I33n6Y0LCMrzKUoIe6zhsWBpFobwprlz/jWvASkbdp8ou16Vx6jTf3EwXCnWcRmXXNuPFPOo5znBLs98raCe0546bbcq7jSZr5Sg11qBX5N+N3Bv/eup7qQKAnivAvBOAx6533LzR3fZfe7AN0dOEC2D079Vg0t0o+JBPd7mLxIF54BnHoy5OlRCg0g0ol6R9iN3HlgUbMJWL2dFEoU+kjMVNTUKykEh/Q4Zh/ug9lnyObHsDTzZwr3qe0L308lh9Ko20e/aCFS8YLtTv1qlewKtz/BIxck8vDBsY61hrymbVvlxDD2ESuzt8qJXp5vBF1dfaBFTO5enxBJYVIF2JyeSwDAPOJiYTdsz9ssVolmx6p9yKSTuhuFISyU4xOOcU4wOzAfMAcGBSsOAwIaBBSPRDVaFWhKRqBSQvxQV/NpiUuTawQUxxNV8/5sOf5HrarXJESyg2NwXl4CAgfQ\",\r\n \"certificatePassword\": \"Password\",\r\n \"defaultSslBinding\": false,\r\n \"negotiateClientCertificate\": false\r\n }\r\n ],\r\n \"virtualNetworkType\": \"None\",\r\n \"publisherEmail\": \"apim@powershell.org\",\r\n \"publisherName\": \"apimpowershellorg\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/powershelltest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/powershellTestUserIdentity\": {}\r\n }\r\n },\r\n \"location\": \"East US\"\r\n}", @@ -102,7 +102,7 @@ "\"AAAAAABWz1I=\"" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -146,7 +146,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjA/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway1.msitesting.net\",\r\n \"encodedCertificate\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAgpyA5NFrZbjwICB9AEggKQpSy2W1iM8pd8/WyI0+q4uvY6SpvRXTpUfBLl7jlNCPOt847nq5zqQggOQSaqP/4zi08CcmQzaQRmHf5FfMMeYJDp6rGLS8ouyt5ElwMHBZWrsuF49dwi5S73AtBRX128CXCc+qKOlgnXM9PpW+LSJ9J4SWS9B2wC0YQfIGtC/niuLcHDVP+zGwXd+fT06nmNR3SzjfzEfHROM/TyOWHMWAlas6/LXIqXpRSl6igWK7SuMDxWZvdr/QC1ahsptkkF7nHq1RC57o6ru7wxkaANwFQXXhBuh9uQ32Szg2nemfLP7jTcOHcUPK32tU7TuGT5osXMbAVHelPFGzNEPAEb6mNfla2cuILVX/QTqqPqjxTGGn8qBf2TtDSHedBSaRqPO62hRbzAfpeSagG6iFWKGeGCvo8LwVnx3pZM36Tu5GBNhdKhOGZvtXeiZH7XoMAER1O8dJblKfffhzl4MG7BCcT5nftU6NpS3TfRC9hvGX9iqZKjZd6Npvycmo+qlld6g86QDNq28NEHLz0xG809IUunp5DxKptZhEHwZhU0EmATucmjZhrDDvembG58gaU/PSBRlwVNjK+h//Gm4jCAQ6l0iR5COqScNnxr9p5ZhmJvKJQ1OpFw0zXgeWi6MTOpNfMwibytjn+28YPe9mUNoUvcb0u6mjxmn+wupHfELXADRuSZ8CF5eRk9pE+SrbrCn6wyoaFY/vdBSxsnNh37HXpCEEcOm19pbQNPfuVktRmU910zhQntm58SVhyNIlBOA0LGllRNxZndwHdTlcqbIE+HRDn7Fnj3uf0xu+9cOvPkIalluKsySbDKQXJyg3p9QQZJIiFpp6jXit+DHmf7d9mZ0G7eoKFtI2yqLDT68mYxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADAAOAAxAEYAMwBCADMAQwAtAEQANQA0ADMALQA0AEEANwAwAC0AOAA3ADcANgAtADkAMgA1AEEARAAxADgARQA2ADgAQwBGAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIvqDlcIY1iqcCAgfQgIICmE7Jw2F3UXilr+Ig+EAVrb2B3zG3rYosQY3iikLJ73ztGs/qiNCr21CxKeoj4mBzLFX+oi4DhvJBDp7PkTIF9z7CKzw7XcVwgmLqfBHYh9lp+lrLk2c3wmJllb06MKtblY7OYp9sNr5f3vB6J4uIE6+R+70oLmB2BhcToytfETjbeyKuFGS+3YhoHwCloMNTu73uXmBDwoPz+Wot7Fq3aZm1Sc5A5Qz68BZhvOz+zR4twH11c79yzlMHzdqpD1aRCLdbXtVrqrjEk7tuwqWQmWAOuPvRAN7oksqO2Gw7w8gx1kqkRKYkYuzrj4benZPsZwT8qXZPCZ5iM+iYImvPQkPxSTmM0O3gxbtK1/Xu0cCZSpNy1yJQo0fyzEMMCbLKYVWjK+0ymNww7bd3ubWW358oLE2U+6Oe7mmtXgZzSVH74vaes/ce1zEm+paItCqfHXe1fo4Qo7s3jfTrRohYw7LWD+uVObdKi8Dg7fUy8/DXomgWn4qP8I33n6Y0LCMrzKUoIe6zhsWBpFobwprlz/jWvASkbdp8ou16Vx6jTf3EwXCnWcRmXXNuPFPOo5znBLs98raCe0546bbcq7jSZr5Sg11qBX5N+N3Bv/eup7qQKAnivAvBOAx6533LzR3fZfe7AN0dOEC2D079Vg0t0o+JBPd7mLxIF54BnHoy5OlRCg0g0ol6R9iN3HlgUbMJWL2dFEoU+kjMVNTUKykEh/Q4Zh/ug9lnyObHsDTzZwr3qe0L308lh9Ko20e/aCFS8YLtTv1qlewKtz/BIxck8vDBsY61hrymbVvlxDD2ESuzt8qJXp5vBF1dfaBFTO5enxBJYVIF2JyeSwDAPOJiYTdsz9ssVolmx6p9yKSTuhuFISyU4xOOcU4wOzAfMAcGBSsOAwIaBBSPRDVaFWhKRqBSQvxQV/NpiUuTawQUxxNV8/5sOf5HrarXJESyg2NwXl4CAgfQ\",\r\n \"certificatePassword\": \"Password\",\r\n \"defaultSslBinding\": true,\r\n \"negotiateClientCertificate\": false\r\n }\r\n ],\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"certificates\": [\r\n {\r\n \"encodedCertificate\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAgpyA5NFrZbjwICB9AEggKQpSy2W1iM8pd8/WyI0+q4uvY6SpvRXTpUfBLl7jlNCPOt847nq5zqQggOQSaqP/4zi08CcmQzaQRmHf5FfMMeYJDp6rGLS8ouyt5ElwMHBZWrsuF49dwi5S73AtBRX128CXCc+qKOlgnXM9PpW+LSJ9J4SWS9B2wC0YQfIGtC/niuLcHDVP+zGwXd+fT06nmNR3SzjfzEfHROM/TyOWHMWAlas6/LXIqXpRSl6igWK7SuMDxWZvdr/QC1ahsptkkF7nHq1RC57o6ru7wxkaANwFQXXhBuh9uQ32Szg2nemfLP7jTcOHcUPK32tU7TuGT5osXMbAVHelPFGzNEPAEb6mNfla2cuILVX/QTqqPqjxTGGn8qBf2TtDSHedBSaRqPO62hRbzAfpeSagG6iFWKGeGCvo8LwVnx3pZM36Tu5GBNhdKhOGZvtXeiZH7XoMAER1O8dJblKfffhzl4MG7BCcT5nftU6NpS3TfRC9hvGX9iqZKjZd6Npvycmo+qlld6g86QDNq28NEHLz0xG809IUunp5DxKptZhEHwZhU0EmATucmjZhrDDvembG58gaU/PSBRlwVNjK+h//Gm4jCAQ6l0iR5COqScNnxr9p5ZhmJvKJQ1OpFw0zXgeWi6MTOpNfMwibytjn+28YPe9mUNoUvcb0u6mjxmn+wupHfELXADRuSZ8CF5eRk9pE+SrbrCn6wyoaFY/vdBSxsnNh37HXpCEEcOm19pbQNPfuVktRmU910zhQntm58SVhyNIlBOA0LGllRNxZndwHdTlcqbIE+HRDn7Fnj3uf0xu+9cOvPkIalluKsySbDKQXJyg3p9QQZJIiFpp6jXit+DHmf7d9mZ0G7eoKFtI2yqLDT68mYxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADAAOAAxAEYAMwBCADMAQwAtAEQANQA0ADMALQA0AEEANwAwAC0AOAA3ADcANgAtADkAMgA1AEEARAAxADgARQA2ADgAQwBGAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIvqDlcIY1iqcCAgfQgIICmE7Jw2F3UXilr+Ig+EAVrb2B3zG3rYosQY3iikLJ73ztGs/qiNCr21CxKeoj4mBzLFX+oi4DhvJBDp7PkTIF9z7CKzw7XcVwgmLqfBHYh9lp+lrLk2c3wmJllb06MKtblY7OYp9sNr5f3vB6J4uIE6+R+70oLmB2BhcToytfETjbeyKuFGS+3YhoHwCloMNTu73uXmBDwoPz+Wot7Fq3aZm1Sc5A5Qz68BZhvOz+zR4twH11c79yzlMHzdqpD1aRCLdbXtVrqrjEk7tuwqWQmWAOuPvRAN7oksqO2Gw7w8gx1kqkRKYkYuzrj4benZPsZwT8qXZPCZ5iM+iYImvPQkPxSTmM0O3gxbtK1/Xu0cCZSpNy1yJQo0fyzEMMCbLKYVWjK+0ymNww7bd3ubWW358oLE2U+6Oe7mmtXgZzSVH74vaes/ce1zEm+paItCqfHXe1fo4Qo7s3jfTrRohYw7LWD+uVObdKi8Dg7fUy8/DXomgWn4qP8I33n6Y0LCMrzKUoIe6zhsWBpFobwprlz/jWvASkbdp8ou16Vx6jTf3EwXCnWcRmXXNuPFPOo5znBLs98raCe0546bbcq7jSZr5Sg11qBX5N+N3Bv/eup7qQKAnivAvBOAx6533LzR3fZfe7AN0dOEC2D079Vg0t0o+JBPd7mLxIF54BnHoy5OlRCg0g0ol6R9iN3HlgUbMJWL2dFEoU+kjMVNTUKykEh/Q4Zh/ug9lnyObHsDTzZwr3qe0L308lh9Ko20e/aCFS8YLtTv1qlewKtz/BIxck8vDBsY61hrymbVvlxDD2ESuzt8qJXp5vBF1dfaBFTO5enxBJYVIF2JyeSwDAPOJiYTdsz9ssVolmx6p9yKSTuhuFISyU4xOOcU4wOzAfMAcGBSsOAwIaBBSPRDVaFWhKRqBSQvxQV/NpiUuTawQUxxNV8/5sOf5HrarXJESyg2NwXl4CAgfQ\",\r\n \"certificatePassword\": \"Password\",\r\n \"storeName\": \"CertificateAuthority\"\r\n }\r\n ],\r\n \"disableGateway\": false,\r\n \"virtualNetworkType\": \"None\",\r\n \"publisherEmail\": \"apim@powershell.org\",\r\n \"publisherName\": \"apimpowershellorg\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {}\r\n}", @@ -181,7 +181,7 @@ "\"AAAAAABWz50=\"" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -225,7 +225,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -248,7 +248,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -288,7 +288,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -311,7 +311,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -351,7 +351,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -374,7 +374,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -414,7 +414,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -437,7 +437,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -477,7 +477,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -500,7 +500,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -540,7 +540,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -563,7 +563,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -603,7 +603,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -626,7 +626,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -666,7 +666,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -689,7 +689,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -729,7 +729,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -752,7 +752,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -792,7 +792,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -815,7 +815,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -855,7 +855,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -878,7 +878,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -918,7 +918,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -941,7 +941,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -981,7 +981,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1004,7 +1004,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1044,7 +1044,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1067,7 +1067,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1107,7 +1107,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1130,7 +1130,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1170,7 +1170,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1193,7 +1193,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1233,7 +1233,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1256,7 +1256,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1296,7 +1296,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1319,7 +1319,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1359,7 +1359,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1382,7 +1382,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1422,7 +1422,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1445,7 +1445,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1485,7 +1485,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1508,7 +1508,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1548,7 +1548,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1571,7 +1571,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1611,7 +1611,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1634,7 +1634,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1674,7 +1674,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1697,7 +1697,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1737,7 +1737,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1760,7 +1760,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1800,7 +1800,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1823,7 +1823,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1863,7 +1863,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1923,7 +1923,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1946,7 +1946,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1986,7 +1986,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2009,7 +2009,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2049,7 +2049,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2072,7 +2072,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2112,7 +2112,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2135,7 +2135,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2175,7 +2175,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2198,7 +2198,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2238,7 +2238,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2261,7 +2261,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2301,7 +2301,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2324,7 +2324,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2364,7 +2364,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2387,7 +2387,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2427,7 +2427,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2450,7 +2450,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2490,7 +2490,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2513,7 +2513,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2553,7 +2553,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2576,7 +2576,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2616,7 +2616,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2639,7 +2639,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2679,7 +2679,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2702,7 +2702,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2742,7 +2742,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2765,7 +2765,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2805,7 +2805,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2828,7 +2828,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2868,7 +2868,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2891,7 +2891,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2931,7 +2931,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2954,7 +2954,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2994,7 +2994,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3017,7 +3017,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3057,7 +3057,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3080,7 +3080,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3120,7 +3120,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3143,7 +3143,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3183,7 +3183,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3206,7 +3206,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3246,7 +3246,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3269,7 +3269,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3309,7 +3309,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3332,7 +3332,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3372,7 +3372,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3395,7 +3395,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3435,7 +3435,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3458,7 +3458,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3498,7 +3498,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3521,7 +3521,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3561,7 +3561,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3584,7 +3584,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3624,7 +3624,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3647,7 +3647,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3687,7 +3687,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagement.json b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagement.json index b257fbf8c637..70769d1f80ff 100644 --- a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagement.json +++ b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagement.json @@ -127,7 +127,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"True\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"True\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"publisherEmail\": \"apim@powershell.org\",\r\n \"publisherName\": \"apimpowershellorg\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"Central US\"\r\n}", @@ -162,7 +162,7 @@ "\"AAAAAAAofsw=\"" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -206,7 +206,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -229,7 +229,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -269,7 +269,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -292,7 +292,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -332,7 +332,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -355,7 +355,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -395,7 +395,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -418,7 +418,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -458,7 +458,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -481,7 +481,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -521,7 +521,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -544,7 +544,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -584,7 +584,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -607,7 +607,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -647,7 +647,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -670,7 +670,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -710,7 +710,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -733,7 +733,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -773,7 +773,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -796,7 +796,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -836,7 +836,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -859,7 +859,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -899,7 +899,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -922,7 +922,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -962,7 +962,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -985,7 +985,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1025,7 +1025,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1048,7 +1048,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1088,7 +1088,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1111,7 +1111,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1151,7 +1151,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1174,7 +1174,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1214,7 +1214,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1237,7 +1237,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1277,7 +1277,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1300,7 +1300,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1340,7 +1340,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1363,7 +1363,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1403,7 +1403,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1426,7 +1426,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1466,7 +1466,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1489,7 +1489,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1529,7 +1529,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1552,7 +1552,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1592,7 +1592,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1615,7 +1615,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1655,7 +1655,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1678,7 +1678,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1718,7 +1718,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1741,7 +1741,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1781,7 +1781,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1804,7 +1804,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1844,7 +1844,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1867,7 +1867,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1907,7 +1907,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1930,7 +1930,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1970,7 +1970,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1993,7 +1993,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2033,7 +2033,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2056,7 +2056,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2096,7 +2096,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2119,7 +2119,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2159,7 +2159,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2182,7 +2182,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2222,7 +2222,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2245,7 +2245,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2285,7 +2285,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2308,7 +2308,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2348,7 +2348,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2371,7 +2371,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2411,7 +2411,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2434,7 +2434,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2474,7 +2474,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2497,7 +2497,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2537,7 +2537,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2560,7 +2560,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2600,7 +2600,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2623,7 +2623,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2663,7 +2663,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2686,7 +2686,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2726,7 +2726,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2749,7 +2749,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2789,7 +2789,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2812,7 +2812,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2852,7 +2852,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2875,7 +2875,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2915,7 +2915,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2938,7 +2938,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2978,7 +2978,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3001,7 +3001,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3041,7 +3041,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3064,7 +3064,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3104,7 +3104,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3127,7 +3127,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3167,7 +3167,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3190,7 +3190,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3230,7 +3230,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3253,7 +3253,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3293,7 +3293,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3316,7 +3316,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3356,7 +3356,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3379,7 +3379,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3419,7 +3419,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3442,7 +3442,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3482,7 +3482,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3505,7 +3505,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3545,7 +3545,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3568,7 +3568,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3608,7 +3608,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3631,7 +3631,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3671,7 +3671,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3694,7 +3694,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3734,7 +3734,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3757,7 +3757,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3797,7 +3797,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3820,7 +3820,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3860,7 +3860,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3883,7 +3883,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3923,7 +3923,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3946,7 +3946,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3986,7 +3986,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -4046,7 +4046,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/getssotoken?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/getssotoken?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvZ2V0c3NvdG9rZW4/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", @@ -4109,7 +4109,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -4172,7 +4172,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -4236,7 +4236,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -4299,7 +4299,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzY/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"virtualNetworkType\": \"None\",\r\n \"publisherEmail\": \"second.apim@powershell.org\",\r\n \"publisherName\": \"second.apimpowershellorg\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"capacity\": 2\r\n },\r\n \"location\": \"Central US\"\r\n}", @@ -4334,7 +4334,7 @@ "\"AAAAAAAof0c=\"" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4378,7 +4378,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -4401,7 +4401,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4441,7 +4441,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -4464,7 +4464,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4504,7 +4504,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -4527,7 +4527,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4567,7 +4567,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -4590,7 +4590,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4630,7 +4630,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -4653,7 +4653,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4693,7 +4693,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -4716,7 +4716,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4756,7 +4756,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -4779,7 +4779,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4819,7 +4819,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -4842,7 +4842,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4882,7 +4882,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -4905,7 +4905,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4945,7 +4945,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -4968,7 +4968,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -5008,7 +5008,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -5031,7 +5031,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -5071,7 +5071,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -5094,7 +5094,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -5134,7 +5134,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -5157,7 +5157,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -5197,7 +5197,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -5220,7 +5220,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -5260,7 +5260,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -5283,7 +5283,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -5323,7 +5323,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -5346,7 +5346,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -5386,7 +5386,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -5409,7 +5409,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -5449,7 +5449,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -5472,7 +5472,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -5512,7 +5512,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -5535,7 +5535,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -5575,7 +5575,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -5598,7 +5598,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -5638,7 +5638,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -5661,7 +5661,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -5701,7 +5701,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -5724,7 +5724,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -5764,7 +5764,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -5787,7 +5787,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -5827,7 +5827,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -5850,7 +5850,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -5890,7 +5890,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -5913,7 +5913,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -5953,7 +5953,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -5976,7 +5976,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -6016,7 +6016,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -6039,7 +6039,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -6079,7 +6079,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -6102,7 +6102,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -6142,7 +6142,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -6165,7 +6165,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -6205,7 +6205,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -6228,7 +6228,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -6268,7 +6268,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -6291,7 +6291,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -6331,7 +6331,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -6354,7 +6354,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -6394,7 +6394,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -6417,7 +6417,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -6457,7 +6457,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -6480,7 +6480,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -6520,7 +6520,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -6543,7 +6543,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -6583,7 +6583,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -6606,7 +6606,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -6646,7 +6646,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -6669,7 +6669,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -6709,7 +6709,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -6732,7 +6732,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -6772,7 +6772,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -6795,7 +6795,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -6835,7 +6835,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -6858,7 +6858,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -6898,7 +6898,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -6921,7 +6921,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -6961,7 +6961,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -6984,7 +6984,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -7024,7 +7024,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -7047,7 +7047,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -7087,7 +7087,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -7110,7 +7110,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -7150,7 +7150,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -7173,7 +7173,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -7213,7 +7213,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -7236,7 +7236,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -7276,7 +7276,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -7299,7 +7299,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -7339,7 +7339,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -7362,7 +7362,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -7402,7 +7402,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -7425,7 +7425,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -7465,7 +7465,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -7488,7 +7488,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -7528,7 +7528,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -7551,7 +7551,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -7591,7 +7591,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -7614,7 +7614,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -7654,7 +7654,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -7677,7 +7677,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -7717,7 +7717,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -7740,7 +7740,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -7780,7 +7780,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -7803,7 +7803,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -7843,7 +7843,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -7866,7 +7866,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -7906,7 +7906,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -7966,7 +7966,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/getssotoken?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/getssotoken?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvZ2V0c3NvdG9rZW4/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", @@ -8029,7 +8029,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/providers/Microsoft.ApiManagement/service?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/providers/Microsoft.ApiManagement/service?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -8133,7 +8133,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/providers/Microsoft.ApiManagement/service?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/providers/Microsoft.ApiManagement/service?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -8237,7 +8237,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4889?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4889?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ4ODk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"virtualNetworkType\": \"None\",\r\n \"publisherEmail\": \"second.apim@powershell.org\",\r\n \"publisherName\": \"second.apimpowershellorg\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Consumption\",\r\n \"capacity\": 0\r\n },\r\n \"location\": \"West Europe\"\r\n}", @@ -8272,7 +8272,7 @@ "\"AAAAAACWXmU=\"" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4889/operationresults/d2VzdGV1cm9wZTpwczQ4ODlfQWN0Xzg1YjdlYmY0?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4889/operationresults/d2VzdGV1cm9wZTpwczQ4ODlfQWN0Xzg1YjdlYmY0?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -8316,7 +8316,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4889/operationresults/d2VzdGV1cm9wZTpwczQ4ODlfQWN0Xzg1YjdlYmY0?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4889/operationresults/d2VzdGV1cm9wZTpwczQ4ODlfQWN0Xzg1YjdlYmY0?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ4ODkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdWMWNtOXdaVHB3Y3pRNE9EbGZRV04wWHpnMVlqZGxZbVkwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -8339,7 +8339,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4889/operationresults/d2VzdGV1cm9wZTpwczQ4ODlfQWN0Xzg1YjdlYmY0?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4889/operationresults/d2VzdGV1cm9wZTpwczQ4ODlfQWN0Xzg1YjdlYmY0?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -8379,7 +8379,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4889/operationresults/d2VzdGV1cm9wZTpwczQ4ODlfQWN0Xzg1YjdlYmY0?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4889/operationresults/d2VzdGV1cm9wZTpwczQ4ODlfQWN0Xzg1YjdlYmY0?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ4ODkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdWMWNtOXdaVHB3Y3pRNE9EbGZRV04wWHpnMVlqZGxZbVkwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -8439,7 +8439,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", @@ -8465,7 +8465,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19UZXJtX2Q1OThiYWRh?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19UZXJtX2Q1OThiYWRh?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -8508,7 +8508,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19UZXJtX2Q1OThiYWRh?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19UZXJtX2Q1OThiYWRh?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOVVaWEp0WDJRMU9UaGlZV1JoP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -8531,7 +8531,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19UZXJtX2Q1OThiYWRh?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19UZXJtX2Q1OThiYWRh?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -8571,7 +8571,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19UZXJtX2Q1OThiYWRh?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19UZXJtX2Q1OThiYWRh?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOVVaWEp0WDJRMU9UaGlZV1JoP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -8628,7 +8628,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19UZXJtX2Q1OThiYWRh?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19UZXJtX2Q1OThiYWRh?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOVVaWEp0WDJRMU9UaGlZV1JoP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -8685,7 +8685,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzY/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", @@ -8711,7 +8711,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9UZXJtXzUwZDcyMjgw?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9UZXJtXzUwZDcyMjgw?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -8754,7 +8754,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9UZXJtXzUwZDcyMjgw?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9UZXJtXzUwZDcyMjgw?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOVVaWEp0WHpVd1pEY3lNamd3P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -8777,7 +8777,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9UZXJtXzUwZDcyMjgw?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9UZXJtXzUwZDcyMjgw?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -8817,7 +8817,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9UZXJtXzUwZDcyMjgw?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9UZXJtXzUwZDcyMjgw?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOVVaWEp0WHpVd1pEY3lNamd3P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -8874,7 +8874,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9UZXJtXzUwZDcyMjgw?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9UZXJtXzUwZDcyMjgw?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOVVaWEp0WHpVd1pEY3lNamd3P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -8931,7 +8931,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4889?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4889?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ4ODk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", @@ -8957,7 +8957,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4889/operationresults/d2VzdGV1cm9wZTpwczQ4ODlfVGVybV84NWMwZjM1Mw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4889/operationresults/d2VzdGV1cm9wZTpwczQ4ODlfVGVybV84NWMwZjM1Mw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -9000,7 +9000,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4889/operationresults/d2VzdGV1cm9wZTpwczQ4ODlfVGVybV84NWMwZjM1Mw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4889/operationresults/d2VzdGV1cm9wZTpwczQ4ODlfVGVybV84NWMwZjM1Mw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ4ODkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdWMWNtOXdaVHB3Y3pRNE9EbGZWR1Z5YlY4NE5XTXdaak0xTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -9057,7 +9057,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4889/operationresults/d2VzdGV1cm9wZTpwczQ4ODlfVGVybV84NWMwZjM1Mw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4889/operationresults/d2VzdGV1cm9wZTpwczQ4ODlfVGVybV84NWMwZjM1Mw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ4ODkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdWMWNtOXdaVHB3Y3pRNE9EbGZWR1Z5YlY4NE5XTXdaak0xTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementVirtualNetworkStv2CRUD.json b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementVirtualNetworkStv2CRUD.json index a72208e10854..fb182e5d6144 100644 --- a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementVirtualNetworkStv2CRUD.json +++ b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementVirtualNetworkStv2CRUD.json @@ -67,7 +67,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"publicIpAddressId\": \"/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/powershelltest/providers/Microsoft.Network/publicIPAddresses/powershellvneteastusip\",\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/powershelltest/providers/Microsoft.Network/virtualNetworks/powershellvneteastus/subnets/stv2subnet\"\r\n },\r\n \"virtualNetworkType\": \"External\",\r\n \"publisherEmail\": \"apim@powershell.org\",\r\n \"publisherName\": \"apimpowershellorg\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"East US\"\r\n}", @@ -102,7 +102,7 @@ "\"AAAAAABc8O4=\"" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -146,7 +146,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"ps471.azure-api.net\",\r\n \"defaultSslBinding\": true,\r\n \"negotiateClientCertificate\": false,\r\n \"certificateSource\": \"BuiltIn\"\r\n }\r\n ],\r\n \"publicIpAddressId\": \"/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/powershelltest/providers/Microsoft.Network/publicIPAddresses/powershellvneteastusip2\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/powershelltest/providers/Microsoft.Network/virtualNetworks/powershellvneteastus/subnets/stv2subnet\"\r\n },\r\n \"additionalLocations\": [\r\n {\r\n \"location\": \"South Central US\",\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"publicIpAddressId\": \"/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/powershelltest/providers/Microsoft.Network/publicIPAddresses/powershellvnetscuip\",\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/powershelltest/providers/Microsoft.Network/virtualNetworks/powershellvnetscu/subnets/stv2subnet\"\r\n }\r\n }\r\n ],\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"disableGateway\": false,\r\n \"virtualNetworkType\": \"Internal\",\r\n \"publisherEmail\": \"apim@powershell.org\",\r\n \"publisherName\": \"apimpowershellorg\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {}\r\n}", @@ -181,7 +181,7 @@ "\"AAAAAABc+s4=\"" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -225,7 +225,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -248,7 +248,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -288,7 +288,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -311,7 +311,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -351,7 +351,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -374,7 +374,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -414,7 +414,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -437,7 +437,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -477,7 +477,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -500,7 +500,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -540,7 +540,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -563,7 +563,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -603,7 +603,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -626,7 +626,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -666,7 +666,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -689,7 +689,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -729,7 +729,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -752,7 +752,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -792,7 +792,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -815,7 +815,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -855,7 +855,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -878,7 +878,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -918,7 +918,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -941,7 +941,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -981,7 +981,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1004,7 +1004,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1044,7 +1044,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1067,7 +1067,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1107,7 +1107,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1130,7 +1130,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1170,7 +1170,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1193,7 +1193,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1233,7 +1233,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1256,7 +1256,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1296,7 +1296,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1319,7 +1319,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1359,7 +1359,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1382,7 +1382,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1422,7 +1422,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1445,7 +1445,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1485,7 +1485,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1508,7 +1508,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1548,7 +1548,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1571,7 +1571,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1611,7 +1611,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1634,7 +1634,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1674,7 +1674,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1697,7 +1697,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1737,7 +1737,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1760,7 +1760,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1800,7 +1800,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1823,7 +1823,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1863,7 +1863,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1886,7 +1886,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1926,7 +1926,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1949,7 +1949,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1989,7 +1989,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2012,7 +2012,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2052,7 +2052,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2075,7 +2075,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2115,7 +2115,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2138,7 +2138,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2178,7 +2178,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2201,7 +2201,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2241,7 +2241,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2264,7 +2264,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2304,7 +2304,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2327,7 +2327,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2367,7 +2367,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2390,7 +2390,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2430,7 +2430,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2453,7 +2453,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2493,7 +2493,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2516,7 +2516,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2556,7 +2556,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2579,7 +2579,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2619,7 +2619,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2642,7 +2642,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2682,7 +2682,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2705,7 +2705,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2745,7 +2745,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2768,7 +2768,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2808,7 +2808,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2831,7 +2831,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2871,7 +2871,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2894,7 +2894,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2934,7 +2934,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2957,7 +2957,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2997,7 +2997,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -3020,7 +3020,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3060,7 +3060,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -3083,7 +3083,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3123,7 +3123,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -3146,7 +3146,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3186,7 +3186,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -3209,7 +3209,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3249,7 +3249,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -3272,7 +3272,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3312,7 +3312,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -3335,7 +3335,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3375,7 +3375,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -3398,7 +3398,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3438,7 +3438,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -3461,7 +3461,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3501,7 +3501,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -3524,7 +3524,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3564,7 +3564,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -3587,7 +3587,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3627,7 +3627,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -3650,7 +3650,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3690,7 +3690,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -3713,7 +3713,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3753,7 +3753,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -3776,7 +3776,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3816,7 +3816,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -3876,7 +3876,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/networkstatus?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/networkstatus?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9uZXR3b3Jrc3RhdHVzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3939,7 +3939,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/networkstatus?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/networkstatus?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9uZXR3b3Jrc3RhdHVzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -4002,7 +4002,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -4068,7 +4068,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -4091,7 +4091,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4131,7 +4131,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -4154,7 +4154,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4194,7 +4194,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -4217,7 +4217,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4257,7 +4257,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -4280,7 +4280,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4320,7 +4320,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -4343,7 +4343,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4383,7 +4383,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -4406,7 +4406,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4446,7 +4446,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -4469,7 +4469,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4509,7 +4509,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -4532,7 +4532,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4572,7 +4572,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -4595,7 +4595,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4635,7 +4635,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -4658,7 +4658,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4698,7 +4698,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -4721,7 +4721,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4761,7 +4761,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -4784,7 +4784,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4824,7 +4824,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -4847,7 +4847,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4887,7 +4887,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -4910,7 +4910,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4950,7 +4950,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -4973,7 +4973,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -5013,7 +5013,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -5036,7 +5036,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -5076,7 +5076,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -5099,7 +5099,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -5139,7 +5139,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -5162,7 +5162,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -5202,7 +5202,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -5225,7 +5225,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -5265,7 +5265,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -5288,7 +5288,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -5328,7 +5328,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -5351,7 +5351,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -5391,7 +5391,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -5414,7 +5414,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -5454,7 +5454,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -5477,7 +5477,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -5517,7 +5517,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -5540,7 +5540,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -5580,7 +5580,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -5603,7 +5603,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -5643,7 +5643,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementWithAdditionalRegions.json b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementWithAdditionalRegions.json index f77e51e5652a..be19a3639433 100644 --- a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementWithAdditionalRegions.json +++ b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementWithAdditionalRegions.json @@ -67,7 +67,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Nz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"additionalLocations\": [\r\n {\r\n \"location\": \"East US\",\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 2\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"disableGateway\": true\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 2\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"disableGateway\": true\r\n }\r\n ],\r\n \"disableGateway\": false,\r\n \"virtualNetworkType\": \"None\",\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": \"2019-12-01\"\r\n },\r\n \"publisherEmail\": \"apim@powershell.org\",\r\n \"publisherName\": \"apimpowershellorg\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 2\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/powershelltest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/powershellTestUserIdentity\": {}\r\n }\r\n },\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n}", @@ -102,7 +102,7 @@ "\"AAAAAAAgfzc=\"" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -146,7 +146,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Nz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"ps397.azure-api.net\",\r\n \"defaultSslBinding\": true,\r\n \"negotiateClientCertificate\": false,\r\n \"certificateSource\": \"BuiltIn\"\r\n }\r\n ],\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"additionalLocations\": [\r\n {\r\n \"location\": \"South Central US\",\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 2\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"disableGateway\": false\r\n }\r\n ],\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"disableGateway\": false,\r\n \"virtualNetworkType\": \"None\",\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": \"2019-12-01\"\r\n },\r\n \"publisherEmail\": \"apim@powershell.org\",\r\n \"publisherName\": \"apimpowershellorg\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 2\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/powershelltest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/powershellTestUserIdentity\": {}\r\n }\r\n },\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"tags\": {}\r\n}", @@ -181,7 +181,7 @@ "\"AAAAAAAgf4g=\"" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -225,7 +225,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -248,7 +248,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -288,7 +288,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -311,7 +311,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -351,7 +351,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -374,7 +374,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -414,7 +414,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -437,7 +437,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -477,7 +477,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -500,7 +500,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -540,7 +540,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -563,7 +563,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -603,7 +603,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -626,7 +626,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -666,7 +666,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -689,7 +689,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -729,7 +729,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -752,7 +752,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -792,7 +792,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -815,7 +815,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -855,7 +855,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -878,7 +878,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -918,7 +918,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -941,7 +941,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -981,7 +981,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1004,7 +1004,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1044,7 +1044,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1067,7 +1067,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1107,7 +1107,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1130,7 +1130,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1170,7 +1170,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1193,7 +1193,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1233,7 +1233,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1256,7 +1256,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1296,7 +1296,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1319,7 +1319,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1359,7 +1359,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1382,7 +1382,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1422,7 +1422,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1445,7 +1445,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1485,7 +1485,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1508,7 +1508,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1548,7 +1548,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1571,7 +1571,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1611,7 +1611,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1634,7 +1634,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1674,7 +1674,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1697,7 +1697,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1737,7 +1737,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1760,7 +1760,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1800,7 +1800,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1823,7 +1823,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1863,7 +1863,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1886,7 +1886,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1926,7 +1926,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1949,7 +1949,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1989,7 +1989,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2012,7 +2012,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2052,7 +2052,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2075,7 +2075,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2115,7 +2115,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2138,7 +2138,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2178,7 +2178,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2201,7 +2201,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2241,7 +2241,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2264,7 +2264,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2304,7 +2304,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2327,7 +2327,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2367,7 +2367,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2390,7 +2390,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2430,7 +2430,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2453,7 +2453,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2493,7 +2493,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2553,7 +2553,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Nz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2619,7 +2619,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -2642,7 +2642,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2682,7 +2682,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -2705,7 +2705,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2745,7 +2745,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -2768,7 +2768,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2808,7 +2808,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -2831,7 +2831,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2871,7 +2871,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -2894,7 +2894,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2934,7 +2934,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -2957,7 +2957,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2997,7 +2997,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -3020,7 +3020,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3060,7 +3060,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -3083,7 +3083,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3123,7 +3123,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -3146,7 +3146,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3186,7 +3186,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -3209,7 +3209,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3249,7 +3249,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -3272,7 +3272,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3312,7 +3312,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -3335,7 +3335,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3375,7 +3375,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -3398,7 +3398,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3438,7 +3438,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -3461,7 +3461,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3501,7 +3501,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -3524,7 +3524,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3564,7 +3564,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -3587,7 +3587,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3627,7 +3627,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -3650,7 +3650,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3690,7 +3690,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -3713,7 +3713,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3753,7 +3753,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -3776,7 +3776,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3816,7 +3816,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -3839,7 +3839,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3879,7 +3879,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementWithVirtualNetwork.json b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementWithVirtualNetwork.json index ece805875bbc..eade4406a9b3 100644 --- a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementWithVirtualNetwork.json +++ b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementWithVirtualNetwork.json @@ -67,7 +67,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTY/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/powershelltest/providers/Microsoft.Network/virtualNetworks/powershellvneteastus/subnets/default\"\r\n },\r\n \"virtualNetworkType\": \"External\",\r\n \"publisherEmail\": \"apim@powershell.org\",\r\n \"publisherName\": \"apimpowershellorg\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"East US\"\r\n}", @@ -102,7 +102,7 @@ "\"AAAAAABWzZk=\"" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -146,7 +146,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTY/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"ps2356.azure-api.net\",\r\n \"defaultSslBinding\": true,\r\n \"negotiateClientCertificate\": false,\r\n \"certificateSource\": \"BuiltIn\"\r\n }\r\n ],\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/powershelltest/providers/Microsoft.Network/virtualNetworks/powershellvneteastus/subnets/default\"\r\n },\r\n \"additionalLocations\": [\r\n {\r\n \"location\": \"South Central US\",\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/powershelltest/providers/Microsoft.Network/virtualNetworks/powershellvnetscu/subnets/default\"\r\n }\r\n }\r\n ],\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"disableGateway\": false,\r\n \"virtualNetworkType\": \"Internal\",\r\n \"publisherEmail\": \"apim@powershell.org\",\r\n \"publisherName\": \"apimpowershellorg\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {}\r\n}", @@ -181,7 +181,7 @@ "\"AAAAAABWzsg=\"" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -225,7 +225,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -248,7 +248,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -288,7 +288,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -311,7 +311,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -351,7 +351,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -374,7 +374,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -414,7 +414,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -437,7 +437,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -477,7 +477,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -500,7 +500,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -540,7 +540,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -563,7 +563,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -603,7 +603,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -626,7 +626,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -666,7 +666,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -689,7 +689,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -729,7 +729,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -752,7 +752,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -792,7 +792,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -815,7 +815,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -855,7 +855,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -878,7 +878,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -918,7 +918,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -941,7 +941,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -981,7 +981,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1004,7 +1004,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1044,7 +1044,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1067,7 +1067,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1107,7 +1107,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1130,7 +1130,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1170,7 +1170,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1193,7 +1193,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1233,7 +1233,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1256,7 +1256,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1296,7 +1296,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1319,7 +1319,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1359,7 +1359,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1382,7 +1382,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1422,7 +1422,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1445,7 +1445,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1485,7 +1485,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1508,7 +1508,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1548,7 +1548,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1571,7 +1571,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1611,7 +1611,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1634,7 +1634,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1674,7 +1674,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1697,7 +1697,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1737,7 +1737,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1760,7 +1760,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1800,7 +1800,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1823,7 +1823,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1863,7 +1863,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1886,7 +1886,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1926,7 +1926,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -1949,7 +1949,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -1989,7 +1989,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -2012,7 +2012,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2052,7 +2052,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -2075,7 +2075,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2115,7 +2115,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -2138,7 +2138,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2178,7 +2178,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -2201,7 +2201,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2241,7 +2241,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -2264,7 +2264,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2304,7 +2304,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -2327,7 +2327,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2367,7 +2367,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -2390,7 +2390,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2430,7 +2430,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -2453,7 +2453,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2493,7 +2493,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -2516,7 +2516,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2556,7 +2556,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -2579,7 +2579,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2619,7 +2619,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -2642,7 +2642,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2682,7 +2682,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -2705,7 +2705,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2745,7 +2745,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -2768,7 +2768,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -2808,7 +2808,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -2868,7 +2868,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/networkstatus?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/networkstatus?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvbmV0d29ya3N0YXR1cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2931,7 +2931,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/networkstatus?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/networkstatus?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvbmV0d29ya3N0YXR1cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -2994,7 +2994,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTY/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -3060,7 +3060,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3083,7 +3083,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3123,7 +3123,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3146,7 +3146,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3186,7 +3186,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3209,7 +3209,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3249,7 +3249,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3272,7 +3272,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3312,7 +3312,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3335,7 +3335,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3375,7 +3375,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3398,7 +3398,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3438,7 +3438,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3461,7 +3461,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3501,7 +3501,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3524,7 +3524,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3564,7 +3564,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3587,7 +3587,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3627,7 +3627,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3650,7 +3650,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3690,7 +3690,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3713,7 +3713,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3753,7 +3753,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3776,7 +3776,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3816,7 +3816,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3839,7 +3839,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3879,7 +3879,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3902,7 +3902,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -3942,7 +3942,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -3965,7 +3965,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4005,7 +4005,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -4028,7 +4028,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4068,7 +4068,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -4091,7 +4091,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4131,7 +4131,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -4154,7 +4154,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4194,7 +4194,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -4217,7 +4217,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4257,7 +4257,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -4280,7 +4280,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4320,7 +4320,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -4343,7 +4343,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4383,7 +4383,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -4406,7 +4406,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4446,7 +4446,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -4469,7 +4469,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4509,7 +4509,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -4532,7 +4532,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4572,7 +4572,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -4595,7 +4595,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01" + "https://management.azure.com/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01" ], "Retry-After": [ "60" @@ -4635,7 +4635,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2021-08-01", + "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", From 0307b5b94390500937e3b9f8c1260bcbb782f9dd Mon Sep 17 00:00:00 2001 From: Update Parameters Pipeline Date: Fri, 21 Nov 2025 14:35:21 +0100 Subject: [PATCH 6/7] Update Az.ApiManagement SDK to API version 2022-08-01 - Regenerated SDK using AutoRest from 2022-08-01 Azure REST API specs - Updated all test session recordings (plain and base64-encoded API versions) - Updated ChangeLog with API version upgrade details - Resolves compatibility issues with newer Azure API Management service instances --- .../CreateApiManagementService.json | 4 +- .../ApiCloneCrudTest.json | 42 +++---- .../ApiCrudGraphQLTest.json | 24 ++-- .../ApiCrudTest.json | 34 +++--- .../ApiCrudWebSocketTest.json | 24 ++-- .../ApiDiagnosticCrudTest.json | 36 +++--- .../ApiImportExportOpenApiJsonTest.json | 16 +-- .../ApiImportExportOpenApiTest.json | 28 ++--- .../ApiImportExportSwaggerTest.json | 24 ++-- .../ApiImportExportWadlTest.json | 12 +- .../ApiImportExportWsdlTest.json | 26 ++--- .../ApiRevisionCrudTest.json | 60 +++++----- .../ApiSchemaCrudOnSwaggerApiTest.json | 28 ++--- .../ApiSchemaCrudOnWsdlApiTest.json | 28 ++--- .../ApiVersionSetCrudTest.json | 40 +++---- .../ApiVersionSetImportCrudTest.json | 32 +++--- .../AuthorizationServerCrudTest.json | 20 ++-- .../BackendCrudTest.json | 34 +++--- .../BackendServiceFabricCrudTest.json | 24 ++-- .../CacheCrudTest.json | 28 ++--- .../CertificateCrudTest.json | 50 ++++----- .../DiagnosticCrudTest.json | 22 ++-- .../GatewayCrudTest.json | 82 +++++++------- .../GroupCrudTest.json | 60 +++++----- .../IdentityProviderAadB2CCrudTest.json | 42 +++---- .../IdentityProviderCrudTest.json | 22 ++-- .../LoggerCrudTest.json | 26 ++--- .../OpenIdConnectProviderCrudTest.json | 46 ++++---- .../OperationsCrudTest.json | 32 +++--- .../PolicyCrudTest.json | 100 ++++++++--------- .../ProductCrudTest.json | 38 +++---- .../PropertiesCrudTest.json | 104 +++++++++--------- .../SubscriptionNewModelCrudTest.json | 34 +++--- .../SubscriptionOldModelCrudTest.json | 36 +++--- .../TenantAccessConfCrudTest.json | 10 +- .../TenantGitConfCrudTest.json | 48 ++++---- .../UserCrudTest.json | 64 +++++------ .../TestApiManagementHostnamesCrud.json | 58 +++++----- .../TestCrudApiManagement.json | 16 +-- ...udApiManagementVirtualNetworkStv2CRUD.json | 52 ++++----- ...rudApiManagementWithAdditionalRegions.json | 42 +++---- ...stCrudApiManagementWithVirtualNetwork.json | 90 +++++++-------- .../ApiManagement/Az.ApiManagement.psd1 | 2 +- 43 files changed, 820 insertions(+), 820 deletions(-) diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/ApiManagementTests/CreateApiManagementService.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/ApiManagementTests/CreateApiManagementService.json index 593febcad0ac..e3d10e9db582 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/ApiManagementTests/CreateApiManagementService.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/ApiManagementTests/CreateApiManagementService.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"publisherEmail\": \"foo@live.com\",\r\n \"publisherName\": \"apimgmt\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUSEUAP\"\r\n}", @@ -74,7 +74,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCloneCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCloneCrudTest.json index dc280399f85c..20909d8160dc 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCloneCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCloneCrudTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -64,7 +64,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -130,8 +130,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -193,8 +193,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets/ps9813?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cy9wczk4MTM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets/ps9813?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cy9wczk4MTM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps2642\",\r\n \"versionQueryName\": \"ps4770\",\r\n \"displayName\": \"ps2858\",\r\n \"versioningScheme\": \"Query\"\r\n }\r\n}", "RequestHeaders": { @@ -265,7 +265,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps8084\",\r\n \"sourceApiId\": \"/apis/echo-api\",\r\n \"displayName\": \"ps1822\",\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/newapi\",\r\n \"path\": \"ps9036\",\r\n \"protocols\": [\r\n \"Http\",\r\n \"Https\"\r\n ]\r\n }\r\n}", @@ -337,7 +337,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -400,7 +400,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390/operations?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390/operations?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MC9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -463,7 +463,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390/operations/create-resource?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390/operations/create-resource?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MC9vcGVyYXRpb25zL2NyZWF0ZS1yZXNvdXJjZT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -529,7 +529,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390/operations/modify-resource?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390/operations/modify-resource?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MC9vcGVyYXRpb25zL21vZGlmeS1yZXNvdXJjZT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -595,7 +595,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390/operations/remove-resource?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390/operations/remove-resource?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MC9vcGVyYXRpb25zL3JlbW92ZS1yZXNvdXJjZT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -661,7 +661,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390/operations/retrieve-header-only?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390/operations/retrieve-header-only?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MC9vcGVyYXRpb25zL3JldHJpZXZlLWhlYWRlci1vbmx5P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -727,7 +727,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390/operations/retrieve-resource?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390/operations/retrieve-resource?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MC9vcGVyYXRpb25zL3JldHJpZXZlLXJlc291cmNlP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -793,7 +793,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390/operations/retrieve-resource-cached?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390/operations/retrieve-resource-cached?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MC9vcGVyYXRpb25zL3JldHJpZXZlLXJlc291cmNlLWNhY2hlZD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -859,7 +859,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps5841?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps5841?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNTg0MT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps1906\",\r\n \"apiVersion\": \"2\",\r\n \"apiVersionSetId\": \"/apiVersionSets/ps9813\",\r\n \"subscriptionRequired\": true,\r\n \"sourceApiId\": \"/apis/echo-api\",\r\n \"displayName\": \"ps6463\",\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/newapiv2\",\r\n \"path\": \"ps7493\",\r\n \"protocols\": [\r\n \"Http\",\r\n \"Https\"\r\n ]\r\n }\r\n}", @@ -931,7 +931,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps5841?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps5841?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNTg0MT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -994,7 +994,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390?deleteRevisions=true&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390?deleteRevisions=true&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MD9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", @@ -1057,7 +1057,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps5841?deleteRevisions=true&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps5841?deleteRevisions=true&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNTg0MT9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", @@ -1120,8 +1120,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets/ps9813?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cy9wczk4MTM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets/ps9813?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cy9wczk4MTM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCrudGraphQLTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCrudGraphQLTest.json index 304455979551..6fc148ab1c41 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCrudGraphQLTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCrudGraphQLTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps7145?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps7145?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNzE0NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps2087\",\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"ps5337\",\r\n \"query\": \"ps6898\"\r\n },\r\n \"type\": \"GraphQL\",\r\n \"termsOfServiceUrl\": \"microsoft.com\",\r\n \"contact\": {\r\n \"name\": \"ps1335\",\r\n \"url\": \"microsoft.com\",\r\n \"email\": \"contoso@microsoft.com\"\r\n },\r\n \"license\": {\r\n \"name\": \"ps6157\",\r\n \"url\": \"microsoft.com\"\r\n },\r\n \"displayName\": \"ps1536\",\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/newapi\",\r\n \"path\": \"ps2594\",\r\n \"protocols\": [\r\n \"Http\",\r\n \"Https\"\r\n ]\r\n }\r\n}", @@ -73,7 +73,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps7145?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps7145?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNzE0NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps4246\",\r\n \"authenticationSettings\": {},\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"ps2534\",\r\n \"query\": \"ps2849\"\r\n },\r\n \"type\": \"GraphQL\",\r\n \"apiRevision\": \"1\",\r\n \"isCurrent\": true,\r\n \"subscriptionRequired\": true,\r\n \"termsOfServiceUrl\": \"changed.microsoft.com\",\r\n \"contact\": {\r\n \"name\": \"ps4549\",\r\n \"url\": \"changed.microsoft.com\",\r\n \"email\": \"changed.contoso@microsoft.com\"\r\n },\r\n \"license\": {\r\n \"name\": \"ps591\",\r\n \"url\": \"changed.microsoft.com\"\r\n },\r\n \"displayName\": \"ps6241\",\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/newapinew\",\r\n \"path\": \"ps5408\",\r\n \"protocols\": [\r\n \"Https\"\r\n ]\r\n }\r\n}", @@ -148,7 +148,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps7145?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps7145?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNzE0NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -211,7 +211,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps7145?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps7145?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNzE0NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -277,7 +277,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -340,7 +340,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis/ps7145?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis/ps7145?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXMvcHM3MTQ1P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "", @@ -406,8 +406,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -469,8 +469,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -532,7 +532,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis/ps7145?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis/ps7145?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXMvcHM3MTQ1P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", @@ -592,7 +592,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps7145?deleteRevisions=true&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps7145?deleteRevisions=true&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNzE0NT9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCrudTest.json index 7cb71056101e..7b54f984274d 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCrudTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -64,7 +64,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -130,7 +130,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?$filter=properties/displayName%20eq%20'Echo%20API'&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?$filter=properties/displayName%20eq%20'Echo%20API'&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzPyRmaWx0ZXI9cHJvcGVydGllcy9kaXNwbGF5TmFtZSUyMGVxJTIwJ0VjaG8lMjBBUEknJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -193,7 +193,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8344?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8344?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODM0ND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps7322\",\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"ps8160\",\r\n \"query\": \"ps8637\"\r\n },\r\n \"displayName\": \"ps7197\",\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/newapi\",\r\n \"path\": \"ps6547\",\r\n \"protocols\": [\r\n \"Http\",\r\n \"Https\"\r\n ]\r\n }\r\n}", @@ -265,7 +265,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8344?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8344?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODM0ND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps4232\",\r\n \"authenticationSettings\": {},\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"ps2024\",\r\n \"query\": \"ps8863\"\r\n },\r\n \"apiRevision\": \"1\",\r\n \"isCurrent\": true,\r\n \"subscriptionRequired\": true,\r\n \"displayName\": \"ps7859\",\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/newapinew\",\r\n \"path\": \"ps4000\",\r\n \"protocols\": [\r\n \"Https\"\r\n ]\r\n }\r\n}", @@ -340,7 +340,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8344?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8344?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODM0ND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps4232\",\r\n \"authenticationSettings\": {},\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"ps2024\",\r\n \"query\": \"ps8863\"\r\n },\r\n \"apiRevision\": \"1\",\r\n \"isCurrent\": true,\r\n \"subscriptionRequired\": true,\r\n \"displayName\": \"ps7859\",\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/updateapi\",\r\n \"path\": \"ps4000\",\r\n \"protocols\": [\r\n \"https\"\r\n ]\r\n }\r\n}", @@ -415,7 +415,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8344?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8344?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODM0ND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -478,7 +478,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8344?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8344?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODM0ND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -544,7 +544,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8344?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8344?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODM0ND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -610,7 +610,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -673,7 +673,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis/ps8344?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis/ps8344?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXMvcHM4MzQ0P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "", @@ -739,8 +739,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -802,8 +802,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -865,7 +865,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis/ps8344?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis/ps8344?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXMvcHM4MzQ0P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", @@ -925,7 +925,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8344?deleteRevisions=true&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8344?deleteRevisions=true&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODM0ND9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCrudWebSocketTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCrudWebSocketTest.json index 948564f9a411..593c1abdc9f6 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCrudWebSocketTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCrudWebSocketTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8843?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8843?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODg0Mz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps8091\",\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"ps7801\",\r\n \"query\": \"ps2871\"\r\n },\r\n \"type\": \"WebSocket\",\r\n \"termsOfServiceUrl\": \"microsoft.com\",\r\n \"contact\": {\r\n \"name\": \"ps239\",\r\n \"url\": \"microsoft.com\",\r\n \"email\": \"contoso@microsoft.com\"\r\n },\r\n \"license\": {\r\n \"name\": \"ps7920\",\r\n \"url\": \"microsoft.com\"\r\n },\r\n \"displayName\": \"ps5335\",\r\n \"serviceUrl\": \"ws://newechoapi.cloudapp.net/newapi\",\r\n \"path\": \"ps6165\",\r\n \"protocols\": [\r\n \"Ws\",\r\n \"Wss\"\r\n ]\r\n }\r\n}", @@ -73,7 +73,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8843?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8843?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODg0Mz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps9514\",\r\n \"authenticationSettings\": {},\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"ps2234\",\r\n \"query\": \"ps7138\"\r\n },\r\n \"type\": \"WebSocket\",\r\n \"apiRevision\": \"1\",\r\n \"isCurrent\": true,\r\n \"subscriptionRequired\": true,\r\n \"termsOfServiceUrl\": \"changed.microsoft.com\",\r\n \"contact\": {\r\n \"name\": \"ps400\",\r\n \"url\": \"changed.microsoft.com\",\r\n \"email\": \"changed.contoso@microsoft.com\"\r\n },\r\n \"license\": {\r\n \"name\": \"ps9978\",\r\n \"url\": \"changed.microsoft.com\"\r\n },\r\n \"displayName\": \"ps5044\",\r\n \"serviceUrl\": \"ws://newechoapi.cloudapp.net/newapinew\",\r\n \"path\": \"ps8406\",\r\n \"protocols\": [\r\n \"Ws\"\r\n ]\r\n }\r\n}", @@ -148,7 +148,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8843?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8843?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODg0Mz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -211,7 +211,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8843?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8843?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODg0Mz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -277,7 +277,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -340,7 +340,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis/ps8843?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis/ps8843?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXMvcHM4ODQzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "", @@ -406,8 +406,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -469,8 +469,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -532,7 +532,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis/ps8843?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis/ps8843?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXMvcHM4ODQzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", @@ -592,7 +592,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8843?deleteRevisions=true&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8843?deleteRevisions=true&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODg0Mz9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiDiagnosticCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiDiagnosticCrudTest.json index 1206b673c47e..086ea1075deb 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiDiagnosticCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiDiagnosticCrudTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -64,7 +64,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/diagnostics?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/diagnostics?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL2RpYWdub3N0aWNzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -127,7 +127,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/diagnostics?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/diagnostics?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL2RpYWdub3N0aWNzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -190,7 +190,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps5839?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps5839?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzNTgzOT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"loggerType\": \"applicationInsights\",\r\n \"description\": \"ps7270\",\r\n \"credentials\": {\r\n \"instrumentationKey\": \"e2c9fc13-375a-4468-814d-a3acd13dfb4f\"\r\n },\r\n \"isBuffered\": true\r\n }\r\n}", @@ -262,8 +262,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/diagnostics/applicationinsights?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL2RpYWdub3N0aWNzL2FwcGxpY2F0aW9uaW5zaWdodHM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/diagnostics/applicationinsights?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL2RpYWdub3N0aWNzL2FwcGxpY2F0aW9uaW5zaWdodHM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"alwaysLog\": \"allErrors\",\r\n \"loggerId\": \"/loggers/ps5839\",\r\n \"sampling\": {\r\n \"samplingType\": \"fixed\",\r\n \"percentage\": 100.0\r\n },\r\n \"frontend\": {\r\n \"request\": {\r\n \"headers\": [\r\n \"Content-Type\",\r\n \"UserAgent\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 100\r\n }\r\n },\r\n \"response\": {\r\n \"headers\": [\r\n \"Content-Type\",\r\n \"UserAgent\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 100\r\n }\r\n }\r\n },\r\n \"backend\": {\r\n \"request\": {\r\n \"headers\": [\r\n \"Content-Type\",\r\n \"UserAgent\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 100\r\n }\r\n },\r\n \"response\": {\r\n \"headers\": [\r\n \"Content-Type\",\r\n \"UserAgent\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 100\r\n }\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -334,8 +334,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/diagnostics/applicationinsights?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL2RpYWdub3N0aWNzL2FwcGxpY2F0aW9uaW5zaWdodHM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/diagnostics/applicationinsights?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL2RpYWdub3N0aWNzL2FwcGxpY2F0aW9uaW5zaWdodHM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"alwaysLog\": \"allErrors\",\r\n \"loggerId\": \"/loggers/ps5839\",\r\n \"sampling\": {\r\n \"samplingType\": \"fixed\",\r\n \"percentage\": 50.0\r\n },\r\n \"frontend\": {\r\n \"request\": {\r\n \"headers\": [\r\n \"Content-Type\",\r\n \"UserAgent\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 100\r\n }\r\n },\r\n \"response\": {\r\n \"headers\": [\r\n \"Content-Type\",\r\n \"UserAgent\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 100\r\n }\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -409,8 +409,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/diagnostics/applicationinsights?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL2RpYWdub3N0aWNzL2FwcGxpY2F0aW9uaW5zaWdodHM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/diagnostics/applicationinsights?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL2RpYWdub3N0aWNzL2FwcGxpY2F0aW9uaW5zaWdodHM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -475,8 +475,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/diagnostics/applicationinsights?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL2RpYWdub3N0aWNzL2FwcGxpY2F0aW9uaW5zaWdodHM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/diagnostics/applicationinsights?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL2RpYWdub3N0aWNzL2FwcGxpY2F0aW9uaW5zaWdodHM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -541,8 +541,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/diagnostics/applicationinsights?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL2RpYWdub3N0aWNzL2FwcGxpY2F0aW9uaW5zaWdodHM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/diagnostics/applicationinsights?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL2RpYWdub3N0aWNzL2FwcGxpY2F0aW9uaW5zaWdodHM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -604,8 +604,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/diagnostics/applicationinsights?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL2RpYWdub3N0aWNzL2FwcGxpY2F0aW9uaW5zaWdodHM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/diagnostics/applicationinsights?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL2RpYWdub3N0aWNzL2FwcGxpY2F0aW9uaW5zaWdodHM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -664,7 +664,7 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps5839?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps5839?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzNTgzOT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", @@ -727,7 +727,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportOpenApiJsonTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportOpenApiJsonTest.json index 1a68c029ecbf..0cdf71c071f8 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportOpenApiJsonTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportOpenApiJsonTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3611?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3611?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzYxMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"openapifromFile\",\r\n \"value\": \"{\\r\\n \\\"openapi\\\": \\\"3.0.0\\\",\\r\\n \\\"servers\\\": [\\r\\n {\\r\\n \\\"url\\\": \\\"http://petstore.swagger.io/v2\\\"\\r\\n }\\r\\n ],\\r\\n \\\"info\\\": {\\r\\n \\\"description\\\": \\\":dog: :cat: :rabbit: This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.\\\",\\r\\n \\\"version\\\": \\\"1.0.0\\\",\\r\\n \\\"title\\\": \\\"Swagger Petstore\\\",\\r\\n \\\"termsOfService\\\": \\\"http://swagger.io/terms/\\\",\\r\\n \\\"contact\\\": {\\r\\n \\\"email\\\": \\\"apiteam@swagger.io\\\"\\r\\n },\\r\\n \\\"license\\\": {\\r\\n \\\"name\\\": \\\"Apache 2.0\\\",\\r\\n \\\"url\\\": \\\"http://www.apache.org/licenses/LICENSE-2.0.html\\\"\\r\\n }\\r\\n },\\r\\n \\\"tags\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"pet\\\",\\r\\n \\\"description\\\": \\\"Everything about your Pets\\\",\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"Find out more\\\",\\r\\n \\\"url\\\": \\\"http://swagger.io\\\"\\r\\n }\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"store\\\",\\r\\n \\\"description\\\": \\\"Access to Petstore orders\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"user\\\",\\r\\n \\\"description\\\": \\\"Operations about user\\\",\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"Find out more about our store\\\",\\r\\n \\\"url\\\": \\\"http://swagger.io\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"paths\\\": {\\r\\n \\\"/pet\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"pet\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Add a new pet to the store\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"addPet\\\",\\r\\n \\\"responses\\\": {\\r\\n \\\"405\\\": {\\r\\n \\\"description\\\": \\\"Invalid input\\\"\\r\\n }\\r\\n },\\r\\n \\\"security\\\": [\\r\\n {\\r\\n \\\"petstore_auth\\\": [\\r\\n \\\"write:pets\\\",\\r\\n \\\"read:pets\\\"\\r\\n ]\\r\\n }\\r\\n ],\\r\\n \\\"requestBody\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/requestBodies/Pet\\\"\\r\\n },\\r\\n \\\"parameters\\\": []\\r\\n },\\r\\n \\\"put\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"pet\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Update an existing pet\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"updatePet\\\",\\r\\n \\\"responses\\\": {\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid ID supplied\\\"\\r\\n },\\r\\n \\\"404\\\": {\\r\\n \\\"description\\\": \\\"Pet not found\\\"\\r\\n },\\r\\n \\\"405\\\": {\\r\\n \\\"description\\\": \\\"Validation exception\\\"\\r\\n }\\r\\n },\\r\\n \\\"security\\\": [\\r\\n {\\r\\n \\\"petstore_auth\\\": [\\r\\n \\\"write:pets\\\",\\r\\n \\\"read:pets\\\"\\r\\n ]\\r\\n }\\r\\n ],\\r\\n \\\"requestBody\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/requestBodies/Pet\\\"\\r\\n },\\r\\n \\\"parameters\\\": []\\r\\n }\\r\\n },\\r\\n \\\"/pet/findByStatus\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"pet\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Finds Pets by status\\\",\\r\\n \\\"description\\\": \\\"Multiple status values can be provided with comma separated strings\\\",\\r\\n \\\"operationId\\\": \\\"findPetsByStatus\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"status\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"Status values that need to be considered for filter\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"explode\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"enum\\\": [\\r\\n \\\"available\\\",\\r\\n \\\"pending\\\",\\r\\n \\\"sold\\\"\\r\\n ],\\r\\n \\\"default\\\": \\\"available\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\",\\r\\n \\\"content\\\": {\\r\\n \\\"application/xml\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Pet\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Pet\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid status value\\\"\\r\\n }\\r\\n },\\r\\n \\\"security\\\": [\\r\\n {\\r\\n \\\"petstore_auth\\\": [\\r\\n \\\"write:pets\\\",\\r\\n \\\"read:pets\\\"\\r\\n ]\\r\\n }\\r\\n ]\\r\\n }\\r\\n },\\r\\n \\\"/pet/findByTags\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"pet\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Finds Pets by tags\\\",\\r\\n \\\"description\\\": \\\"Muliple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.\\\",\\r\\n \\\"operationId\\\": \\\"findPetsByTags\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"tags\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"Tags to filter by\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"explode\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\",\\r\\n \\\"content\\\": {\\r\\n \\\"application/xml\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Pet\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Pet\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid tag value\\\"\\r\\n }\\r\\n },\\r\\n \\\"security\\\": [\\r\\n {\\r\\n \\\"petstore_auth\\\": [\\r\\n \\\"write:pets\\\",\\r\\n \\\"read:pets\\\"\\r\\n ]\\r\\n }\\r\\n ],\\r\\n \\\"deprecated\\\": true\\r\\n }\\r\\n },\\r\\n \\\"/pet/{petId}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"pet\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Find pet by ID\\\",\\r\\n \\\"description\\\": \\\"Returns a single pet\\\",\\r\\n \\\"operationId\\\": \\\"getPetById\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"petId\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet to return\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\",\\r\\n \\\"content\\\": {\\r\\n \\\"application/xml\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Pet\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid ID supplied\\\"\\r\\n },\\r\\n \\\"404\\\": {\\r\\n \\\"description\\\": \\\"Pet not found\\\"\\r\\n }\\r\\n },\\r\\n \\\"security\\\": [\\r\\n {\\r\\n \\\"api_key\\\": []\\r\\n }\\r\\n ]\\r\\n },\\r\\n \\\"post\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"pet\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Updates a pet in the store with form data\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"updatePetWithForm\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"petId\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet that needs to be updated\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"405\\\": {\\r\\n \\\"description\\\": \\\"Invalid input\\\"\\r\\n }\\r\\n },\\r\\n \\\"security\\\": [\\r\\n {\\r\\n \\\"petstore_auth\\\": [\\r\\n \\\"write:pets\\\",\\r\\n \\\"read:pets\\\"\\r\\n ]\\r\\n }\\r\\n ],\\r\\n \\\"requestBody\\\": {\\r\\n \\\"content\\\": {\\r\\n \\\"application/x-www-form-urlencoded\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"name\\\": {\\r\\n \\\"description\\\": \\\"Updated name of the pet\\\",\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"status\\\": {\\r\\n \\\"description\\\": \\\"Updated status of the pet\\\",\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"delete\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"pet\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Deletes a pet\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"deletePet\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"api_key\\\",\\r\\n \\\"in\\\": \\\"header\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"petId\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"Pet id to delete\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid ID supplied\\\"\\r\\n },\\r\\n \\\"404\\\": {\\r\\n \\\"description\\\": \\\"Pet not found\\\"\\r\\n }\\r\\n },\\r\\n \\\"security\\\": [\\r\\n {\\r\\n \\\"petstore_auth\\\": [\\r\\n \\\"write:pets\\\",\\r\\n \\\"read:pets\\\"\\r\\n ]\\r\\n }\\r\\n ]\\r\\n }\\r\\n },\\r\\n \\\"/pet/{petId}/uploadImage\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"pet\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"uploads an image\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"uploadFile\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"petId\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet to update\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\",\\r\\n \\\"content\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/ApiResponse\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"security\\\": [\\r\\n {\\r\\n \\\"petstore_auth\\\": [\\r\\n \\\"write:pets\\\",\\r\\n \\\"read:pets\\\"\\r\\n ]\\r\\n }\\r\\n ],\\r\\n \\\"requestBody\\\": {\\r\\n \\\"content\\\": {\\r\\n \\\"application/octet-stream\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"binary\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/store/inventory\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"store\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Returns pet inventories by status\\\",\\r\\n \\\"description\\\": \\\"Returns a map of status codes to quantities\\\",\\r\\n \\\"operationId\\\": \\\"getInventory\\\",\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\",\\r\\n \\\"content\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"additionalProperties\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"security\\\": [\\r\\n {\\r\\n \\\"api_key\\\": []\\r\\n }\\r\\n ],\\r\\n \\\"parameters\\\": []\\r\\n }\\r\\n },\\r\\n \\\"/store/order\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"store\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Place an order for a pet\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"placeOrder\\\",\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\",\\r\\n \\\"content\\\": {\\r\\n \\\"application/xml\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Order\\\"\\r\\n }\\r\\n },\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Order\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid Order\\\"\\r\\n }\\r\\n },\\r\\n \\\"requestBody\\\": {\\r\\n \\\"content\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Order\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"description\\\": \\\"order placed for purchasing the pet\\\",\\r\\n \\\"required\\\": true\\r\\n },\\r\\n \\\"parameters\\\": []\\r\\n }\\r\\n },\\r\\n \\\"/store/order/{orderId}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"store\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Find purchase order by ID\\\",\\r\\n \\\"description\\\": \\\"For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions\\\",\\r\\n \\\"operationId\\\": \\\"getOrderById\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"orderId\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet that needs to be fetched\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\",\\r\\n \\\"minimum\\\": 1,\\r\\n \\\"maximum\\\": 10\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\",\\r\\n \\\"content\\\": {\\r\\n \\\"application/xml\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Order\\\"\\r\\n }\\r\\n },\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Order\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid ID supplied\\\"\\r\\n },\\r\\n \\\"404\\\": {\\r\\n \\\"description\\\": \\\"Order not found\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"delete\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"store\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Delete purchase order by ID\\\",\\r\\n \\\"description\\\": \\\"For valid response try integer IDs with positive integer value. Negative or non-integer values will generate API errors\\\",\\r\\n \\\"operationId\\\": \\\"deleteOrder\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"orderId\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of the order that needs to be deleted\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\",\\r\\n \\\"minimum\\\": 1\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid ID supplied\\\"\\r\\n },\\r\\n \\\"404\\\": {\\r\\n \\\"description\\\": \\\"Order not found\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/user\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"user\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Create user\\\",\\r\\n \\\"description\\\": \\\"This can only be done by the logged in user.\\\",\\r\\n \\\"operationId\\\": \\\"createUser\\\",\\r\\n \\\"responses\\\": {\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\"\\r\\n }\\r\\n },\\r\\n \\\"requestBody\\\": {\\r\\n \\\"content\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/User\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"description\\\": \\\"Created user object\\\",\\r\\n \\\"required\\\": true\\r\\n },\\r\\n \\\"parameters\\\": []\\r\\n }\\r\\n },\\r\\n \\\"/user/createWithArray\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"user\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Creates list of users with given input array\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"createUsersWithArrayInput\\\",\\r\\n \\\"responses\\\": {\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\"\\r\\n }\\r\\n },\\r\\n \\\"requestBody\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/requestBodies/UserArray\\\"\\r\\n },\\r\\n \\\"parameters\\\": []\\r\\n }\\r\\n },\\r\\n \\\"/user/createWithList\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"user\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Creates list of users with given input array\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"createUsersWithListInput\\\",\\r\\n \\\"responses\\\": {\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\"\\r\\n }\\r\\n },\\r\\n \\\"requestBody\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/requestBodies/UserArray\\\"\\r\\n },\\r\\n \\\"parameters\\\": []\\r\\n }\\r\\n },\\r\\n \\\"/user/login\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"user\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Logs user into the system\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"loginUser\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"username\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"The user name for login\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"password\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"The password for login in clear text\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"password\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\",\\r\\n \\\"headers\\\": {\\r\\n \\\"X-Rate-Limit\\\": {\\r\\n \\\"description\\\": \\\"calls per hour allowed by the user\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n }\\r\\n },\\r\\n \\\"X-Expires-After\\\": {\\r\\n \\\"description\\\": \\\"date in UTC when token expires\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"date-time\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"content\\\": {\\r\\n \\\"application/xml\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n },\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid username/password supplied\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/user/logout\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"user\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Logs out current logged in user session\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"logoutUser\\\",\\r\\n \\\"responses\\\": {\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\"\\r\\n }\\r\\n },\\r\\n \\\"parameters\\\": []\\r\\n }\\r\\n },\\r\\n \\\"/user/{username}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"user\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Get user by user name\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"getUserByName\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"username\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"The name that needs to be fetched. Use user1 for testing. \\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\",\\r\\n \\\"content\\\": {\\r\\n \\\"application/xml\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/User\\\"\\r\\n }\\r\\n },\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/User\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid username supplied\\\"\\r\\n },\\r\\n \\\"404\\\": {\\r\\n \\\"description\\\": \\\"User not found\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"put\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"user\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Updated user\\\",\\r\\n \\\"description\\\": \\\"This can only be done by the logged in user.\\\",\\r\\n \\\"operationId\\\": \\\"updateUser\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"username\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"name that need to be updated\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid user supplied\\\"\\r\\n },\\r\\n \\\"404\\\": {\\r\\n \\\"description\\\": \\\"User not found\\\"\\r\\n }\\r\\n },\\r\\n \\\"requestBody\\\": {\\r\\n \\\"content\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/User\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"description\\\": \\\"Updated user object\\\",\\r\\n \\\"required\\\": true\\r\\n }\\r\\n },\\r\\n \\\"delete\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"user\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Delete user\\\",\\r\\n \\\"description\\\": \\\"This can only be done by the logged in user.\\\",\\r\\n \\\"operationId\\\": \\\"deleteUser\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"username\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"The name that needs to be deleted\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid username supplied\\\"\\r\\n },\\r\\n \\\"404\\\": {\\r\\n \\\"description\\\": \\\"User not found\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"See AsyncAPI example\\\",\\r\\n \\\"url\\\": \\\"https://mermade.github.io/shins/asyncapi.html\\\"\\r\\n },\\r\\n \\\"components\\\": {\\r\\n \\\"schemas\\\": {\\r\\n \\\"Order\\\": {\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"petId\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"quantity\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n },\\r\\n \\\"shipDate\\\": {\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"date-time\\\"\\r\\n },\\r\\n \\\"status\\\": {\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"description\\\": \\\"Order Status\\\",\\r\\n \\\"enum\\\": [\\r\\n \\\"placed\\\",\\r\\n \\\"approved\\\",\\r\\n \\\"delivered\\\"\\r\\n ]\\r\\n },\\r\\n \\\"complete\\\": {\\r\\n \\\"type\\\": \\\"boolean\\\",\\r\\n \\\"default\\\": false\\r\\n }\\r\\n },\\r\\n \\\"xml\\\": {\\r\\n \\\"name\\\": \\\"Order\\\"\\r\\n }\\r\\n },\\r\\n \\\"Category\\\": {\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n },\\r\\n \\\"xml\\\": {\\r\\n \\\"name\\\": \\\"Category\\\"\\r\\n }\\r\\n },\\r\\n \\\"User\\\": {\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"username\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"firstName\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"lastName\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"email\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"password\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"phone\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"userStatus\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\",\\r\\n \\\"description\\\": \\\"User Status\\\"\\r\\n }\\r\\n },\\r\\n \\\"xml\\\": {\\r\\n \\\"name\\\": \\\"User\\\"\\r\\n }\\r\\n },\\r\\n \\\"Tag\\\": {\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n },\\r\\n \\\"xml\\\": {\\r\\n \\\"name\\\": \\\"Tag\\\"\\r\\n }\\r\\n },\\r\\n \\\"Pet\\\": {\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"required\\\": [\\r\\n \\\"name\\\",\\r\\n \\\"photoUrls\\\"\\r\\n ],\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"category\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Category\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"example\\\": \\\"doggie\\\"\\r\\n },\\r\\n \\\"photoUrls\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"xml\\\": {\\r\\n \\\"name\\\": \\\"photoUrl\\\",\\r\\n \\\"wrapped\\\": true\\r\\n },\\r\\n \\\"items\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n },\\r\\n \\\"tags\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"xml\\\": {\\r\\n \\\"name\\\": \\\"tag\\\",\\r\\n \\\"wrapped\\\": true\\r\\n },\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Tag\\\"\\r\\n }\\r\\n },\\r\\n \\\"status\\\": {\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"description\\\": \\\"pet status in the store\\\",\\r\\n \\\"enum\\\": [\\r\\n \\\"available\\\",\\r\\n \\\"pending\\\",\\r\\n \\\"sold\\\"\\r\\n ]\\r\\n }\\r\\n },\\r\\n \\\"xml\\\": {\\r\\n \\\"name\\\": \\\"Pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"ApiResponse\\\": {\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"code\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n },\\r\\n \\\"type\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"message\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"requestBodies\\\": {\\r\\n \\\"Pet\\\": {\\r\\n \\\"content\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"application/xml\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Pet\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"description\\\": \\\"Pet object that needs to be added to the store\\\",\\r\\n \\\"required\\\": true\\r\\n },\\r\\n \\\"UserArray\\\": {\\r\\n \\\"content\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/User\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"description\\\": \\\"List of user object\\\",\\r\\n \\\"required\\\": true\\r\\n }\\r\\n },\\r\\n \\\"securitySchemes\\\": {\\r\\n \\\"petstore_auth\\\": {\\r\\n \\\"type\\\": \\\"oauth2\\\",\\r\\n \\\"flows\\\": {\\r\\n \\\"implicit\\\": {\\r\\n \\\"authorizationUrl\\\": \\\"http://petstore.swagger.io/oauth/dialog\\\",\\r\\n \\\"scopes\\\": {\\r\\n \\\"write:pets\\\": \\\"modify pets in your account\\\",\\r\\n \\\"read:pets\\\": \\\"read your pets\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"api_key\\\": {\\r\\n \\\"type\\\": \\\"apiKey\\\",\\r\\n \\\"name\\\": \\\"api_key\\\",\\r\\n \\\"in\\\": \\\"header\\\"\\r\\n }\\r\\n },\\r\\n \\\"links\\\": {},\\r\\n \\\"callbacks\\\": {}\\r\\n },\\r\\n \\\"security\\\": []\\r\\n}\",\r\n \"format\": \"openapi\"\r\n }\r\n}", @@ -33,7 +33,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3611?api-version=2021-08-01&asyncId=62474a74217d200d902d7da5&asyncCode=201" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3611?api-version=2022-08-01&asyncId=62474a74217d200d902d7da5&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -70,7 +70,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3611?api-version=2021-08-01&asyncId=62474a74217d200d902d7da5&asyncCode=201", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3611?api-version=2022-08-01&asyncId=62474a74217d200d902d7da5&asyncCode=201", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzYxMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzRhNzQyMTdkMjAwZDkwMmQ3ZGE1JmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -133,7 +133,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3611?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3611?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzYxMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -199,7 +199,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3611/schemas?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3611/schemas?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzYxMS9zY2hlbWFzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -262,8 +262,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3611%3Brev%3D1?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzYxMSUzQnJldiUzRDE/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3611%3Brev%3D1?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzYxMSUzQnJldiUzRDE/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"Open api via Apim\",\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"type\": \"http\",\r\n \"apiRevision\": \"1\",\r\n \"apiVersion\": \"\",\r\n \"isCurrent\": true,\r\n \"subscriptionRequired\": true,\r\n \"displayName\": \"apimPetstore\",\r\n \"serviceUrl\": \"http://petstore.swagger.io/v2\",\r\n \"path\": \"openapifromFile\",\r\n \"protocols\": [\r\n \"Https\"\r\n ]\r\n }\r\n}", "RequestHeaders": { @@ -337,7 +337,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3611?deleteRevisions=true&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3611?deleteRevisions=true&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzYxMT9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportOpenApiTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportOpenApiTest.json index 6c6a27bfd2c6..aaa7558e2c39 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportOpenApiTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportOpenApiTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps120?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps120?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTIwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"openapifromFile\",\r\n \"value\": \"openapi: 3.0.1\\r\\nservers:\\r\\n - url: 'https://developer.uspto.gov/ds-api'\\r\\ninfo:\\r\\n description: >-\\r\\n The Data Set API (DSAPI) allows the public users to discover and search\\r\\n USPTO exported data sets. This is a generic API that allows USPTO users to\\r\\n make any CSV based data files searchable through API. With the help of GET\\r\\n call, it returns the list of data fields that are searchable. With the help\\r\\n of POST call, data can be fetched based on the filters on the field names.\\r\\n Please note that POST call is used to search the actual data. The reason for\\r\\n the POST call is that it allows users to specify any complex search criteria\\r\\n without worry about the GET size limitations as well as encoding of the\\r\\n input parameters.\\r\\n version: 1.0.0\\r\\n title: USPTO Data Set API\\r\\n contact:\\r\\n name: Open Data Portal\\r\\n url: 'https://developer.uspto.gov'\\r\\n email: developer@uspto.gov\\r\\ntags:\\r\\n - name: metadata\\r\\n description: Find out about the data sets\\r\\n - name: search\\r\\n description: Search a data set\\r\\npaths:\\r\\n /:\\r\\n get:\\r\\n tags:\\r\\n - metadata\\r\\n operationId: list-data-sets\\r\\n summary: List available data sets\\r\\n responses:\\r\\n '200':\\r\\n description: Returns a list of data sets\\r\\n content:\\r\\n application/json:\\r\\n schema:\\r\\n $ref: '#/components/schemas/dataSetList'\\r\\n example:\\r\\n {\\r\\n \\\"total\\\": 2,\\r\\n \\\"apis\\\": [\\r\\n {\\r\\n \\\"apiKey\\\": \\\"oa_citations\\\",\\r\\n \\\"apiVersionNumber\\\": \\\"v1\\\",\\r\\n \\\"apiUrl\\\": \\\"https://developer.uspto.gov/ds-api/oa_citations/v1/fields\\\",\\r\\n \\\"apiDocumentationUrl\\\": \\\"https://developer.uspto.gov/ds-api-docs/index.html?url=https://developer.uspto.gov/ds-api/swagger/docs/oa_citations.json\\\"\\r\\n },\\r\\n {\\r\\n \\\"apiKey\\\": \\\"cancer_moonshot\\\",\\r\\n \\\"apiVersionNumber\\\": \\\"v1\\\",\\r\\n \\\"apiUrl\\\": \\\"https://developer.uspto.gov/ds-api/cancer_moonshot/v1/fields\\\",\\r\\n \\\"apiDocumentationUrl\\\": \\\"https://developer.uspto.gov/ds-api-docs/index.html?url=https://developer.uspto.gov/ds-api/swagger/docs/cancer_moonshot.json\\\"\\r\\n }\\r\\n ]\\r\\n }\\r\\n /{dataset}/{version}/fields:\\r\\n get:\\r\\n tags:\\r\\n - metadata\\r\\n summary: >-\\r\\n Provides the general information about the API and the list of fields\\r\\n that can be used to query the dataset.\\r\\n description: >-\\r\\n This GET API returns the list of all the searchable field names that are\\r\\n in the oa_citations. Please see the 'fields' attribute which returns an\\r\\n array of field names. Each field or a combination of fields can be\\r\\n searched using the syntax options shown below.\\r\\n operationId: list-searchable-fields\\r\\n parameters:\\r\\n - name: dataset\\r\\n in: path\\r\\n description: 'Name of the dataset.'\\r\\n required: true\\r\\n example: \\\"oa_citations\\\"\\r\\n schema:\\r\\n type: string\\r\\n - name: version\\r\\n in: path\\r\\n description: Version of the dataset.\\r\\n required: true\\r\\n example: \\\"v1\\\"\\r\\n schema:\\r\\n type: string\\r\\n responses:\\r\\n '200':\\r\\n description: >-\\r\\n The dataset API for the given version is found and it is accessible\\r\\n to consume.\\r\\n content:\\r\\n application/json:\\r\\n schema:\\r\\n type: string\\r\\n '404':\\r\\n description: >-\\r\\n The combination of dataset name and version is not found in the\\r\\n system or it is not published yet to be consumed by public.\\r\\n content:\\r\\n application/json:\\r\\n schema:\\r\\n type: string\\r\\n /{dataset}/{version}/records:\\r\\n post:\\r\\n tags:\\r\\n - search\\r\\n summary: >-\\r\\n Provides search capability for the data set with the given search\\r\\n criteria.\\r\\n description: >-\\r\\n This API is based on Solr/Lucense Search. The data is indexed using\\r\\n SOLR. This GET API returns the list of all the searchable field names\\r\\n that are in the Solr Index. Please see the 'fields' attribute which\\r\\n returns an array of field names. Each field or a combination of fields\\r\\n can be searched using the Solr/Lucene Syntax. Please refer\\r\\n https://lucene.apache.org/core/3_6_2/queryparsersyntax.html#Overview for\\r\\n the query syntax. List of field names that are searchable can be\\r\\n determined using above GET api.\\r\\n operationId: perform-search\\r\\n parameters:\\r\\n - name: version\\r\\n in: path\\r\\n description: Version of the dataset.\\r\\n required: true\\r\\n schema:\\r\\n type: string\\r\\n default: v1\\r\\n - name: dataset\\r\\n in: path\\r\\n description: 'Name of the dataset. In this case, the default value is oa_citations'\\r\\n required: true\\r\\n schema:\\r\\n type: string\\r\\n default: oa_citations\\r\\n responses:\\r\\n '200':\\r\\n description: successful operation\\r\\n content:\\r\\n application/json:\\r\\n schema:\\r\\n type: array\\r\\n items:\\r\\n type: object\\r\\n additionalProperties:\\r\\n type: object\\r\\n '404':\\r\\n description: No matching record found for the given criteria.\\r\\n requestBody:\\r\\n content:\\r\\n application/x-www-form-urlencoded:\\r\\n schema:\\r\\n type: object\\r\\n properties:\\r\\n criteria:\\r\\n description: >-\\r\\n Uses Lucene Query Syntax in the format of\\r\\n propertyName:value, propertyName:[num1 TO num2] and date\\r\\n range format: propertyName:[yyyyMMdd TO yyyyMMdd]. In the\\r\\n response please see the 'docs' element which has the list of\\r\\n record objects. Each record structure would consist of all\\r\\n the fields and their corresponding values.\\r\\n type: string\\r\\n default: '*:*'\\r\\n start:\\r\\n description: Starting record number. Default value is 0.\\r\\n type: integer\\r\\n default: 0\\r\\n rows:\\r\\n description: >-\\r\\n Specify number of rows to be returned. If you run the search\\r\\n with default values, in the response you will see 'numFound'\\r\\n attribute which will tell the number of records available in\\r\\n the dataset.\\r\\n type: integer\\r\\n default: 100\\r\\n required:\\r\\n - criteria\\r\\ncomponents:\\r\\n schemas:\\r\\n dataSetList:\\r\\n type: object\\r\\n properties:\\r\\n total:\\r\\n type: integer\\r\\n apis:\\r\\n type: array\\r\\n items:\\r\\n type: object\\r\\n properties:\\r\\n apiKey:\\r\\n type: string\\r\\n description: To be used as a dataset parameter value\\r\\n apiVersionNumber:\\r\\n type: string\\r\\n description: To be used as a version parameter value\\r\\n apiUrl:\\r\\n type: string\\r\\n format: uriref\\r\\n description: \\\"The URL describing the dataset's fields\\\"\\r\\n apiDocumentationUrl:\\r\\n type: string\\r\\n format: uriref\\r\\n description: A URL to the API console for each API\",\r\n \"format\": \"openapi\"\r\n }\r\n}", @@ -33,7 +33,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps120?api-version=2021-08-01&asyncId=62474b27217d200d902d7dd5&asyncCode=201" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps120?api-version=2022-08-01&asyncId=62474b27217d200d902d7dd5&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -70,7 +70,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps120?api-version=2021-08-01&asyncId=62474b27217d200d902d7dd5&asyncCode=201", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps120?api-version=2022-08-01&asyncId=62474b27217d200d902d7dd5&asyncCode=201", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTIwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDEmYXN5bmNJZD02MjQ3NGIyNzIxN2QyMDBkOTAyZDdkZDUmYXN5bmNDb2RlPTIwMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -133,7 +133,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps120?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps120?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTIwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -199,7 +199,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4545?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4545?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDU0NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"openapifromUrl\",\r\n \"value\": \"https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/examples/v3.0/petstore.yaml\",\r\n \"format\": \"openapi-link\"\r\n }\r\n}", @@ -231,7 +231,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4545?api-version=2021-08-01&asyncId=62474b46217d200d902d7dda&asyncCode=201" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4545?api-version=2022-08-01&asyncId=62474b46217d200d902d7dda&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -268,7 +268,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4545?api-version=2021-08-01&asyncId=62474b46217d200d902d7dda&asyncCode=201", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4545?api-version=2022-08-01&asyncId=62474b46217d200d902d7dda&asyncCode=201", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDU0NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzRiNDYyMTdkMjAwZDkwMmQ3ZGRhJmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -331,7 +331,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4545?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4545?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDU0NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -397,8 +397,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps120/schemas?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTIwL3NjaGVtYXM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps120/schemas?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTIwL3NjaGVtYXM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -460,8 +460,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4545%3Brev%3D1?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDU0NSUzQnJldiUzRDE/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4545%3Brev%3D1?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDU0NSUzQnJldiUzRDE/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"Open api via Apim\",\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"type\": \"http\",\r\n \"apiRevision\": \"1\",\r\n \"apiVersion\": \"\",\r\n \"isCurrent\": true,\r\n \"subscriptionRequired\": true,\r\n \"displayName\": \"apimPetstore\",\r\n \"serviceUrl\": \"http://petstore.swagger.io/v1\",\r\n \"path\": \"openapifromUrl\",\r\n \"protocols\": [\r\n \"Https\"\r\n ]\r\n }\r\n}", "RequestHeaders": { @@ -535,7 +535,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps120?deleteRevisions=true&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps120?deleteRevisions=true&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTIwP2RlbGV0ZVJldmlzaW9ucz10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", @@ -598,7 +598,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4545?deleteRevisions=true&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4545?deleteRevisions=true&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDU0NT9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportSwaggerTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportSwaggerTest.json index 3e3ef229ff22..b926c65fdd30 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportSwaggerTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportSwaggerTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1938?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1938?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTkzOD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"swaggerapifromFile\",\r\n \"value\": \"{\\r\\n \\\"x-comment\\\": \\\"This file was extended from /github.com/swagger-api/swagger-spec/blob/master/examples/v2.0/json/petstore-with-external-docs.json\\\",\\r\\n \\\"swagger\\\": \\\"2.0\\\",\\r\\n \\\"info\\\": {\\r\\n \\\"version\\\": \\\"1.0.0\\\",\\r\\n \\\"title\\\": \\\"Swagger Petstore Extensive\\\",\\r\\n \\\"description\\\": \\\"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\\\",\\r\\n \\\"termsOfService\\\": \\\"http://helloreverb.com/terms/\\\",\\r\\n \\\"contact\\\": {\\r\\n \\\"name\\\": \\\"Wordnik API Team\\\",\\r\\n \\\"email\\\": \\\"foo@example.com\\\",\\r\\n \\\"url\\\": \\\"http://madskristensen.net\\\"\\r\\n },\\r\\n \\\"license\\\": {\\r\\n \\\"name\\\": \\\"MIT\\\",\\r\\n \\\"url\\\": \\\"http://github.com/gruntjs/grunt/blob/master/LICENSE-MIT\\\"\\r\\n }\\r\\n },\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"host\\\": \\\"petstore.swagger.wordnik.com\\\",\\r\\n \\\"basePath\\\": \\\"/api\\\",\\r\\n \\\"schemes\\\": [\\r\\n \\\"http\\\"\\r\\n ],\\r\\n \\\"consumes\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"paths\\\": {\\r\\n \\\"/mySamplePath?willbeignored={willbeignored}\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"Dummy desc\\\",\\r\\n \\\"operationId\\\": \\\"dummyid1\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyDateHeaderParam\\\",\\r\\n \\\"in\\\": \\\"header\\\",\\r\\n \\\"description\\\": \\\"dummyDateHeaderParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"date\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyReqQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyNotReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyNotReqQueryParam description\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyBodyParam\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"dummyBodyParam description\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\",\\r\\n \\\"example\\\": {\\r\\n \\\"id\\\": 2,\\r\\n \\\"name\\\": \\\"myreqpet\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"headers\\\": {\\r\\n \\\"header1\\\": {\\r\\n \\\"description\\\": \\\"sampleheader\\\",\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n },\\r\\n \\\"examples\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"id\\\": 3,\\r\\n \\\"name\\\": \\\"myresppet\\\" \\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/resourceWithFormData\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"resourceWithFormData desc\\\",\\r\\n \\\"operationId\\\": \\\"resourceWithFormDataPOST\\\",\\r\\n \\\"consumes\\\": [ \\\"multipart/form-data\\\" ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyFormDataParam\\\",\\r\\n \\\"in\\\": \\\"formData\\\",\\r\\n \\\"description\\\": \\\"dummyFormDataParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyReqQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"sample response\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/mySamplePath2?definedQueryParam={definedQueryParam}\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"produces\\\": [\\r\\n \\\"contenttype1\\\",\\r\\n \\\"application/xml\\\"\\r\\n ],\\r\\n \\\"description\\\": \\\"Dummy desc\\\",\\r\\n \\\"operationId\\\": \\\"dummyid2\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/parameters/dummyQueryParameterDef\\\"\\r\\n },\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/parameters/dummyBodyParameterDef\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"204\\\": {\\r\\n \\\"$ref\\\": \\\"#/responses/dummyResponseDef\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets2?dummyParam={dummyParam}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Dummy description\\\",\\r\\n \\\"operationId\\\": \\\"dummyOperationId\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyParam desc\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"collectionFormat\\\": \\\"csv\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"limit\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"maximum number of results to return\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Returns all pets from the system that the user has access to\\\",\\r\\n \\\"operationId\\\": \\\"findPets\\\",\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\",\\r\\n \\\"application/xml\\\"\\r\\n ],\\r\\n \\\"consumes\\\": [\\r\\n \\\"text/xml\\\",\\r\\n \\\"text/html\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"tags\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"tags to filter by\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"collectionFormat\\\": \\\"csv\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"limit\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"maximum number of results to return\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"Creates a new pet in the store. Duplicates are allowed\\\",\\r\\n \\\"operationId\\\": \\\"addPet\\\",\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"pet\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"Pet to add to the store\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/newPet\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets/{id}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Returns a user based on a single ID, if the user does not have access to the pet\\\",\\r\\n \\\"operationId\\\": \\\"findPetById\\\",\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\",\\r\\n \\\"application/xml\\\",\\r\\n \\\"text/xml\\\",\\r\\n \\\"text/html\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"id\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet to fetch\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"delete\\\": {\\r\\n \\\"description\\\": \\\"deletes a single pet based on the ID supplied\\\",\\r\\n \\\"operationId\\\": \\\"deletePet\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"id\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet to delete\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"204\\\": {\\r\\n \\\"description\\\": \\\"pet deleted\\\"\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"definitions\\\": {\\r\\n \\\"pet\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"id\\\",\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"tag\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"newPet\\\": {\\r\\n \\\"allOf\\\": [\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n },\\r\\n {\\r\\n \\\"required\\\": [\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ]\\r\\n },\\r\\n \\\"errorModel\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"code\\\",\\r\\n \\\"message\\\"\\r\\n ],\\r\\n \\\"properties\\\": {\\r\\n \\\"code\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n },\\r\\n \\\"message\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"parameters\\\": {\\r\\n \\\"dummyBodyParameterDef\\\": {\\r\\n \\\"name\\\": \\\"definedBodyParam\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"definedBodyParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"title\\\": \\\"Example Schema\\\",\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"firstName\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"lastName\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"age\\\": {\\r\\n \\\"description\\\": \\\"Age in years\\\",\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"minimum\\\": 0\\r\\n }\\r\\n },\\r\\n \\\"required\\\": [ \\\"firstName\\\", \\\"lastName\\\" ]\\r\\n }\\r\\n },\\r\\n \\\"dummyQueryParameterDef\\\": {\\r\\n \\\"name\\\": \\\"definedQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"definedQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"whateverformat\\\"\\r\\n }\\r\\n },\\r\\n \\\"responses\\\": {\\r\\n \\\"dummyResponseDef\\\": {\\r\\n \\\"description\\\": \\\"dummyResponseDef description\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n },\\r\\n \\\"headers\\\": {\\r\\n \\\"header1\\\": {\\r\\n \\\"type\\\": \\\"integer\\\"\\r\\n },\\r\\n \\\"header2\\\": {\\r\\n \\\"type\\\": \\\"integer\\\"\\r\\n }\\r\\n },\\r\\n \\\"examples\\\": {\\r\\n \\\"contenttype1\\\": \\\"contenttype1 example\\\",\\r\\n \\\"contenttype2\\\": \\\"contenttype2 example\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n}\\r\\n\\r\\n\",\r\n \"format\": \"swagger-json\"\r\n }\r\n}", @@ -33,7 +33,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1938?api-version=2021-08-01&asyncId=624749d4217d200d902d7d8d&asyncCode=201" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1938?api-version=2022-08-01&asyncId=624749d4217d200d902d7d8d&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -70,7 +70,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1938?api-version=2021-08-01&asyncId=624749d4217d200d902d7d8d&asyncCode=201", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1938?api-version=2022-08-01&asyncId=624749d4217d200d902d7d8d&asyncCode=201", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTkzOD9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzQ5ZDQyMTdkMjAwZDkwMmQ3ZDhkJmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -133,7 +133,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1938?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1938?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTkzOD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -199,7 +199,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps5277?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps5277?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNTI3Nz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"swaggerapifromUrl\",\r\n \"value\": \"http://petstore.swagger.io/v2/swagger.json\",\r\n \"format\": \"swagger-link-json\"\r\n }\r\n}", @@ -231,7 +231,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps5277?api-version=2021-08-01&asyncId=624749f6217d200d902d7d92&asyncCode=201" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps5277?api-version=2022-08-01&asyncId=624749f6217d200d902d7d92&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -268,7 +268,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps5277?api-version=2021-08-01&asyncId=624749f6217d200d902d7d92&asyncCode=201", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps5277?api-version=2022-08-01&asyncId=624749f6217d200d902d7d92&asyncCode=201", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNTI3Nz9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzQ5ZjYyMTdkMjAwZDkwMmQ3ZDkyJmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -331,7 +331,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps5277?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps5277?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNTI3Nz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -397,8 +397,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps5277%3Brev%3D1?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNTI3NyUzQnJldiUzRDE/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps5277%3Brev%3D1?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNTI3NyUzQnJldiUzRDE/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"Swagger api via Apim\",\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"type\": \"http\",\r\n \"apiRevision\": \"1\",\r\n \"apiVersion\": \"\",\r\n \"isCurrent\": true,\r\n \"subscriptionRequired\": true,\r\n \"displayName\": \"apimPetstore\",\r\n \"serviceUrl\": \"https://petstore.swagger.io/v2\",\r\n \"path\": \"swaggerapifromUrl\",\r\n \"protocols\": [\r\n \"Http\",\r\n \"Https\"\r\n ]\r\n }\r\n}", "RequestHeaders": { @@ -472,7 +472,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1938?deleteRevisions=true&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1938?deleteRevisions=true&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTkzOD9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", @@ -535,7 +535,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps5277?deleteRevisions=true&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps5277?deleteRevisions=true&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNTI3Nz9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportWadlTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportWadlTest.json index 9502472ecf98..2eb9f8fb589a 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportWadlTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportWadlTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3926?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3926?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzkyNj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"wadlapi\",\r\n \"value\": \"\\r\\n\\r\\n Yahoo News Search API\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\",\r\n \"format\": \"wadl-xml\"\r\n }\r\n}", @@ -33,7 +33,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3926?api-version=2021-08-01&asyncId=62474cd6217d200d902d7e52&asyncCode=201" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3926?api-version=2022-08-01&asyncId=62474cd6217d200d902d7e52&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -70,7 +70,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3926?api-version=2021-08-01&asyncId=62474cd6217d200d902d7e52&asyncCode=201", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3926?api-version=2022-08-01&asyncId=62474cd6217d200d902d7e52&asyncCode=201", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzkyNj9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzRjZDYyMTdkMjAwZDkwMmQ3ZTUyJmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -133,7 +133,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3926?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3926?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzkyNj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -199,7 +199,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3926/schemas?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3926/schemas?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzkyNi9zY2hlbWFzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -262,7 +262,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3926?deleteRevisions=true&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3926?deleteRevisions=true&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzkyNj9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportWsdlTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportWsdlTest.json index 11422feef834..765f9d1f7da8 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportWsdlTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportWsdlTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1240?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1240?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTI0MD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"soapapifromFile\",\r\n \"value\": \"\\r\\n\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Gets Information for each WeatherID\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City Forecast Over the Next 7 Days, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City's Weather, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Gets Information for each WeatherID\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City Forecast Over the Next 7 Days, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City's Weather, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Gets Information for each WeatherID\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City Forecast Over the Next 7 Days, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City's Weather, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\",\r\n \"format\": \"wsdl\",\r\n \"wsdlSelector\": {\r\n \"wsdlServiceName\": \"Weather\",\r\n \"wsdlEndpointName\": \"WeatherSoap\"\r\n },\r\n \"apiType\": \"soap\"\r\n }\r\n}", @@ -33,7 +33,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1240?api-version=2021-08-01&asyncId=62474bf4217d200d902d7e22&asyncCode=201" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1240?api-version=2022-08-01&asyncId=62474bf4217d200d902d7e22&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -70,7 +70,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1240?api-version=2021-08-01&asyncId=62474bf4217d200d902d7e22&asyncCode=201", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1240?api-version=2022-08-01&asyncId=62474bf4217d200d902d7e22&asyncCode=201", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTI0MD9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzRiZjQyMTdkMjAwZDkwMmQ3ZTIyJmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -133,7 +133,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1240?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1240?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTI0MD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -199,7 +199,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4295?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4295?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDI5NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"soapapifromUrl\",\r\n \"value\": \"http://fazioapisoap.azurewebsites.net/fazioService.svc?singleWSDL\",\r\n \"format\": \"wsdl-link\",\r\n \"wsdlSelector\": {\r\n \"wsdlServiceName\": \"OrdersAPI\",\r\n \"wsdlEndpointName\": \"basic\"\r\n },\r\n \"apiType\": \"soap\"\r\n }\r\n}", @@ -231,7 +231,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4295?api-version=2021-08-01&asyncId=62474c13217d200d902d7e29&asyncCode=201" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4295?api-version=2022-08-01&asyncId=62474c13217d200d902d7e29&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -268,7 +268,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4295?api-version=2021-08-01&asyncId=62474c13217d200d902d7e29&asyncCode=201", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4295?api-version=2022-08-01&asyncId=62474c13217d200d902d7e29&asyncCode=201", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDI5NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzRjMTMyMTdkMjAwZDkwMmQ3ZTI5JmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -331,7 +331,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4295?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4295?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDI5NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -397,7 +397,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4295/schemas?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4295/schemas?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDI5NS9zY2hlbWFzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -460,8 +460,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4295%3Brev%3D1?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDI5NSUzQnJldiUzRDE/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4295%3Brev%3D1?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDI5NSUzQnJldiUzRDE/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"Soap api via Apim\",\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"type\": \"soap\",\r\n \"apiRevision\": \"1\",\r\n \"apiVersion\": \"\",\r\n \"isCurrent\": true,\r\n \"subscriptionRequired\": true,\r\n \"displayName\": \"apimSoap\",\r\n \"serviceUrl\": \"http://fazioapisoap.azurewebsites.net/FazioService.svc\",\r\n \"path\": \"soapapifromUrl\",\r\n \"protocols\": [\r\n \"Https\"\r\n ]\r\n }\r\n}", "RequestHeaders": { @@ -535,7 +535,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1240?deleteRevisions=true&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1240?deleteRevisions=true&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTI0MD9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", @@ -598,7 +598,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4295?deleteRevisions=true&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4295?deleteRevisions=true&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDI5NT9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiRevisionCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiRevisionCrudTest.json index 556c220b838c..b15772217e33 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiRevisionCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiRevisionCrudTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"swaggerapifromFile\",\r\n \"value\": \"{\\r\\n \\\"x-comment\\\": \\\"This file was extended from /github.com/swagger-api/swagger-spec/blob/master/examples/v2.0/json/petstore-with-external-docs.json\\\",\\r\\n \\\"swagger\\\": \\\"2.0\\\",\\r\\n \\\"info\\\": {\\r\\n \\\"version\\\": \\\"1.0.0\\\",\\r\\n \\\"title\\\": \\\"Swagger Petstore Extensive\\\",\\r\\n \\\"description\\\": \\\"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\\\",\\r\\n \\\"termsOfService\\\": \\\"http://helloreverb.com/terms/\\\",\\r\\n \\\"contact\\\": {\\r\\n \\\"name\\\": \\\"Wordnik API Team\\\",\\r\\n \\\"email\\\": \\\"foo@example.com\\\",\\r\\n \\\"url\\\": \\\"http://madskristensen.net\\\"\\r\\n },\\r\\n \\\"license\\\": {\\r\\n \\\"name\\\": \\\"MIT\\\",\\r\\n \\\"url\\\": \\\"http://github.com/gruntjs/grunt/blob/master/LICENSE-MIT\\\"\\r\\n }\\r\\n },\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"host\\\": \\\"petstore.swagger.wordnik.com\\\",\\r\\n \\\"basePath\\\": \\\"/api\\\",\\r\\n \\\"schemes\\\": [\\r\\n \\\"http\\\"\\r\\n ],\\r\\n \\\"consumes\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"paths\\\": {\\r\\n \\\"/mySamplePath?willbeignored={willbeignored}\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"Dummy desc\\\",\\r\\n \\\"operationId\\\": \\\"dummyid1\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyDateHeaderParam\\\",\\r\\n \\\"in\\\": \\\"header\\\",\\r\\n \\\"description\\\": \\\"dummyDateHeaderParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"date\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyReqQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyNotReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyNotReqQueryParam description\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyBodyParam\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"dummyBodyParam description\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\",\\r\\n \\\"example\\\": {\\r\\n \\\"id\\\": 2,\\r\\n \\\"name\\\": \\\"myreqpet\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"headers\\\": {\\r\\n \\\"header1\\\": {\\r\\n \\\"description\\\": \\\"sampleheader\\\",\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n },\\r\\n \\\"examples\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"id\\\": 3,\\r\\n \\\"name\\\": \\\"myresppet\\\" \\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/resourceWithFormData\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"resourceWithFormData desc\\\",\\r\\n \\\"operationId\\\": \\\"resourceWithFormDataPOST\\\",\\r\\n \\\"consumes\\\": [ \\\"multipart/form-data\\\" ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyFormDataParam\\\",\\r\\n \\\"in\\\": \\\"formData\\\",\\r\\n \\\"description\\\": \\\"dummyFormDataParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyReqQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"sample response\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/mySamplePath2?definedQueryParam={definedQueryParam}\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"produces\\\": [\\r\\n \\\"contenttype1\\\",\\r\\n \\\"application/xml\\\"\\r\\n ],\\r\\n \\\"description\\\": \\\"Dummy desc\\\",\\r\\n \\\"operationId\\\": \\\"dummyid2\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/parameters/dummyQueryParameterDef\\\"\\r\\n },\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/parameters/dummyBodyParameterDef\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"204\\\": {\\r\\n \\\"$ref\\\": \\\"#/responses/dummyResponseDef\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets2?dummyParam={dummyParam}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Dummy description\\\",\\r\\n \\\"operationId\\\": \\\"dummyOperationId\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyParam desc\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"collectionFormat\\\": \\\"csv\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"limit\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"maximum number of results to return\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Returns all pets from the system that the user has access to\\\",\\r\\n \\\"operationId\\\": \\\"findPets\\\",\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\",\\r\\n \\\"application/xml\\\"\\r\\n ],\\r\\n \\\"consumes\\\": [\\r\\n \\\"text/xml\\\",\\r\\n \\\"text/html\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"tags\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"tags to filter by\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"collectionFormat\\\": \\\"csv\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"limit\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"maximum number of results to return\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"Creates a new pet in the store. Duplicates are allowed\\\",\\r\\n \\\"operationId\\\": \\\"addPet\\\",\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"pet\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"Pet to add to the store\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/newPet\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets/{id}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Returns a user based on a single ID, if the user does not have access to the pet\\\",\\r\\n \\\"operationId\\\": \\\"findPetById\\\",\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\",\\r\\n \\\"application/xml\\\",\\r\\n \\\"text/xml\\\",\\r\\n \\\"text/html\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"id\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet to fetch\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"delete\\\": {\\r\\n \\\"description\\\": \\\"deletes a single pet based on the ID supplied\\\",\\r\\n \\\"operationId\\\": \\\"deletePet\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"id\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet to delete\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"204\\\": {\\r\\n \\\"description\\\": \\\"pet deleted\\\"\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"definitions\\\": {\\r\\n \\\"pet\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"id\\\",\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"tag\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"newPet\\\": {\\r\\n \\\"allOf\\\": [\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n },\\r\\n {\\r\\n \\\"required\\\": [\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ]\\r\\n },\\r\\n \\\"errorModel\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"code\\\",\\r\\n \\\"message\\\"\\r\\n ],\\r\\n \\\"properties\\\": {\\r\\n \\\"code\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n },\\r\\n \\\"message\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"parameters\\\": {\\r\\n \\\"dummyBodyParameterDef\\\": {\\r\\n \\\"name\\\": \\\"definedBodyParam\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"definedBodyParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"title\\\": \\\"Example Schema\\\",\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"firstName\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"lastName\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"age\\\": {\\r\\n \\\"description\\\": \\\"Age in years\\\",\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"minimum\\\": 0\\r\\n }\\r\\n },\\r\\n \\\"required\\\": [ \\\"firstName\\\", \\\"lastName\\\" ]\\r\\n }\\r\\n },\\r\\n \\\"dummyQueryParameterDef\\\": {\\r\\n \\\"name\\\": \\\"definedQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"definedQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"whateverformat\\\"\\r\\n }\\r\\n },\\r\\n \\\"responses\\\": {\\r\\n \\\"dummyResponseDef\\\": {\\r\\n \\\"description\\\": \\\"dummyResponseDef description\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n },\\r\\n \\\"headers\\\": {\\r\\n \\\"header1\\\": {\\r\\n \\\"type\\\": \\\"integer\\\"\\r\\n },\\r\\n \\\"header2\\\": {\\r\\n \\\"type\\\": \\\"integer\\\"\\r\\n }\\r\\n },\\r\\n \\\"examples\\\": {\\r\\n \\\"contenttype1\\\": \\\"contenttype1 example\\\",\\r\\n \\\"contenttype2\\\": \\\"contenttype2 example\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n}\\r\\n\\r\\n\",\r\n \"format\": \"swagger-json\"\r\n }\r\n}", @@ -33,7 +33,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128?api-version=2021-08-01&asyncId=62474a1e217d200d902d7d9a&asyncCode=201" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128?api-version=2022-08-01&asyncId=62474a1e217d200d902d7d9a&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -70,7 +70,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128?api-version=2021-08-01&asyncId=62474a1e217d200d902d7d9a&asyncCode=201", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128?api-version=2022-08-01&asyncId=62474a1e217d200d902d7d9a&asyncCode=201", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOD9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzRhMWUyMTdkMjAwZDkwMmQ3ZDlhJmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -133,7 +133,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -199,7 +199,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -265,7 +265,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -328,7 +328,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis/ps8128?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis/ps8128?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXMvcHM4MTI4P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "", @@ -394,8 +394,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -457,7 +457,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128/operations?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128/operations?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOC9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -520,8 +520,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128%3Brev%3D2?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOCUzQnJldiUzRDI/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128%3Brev%3D2?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOCUzQnJldiUzRDI/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"apiRevisionDescription\": \"ps6264\",\r\n \"sourceApiId\": \"/apis/ps8128;rev=1\",\r\n \"path\": \"swaggerapifromFile\"\r\n }\r\n}", "RequestHeaders": { @@ -592,8 +592,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128%3Brev%3D2?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOCUzQnJldiUzRDI/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128%3Brev%3D2?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOCUzQnJldiUzRDI/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -655,8 +655,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128%3Brev%3D2?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOCUzQnJldiUzRDI/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128%3Brev%3D2?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOCUzQnJldiUzRDI/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -721,7 +721,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128%3Brev%3D2/operations?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128%3Brev%3D2/operations?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOCUzQnJldiUzRDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -784,8 +784,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128/revisions?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOC9yZXZpc2lvbnM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128/revisions?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOC9yZXZpc2lvbnM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -847,8 +847,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128/releases/ps2448?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOC9yZWxlYXNlcy9wczI0NDg/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128/releases/ps2448?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOC9yZWxlYXNlcy9wczI0NDg/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"apiId\": \"/apis/ps8128;rev=2\",\r\n \"notes\": \"ps3602\"\r\n }\r\n}", "RequestHeaders": { @@ -919,8 +919,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128/releases/ps2448?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOC9yZWxlYXNlcy9wczI0NDg/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128/releases/ps2448?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOC9yZWxlYXNlcy9wczI0NDg/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -985,8 +985,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128/releases/ps2448?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOC9yZWxlYXNlcy9wczI0NDg/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128/releases/ps2448?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOC9yZWxlYXNlcy9wczI0NDg/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1051,8 +1051,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128/releases/ps2448?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOC9yZWxlYXNlcy9wczI0NDg/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128/releases/ps2448?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOC9yZWxlYXNlcy9wczI0NDg/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"apiId\": \"/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128\",\r\n \"notes\": \"ps7134\"\r\n }\r\n}", "RequestHeaders": { @@ -1126,7 +1126,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128/releases?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128/releases?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOC9yZWxlYXNlcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1189,7 +1189,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128%3Brev%3D1?deleteRevisions=false&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128%3Brev%3D1?deleteRevisions=false&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOCUzQnJldiUzRDE/ZGVsZXRlUmV2aXNpb25zPWZhbHNlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", @@ -1252,7 +1252,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128?deleteRevisions=true&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128?deleteRevisions=true&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOD9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiSchemaCrudOnSwaggerApiTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiSchemaCrudOnSwaggerApiTest.json index 6da610026bb6..6c0e680dc99e 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiSchemaCrudOnSwaggerApiTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiSchemaCrudOnSwaggerApiTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps5613\",\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"ps9154\",\r\n \"query\": \"ps2844\"\r\n },\r\n \"displayName\": \"ps3801\",\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/newapi\",\r\n \"path\": \"ps8767\",\r\n \"protocols\": [\r\n \"Http\",\r\n \"Https\"\r\n ]\r\n }\r\n}", @@ -73,7 +73,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -136,7 +136,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NS9zY2hlbWFzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -199,7 +199,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NS9zY2hlbWFzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -262,7 +262,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas/ps438?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas/ps438?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NS9zY2hlbWFzL3BzNDM4P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"contentType\": \"application/vnd.ms-azure-apim.swagger.definitions+json\",\r\n \"document\": {\r\n \"value\": \"{\\r\\n \\\"pet\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"id\\\",\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"findmoreinfohere\\\",\\r\\n \\\"url\\\": \\\"https: //helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"tag\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"newPet\\\": {\\r\\n \\\"allOf\\\": [\\r\\n {\\r\\n \\\"$ref\\\": \\\"pet\\\"\\r\\n },\\r\\n {\\r\\n \\\"required\\\": [\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"id\\\": {\\r\\n \\\"properties\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ]\\r\\n },\\r\\n \\\"errorModel\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"code\\\",\\r\\n \\\"message\\\"\\r\\n ],\\r\\n \\\"properties\\\": {\\r\\n \\\"code\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n },\\r\\n \\\"message\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n}\"\r\n }\r\n }\r\n}", @@ -294,7 +294,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas/ps438?api-version=2021-08-01&asyncId=6247860501234e13942b0703&asyncCode=201" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas/ps438?api-version=2022-08-01&asyncId=6247860501234e13942b0703&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -331,7 +331,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas/ps438?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas/ps438?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NS9zY2hlbWFzL3BzNDM4P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"contentType\": \"application/json\",\r\n \"document\": {\r\n \"value\": \"{\\r\\n \\\"pet\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"id\\\",\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"findmoreinfohere\\\",\\r\\n \\\"url\\\": \\\"https: //helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"tag\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"newPet\\\": {\\r\\n \\\"allOf\\\": [\\r\\n {\\r\\n \\\"$ref\\\": \\\"pet\\\"\\r\\n },\\r\\n {\\r\\n \\\"required\\\": [\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"id\\\": {\\r\\n \\\"properties\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ]\\r\\n },\\r\\n \\\"errorModel\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"code\\\",\\r\\n \\\"message\\\"\\r\\n ],\\r\\n \\\"properties\\\": {\\r\\n \\\"code\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n },\\r\\n \\\"message\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n}\"\r\n }\r\n }\r\n}", @@ -366,7 +366,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas/ps438?api-version=2021-08-01&asyncId=6247862401234e13942b0707&asyncCode=200" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas/ps438?api-version=2022-08-01&asyncId=6247862401234e13942b0707&asyncCode=200" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -403,7 +403,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas/ps438?api-version=2021-08-01&asyncId=6247860501234e13942b0703&asyncCode=201", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas/ps438?api-version=2022-08-01&asyncId=6247860501234e13942b0703&asyncCode=201", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NS9zY2hlbWFzL3BzNDM4P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDEmYXN5bmNJZD02MjQ3ODYwNTAxMjM0ZTEzOTQyYjA3MDMmYXN5bmNDb2RlPTIwMQ==", "RequestMethod": "GET", "RequestBody": "", @@ -466,7 +466,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas/ps438?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas/ps438?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NS9zY2hlbWFzL3BzNDM4P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -532,7 +532,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas/ps438?api-version=2021-08-01&asyncId=6247862401234e13942b0707&asyncCode=200", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas/ps438?api-version=2022-08-01&asyncId=6247862401234e13942b0707&asyncCode=200", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NS9zY2hlbWFzL3BzNDM4P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDEmYXN5bmNJZD02MjQ3ODYyNDAxMjM0ZTEzOTQyYjA3MDcmYXN5bmNDb2RlPTIwMA==", "RequestMethod": "GET", "RequestBody": "", @@ -595,7 +595,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas/ps438?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas/ps438?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NS9zY2hlbWFzL3BzNDM4P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", @@ -658,7 +658,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas/ps438?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas/ps438?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NS9zY2hlbWFzL3BzNDM4P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", @@ -718,7 +718,7 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085?deleteRevisions=true&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085?deleteRevisions=true&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NT9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiSchemaCrudOnWsdlApiTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiSchemaCrudOnWsdlApiTest.json index 9e30fd2f541c..781c0d8e442e 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiSchemaCrudOnWsdlApiTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiSchemaCrudOnWsdlApiTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Nz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"soapapifromFile\",\r\n \"value\": \"\\r\\n\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Gets Information for each WeatherID\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City Forecast Over the Next 7 Days, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City's Weather, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Gets Information for each WeatherID\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City Forecast Over the Next 7 Days, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City's Weather, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Gets Information for each WeatherID\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City Forecast Over the Next 7 Days, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City's Weather, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\",\r\n \"format\": \"wsdl\",\r\n \"wsdlSelector\": {\r\n \"wsdlServiceName\": \"Weather\",\r\n \"wsdlEndpointName\": \"WeatherSoap\"\r\n },\r\n \"apiType\": \"soap\"\r\n }\r\n}", @@ -33,7 +33,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267?api-version=2021-08-01&asyncId=62474a99217d200d902d7dab&asyncCode=201" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267?api-version=2022-08-01&asyncId=62474a99217d200d902d7dab&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -70,7 +70,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267?api-version=2021-08-01&asyncId=62474a99217d200d902d7dab&asyncCode=201", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267?api-version=2022-08-01&asyncId=62474a99217d200d902d7dab&asyncCode=201", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Nz9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzRhOTkyMTdkMjAwZDkwMmQ3ZGFiJmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -133,7 +133,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Nz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -199,7 +199,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267/schemas?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267/schemas?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Ny9zY2hlbWFzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -262,7 +262,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267/schemas?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267/schemas?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Ny9zY2hlbWFzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -325,7 +325,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267/schemas/2e6e173a-debb-4799-a374-1680010b306d?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267/schemas/2e6e173a-debb-4799-a374-1680010b306d?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Ny9zY2hlbWFzLzJlNmUxNzNhLWRlYmItNDc5OS1hMzc0LTE2ODAwMTBiMzA2ZD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"contentType\": \"application/vnd.ms-azure-apim.xsd+xml\",\r\n \"document\": {\r\n \"value\": \"\\r\\n\\r\\n\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\\r\\n \"\r\n }\r\n }\r\n}", @@ -357,7 +357,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267/schemas/2e6e173a-debb-4799-a374-1680010b306d?api-version=2021-08-01&asyncId=62474ab9217d200d902d7db2&asyncCode=200" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267/schemas/2e6e173a-debb-4799-a374-1680010b306d?api-version=2022-08-01&asyncId=62474ab9217d200d902d7db2&asyncCode=200" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -394,7 +394,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267/schemas/2e6e173a-debb-4799-a374-1680010b306d?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267/schemas/2e6e173a-debb-4799-a374-1680010b306d?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Ny9zY2hlbWFzLzJlNmUxNzNhLWRlYmItNDc5OS1hMzc0LTE2ODAwMTBiMzA2ZD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"contentType\": \"application/json\",\r\n \"document\": {\r\n \"value\": \"\\r\\n\\r\\n\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\\r\\n \"\r\n }\r\n }\r\n}", @@ -429,7 +429,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267/schemas/2e6e173a-debb-4799-a374-1680010b306d?api-version=2021-08-01&asyncId=62474ad7217d200d902d7db6&asyncCode=200" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267/schemas/2e6e173a-debb-4799-a374-1680010b306d?api-version=2022-08-01&asyncId=62474ad7217d200d902d7db6&asyncCode=200" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -466,7 +466,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267/schemas/2e6e173a-debb-4799-a374-1680010b306d?api-version=2021-08-01&asyncId=62474ab9217d200d902d7db2&asyncCode=200", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267/schemas/2e6e173a-debb-4799-a374-1680010b306d?api-version=2022-08-01&asyncId=62474ab9217d200d902d7db2&asyncCode=200", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Ny9zY2hlbWFzLzJlNmUxNzNhLWRlYmItNDc5OS1hMzc0LTE2ODAwMTBiMzA2ZD9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzRhYjkyMTdkMjAwZDkwMmQ3ZGIyJmFzeW5jQ29kZT0yMDA=", "RequestMethod": "GET", "RequestBody": "", @@ -529,7 +529,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267/schemas/2e6e173a-debb-4799-a374-1680010b306d?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267/schemas/2e6e173a-debb-4799-a374-1680010b306d?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Ny9zY2hlbWFzLzJlNmUxNzNhLWRlYmItNDc5OS1hMzc0LTE2ODAwMTBiMzA2ZD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -595,7 +595,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267/schemas/2e6e173a-debb-4799-a374-1680010b306d?api-version=2021-08-01&asyncId=62474ad7217d200d902d7db6&asyncCode=200", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267/schemas/2e6e173a-debb-4799-a374-1680010b306d?api-version=2022-08-01&asyncId=62474ad7217d200d902d7db6&asyncCode=200", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Ny9zY2hlbWFzLzJlNmUxNzNhLWRlYmItNDc5OS1hMzc0LTE2ODAwMTBiMzA2ZD9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzRhZDcyMTdkMjAwZDkwMmQ3ZGI2JmFzeW5jQ29kZT0yMDA=", "RequestMethod": "GET", "RequestBody": "", @@ -658,7 +658,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267?deleteRevisions=true&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267?deleteRevisions=true&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Nz9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiVersionSetCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiVersionSetCrudTest.json index 0191fcd28f22..da24a774451c 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiVersionSetCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiVersionSetCrudTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -64,8 +64,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets/ps2834?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cy9wczI4MzQ/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets/ps2834?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cy9wczI4MzQ/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps3756\",\r\n \"versionQueryName\": \"ps9658\",\r\n \"displayName\": \"ps4216\",\r\n \"versioningScheme\": \"Query\"\r\n }\r\n}", "RequestHeaders": { @@ -136,8 +136,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets/ps2834?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cy9wczI4MzQ/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets/ps2834?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cy9wczI4MzQ/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps3756\",\r\n \"versionHeaderName\": \"ps7337\",\r\n \"displayName\": \"ps4216\",\r\n \"versioningScheme\": \"Header\"\r\n }\r\n}", "RequestHeaders": { @@ -211,8 +211,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets/ps2834?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cy9wczI4MzQ/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets/ps2834?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cy9wczI4MzQ/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -277,8 +277,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets/ps2834?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cy9wczI4MzQ/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets/ps2834?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cy9wczI4MzQ/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -343,8 +343,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps72?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNzI/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps72?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNzI/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"swaggerapifromFile\",\r\n \"value\": \"{\\r\\n \\\"x-comment\\\": \\\"This file was extended from /github.com/swagger-api/swagger-spec/blob/master/examples/v2.0/json/petstore-with-external-docs.json\\\",\\r\\n \\\"swagger\\\": \\\"2.0\\\",\\r\\n \\\"info\\\": {\\r\\n \\\"version\\\": \\\"1.0.0\\\",\\r\\n \\\"title\\\": \\\"Swagger Petstore Extensive\\\",\\r\\n \\\"description\\\": \\\"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\\\",\\r\\n \\\"termsOfService\\\": \\\"http://helloreverb.com/terms/\\\",\\r\\n \\\"contact\\\": {\\r\\n \\\"name\\\": \\\"Wordnik API Team\\\",\\r\\n \\\"email\\\": \\\"foo@example.com\\\",\\r\\n \\\"url\\\": \\\"http://madskristensen.net\\\"\\r\\n },\\r\\n \\\"license\\\": {\\r\\n \\\"name\\\": \\\"MIT\\\",\\r\\n \\\"url\\\": \\\"http://github.com/gruntjs/grunt/blob/master/LICENSE-MIT\\\"\\r\\n }\\r\\n },\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"host\\\": \\\"petstore.swagger.wordnik.com\\\",\\r\\n \\\"basePath\\\": \\\"/api\\\",\\r\\n \\\"schemes\\\": [\\r\\n \\\"http\\\"\\r\\n ],\\r\\n \\\"consumes\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"paths\\\": {\\r\\n \\\"/mySamplePath?willbeignored={willbeignored}\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"Dummy desc\\\",\\r\\n \\\"operationId\\\": \\\"dummyid1\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyDateHeaderParam\\\",\\r\\n \\\"in\\\": \\\"header\\\",\\r\\n \\\"description\\\": \\\"dummyDateHeaderParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"date\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyReqQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyNotReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyNotReqQueryParam description\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyBodyParam\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"dummyBodyParam description\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\",\\r\\n \\\"example\\\": {\\r\\n \\\"id\\\": 2,\\r\\n \\\"name\\\": \\\"myreqpet\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"headers\\\": {\\r\\n \\\"header1\\\": {\\r\\n \\\"description\\\": \\\"sampleheader\\\",\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n },\\r\\n \\\"examples\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"id\\\": 3,\\r\\n \\\"name\\\": \\\"myresppet\\\" \\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/resourceWithFormData\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"resourceWithFormData desc\\\",\\r\\n \\\"operationId\\\": \\\"resourceWithFormDataPOST\\\",\\r\\n \\\"consumes\\\": [ \\\"multipart/form-data\\\" ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyFormDataParam\\\",\\r\\n \\\"in\\\": \\\"formData\\\",\\r\\n \\\"description\\\": \\\"dummyFormDataParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyReqQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"sample response\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/mySamplePath2?definedQueryParam={definedQueryParam}\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"produces\\\": [\\r\\n \\\"contenttype1\\\",\\r\\n \\\"application/xml\\\"\\r\\n ],\\r\\n \\\"description\\\": \\\"Dummy desc\\\",\\r\\n \\\"operationId\\\": \\\"dummyid2\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/parameters/dummyQueryParameterDef\\\"\\r\\n },\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/parameters/dummyBodyParameterDef\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"204\\\": {\\r\\n \\\"$ref\\\": \\\"#/responses/dummyResponseDef\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets2?dummyParam={dummyParam}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Dummy description\\\",\\r\\n \\\"operationId\\\": \\\"dummyOperationId\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyParam desc\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"collectionFormat\\\": \\\"csv\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"limit\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"maximum number of results to return\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Returns all pets from the system that the user has access to\\\",\\r\\n \\\"operationId\\\": \\\"findPets\\\",\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\",\\r\\n \\\"application/xml\\\"\\r\\n ],\\r\\n \\\"consumes\\\": [\\r\\n \\\"text/xml\\\",\\r\\n \\\"text/html\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"tags\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"tags to filter by\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"collectionFormat\\\": \\\"csv\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"limit\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"maximum number of results to return\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"Creates a new pet in the store. Duplicates are allowed\\\",\\r\\n \\\"operationId\\\": \\\"addPet\\\",\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"pet\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"Pet to add to the store\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/newPet\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets/{id}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Returns a user based on a single ID, if the user does not have access to the pet\\\",\\r\\n \\\"operationId\\\": \\\"findPetById\\\",\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\",\\r\\n \\\"application/xml\\\",\\r\\n \\\"text/xml\\\",\\r\\n \\\"text/html\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"id\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet to fetch\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"delete\\\": {\\r\\n \\\"description\\\": \\\"deletes a single pet based on the ID supplied\\\",\\r\\n \\\"operationId\\\": \\\"deletePet\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"id\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet to delete\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"204\\\": {\\r\\n \\\"description\\\": \\\"pet deleted\\\"\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"definitions\\\": {\\r\\n \\\"pet\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"id\\\",\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"tag\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"newPet\\\": {\\r\\n \\\"allOf\\\": [\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n },\\r\\n {\\r\\n \\\"required\\\": [\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ]\\r\\n },\\r\\n \\\"errorModel\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"code\\\",\\r\\n \\\"message\\\"\\r\\n ],\\r\\n \\\"properties\\\": {\\r\\n \\\"code\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n },\\r\\n \\\"message\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"parameters\\\": {\\r\\n \\\"dummyBodyParameterDef\\\": {\\r\\n \\\"name\\\": \\\"definedBodyParam\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"definedBodyParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"title\\\": \\\"Example Schema\\\",\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"firstName\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"lastName\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"age\\\": {\\r\\n \\\"description\\\": \\\"Age in years\\\",\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"minimum\\\": 0\\r\\n }\\r\\n },\\r\\n \\\"required\\\": [ \\\"firstName\\\", \\\"lastName\\\" ]\\r\\n }\\r\\n },\\r\\n \\\"dummyQueryParameterDef\\\": {\\r\\n \\\"name\\\": \\\"definedQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"definedQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"whateverformat\\\"\\r\\n }\\r\\n },\\r\\n \\\"responses\\\": {\\r\\n \\\"dummyResponseDef\\\": {\\r\\n \\\"description\\\": \\\"dummyResponseDef description\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n },\\r\\n \\\"headers\\\": {\\r\\n \\\"header1\\\": {\\r\\n \\\"type\\\": \\\"integer\\\"\\r\\n },\\r\\n \\\"header2\\\": {\\r\\n \\\"type\\\": \\\"integer\\\"\\r\\n }\\r\\n },\\r\\n \\\"examples\\\": {\\r\\n \\\"contenttype1\\\": \\\"contenttype1 example\\\",\\r\\n \\\"contenttype2\\\": \\\"contenttype2 example\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n}\\r\\n\\r\\n\",\r\n \"format\": \"swagger-json\"\r\n }\r\n}", "RequestHeaders": { @@ -375,7 +375,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps72?api-version=2021-08-01&asyncId=62474cb1217d200d902d7e4b&asyncCode=201" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps72?api-version=2022-08-01&asyncId=62474cb1217d200d902d7e4b&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -412,7 +412,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps72?api-version=2021-08-01&asyncId=62474cb1217d200d902d7e4b&asyncCode=201", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps72?api-version=2022-08-01&asyncId=62474cb1217d200d902d7e4b&asyncCode=201", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNzI/YXBpLXZlcnNpb249MjAyMS0wOC0wMSZhc3luY0lkPTYyNDc0Y2IxMjE3ZDIwMGQ5MDJkN2U0YiZhc3luY0NvZGU9MjAx", "RequestMethod": "GET", "RequestBody": "", @@ -475,8 +475,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps72?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNzI/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps72?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNzI/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -541,7 +541,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps72%3Brev%3D1?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps72%3Brev%3D1?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNzIlM0JyZXYlM0QxP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\",\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"type\": \"http\",\r\n \"apiRevision\": \"1\",\r\n \"apiVersion\": \"v1\",\r\n \"isCurrent\": true,\r\n \"apiVersionDescription\": \"ps3756\",\r\n \"apiVersionSetId\": \"/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets/ps2834\",\r\n \"subscriptionRequired\": true,\r\n \"displayName\": \"Swagger Petstore Extensive\",\r\n \"serviceUrl\": \"http://petstore.swagger.wordnik.com/api\",\r\n \"path\": \"swaggerapifromFile\",\r\n \"protocols\": [\r\n \"Http\"\r\n ]\r\n }\r\n}", @@ -616,8 +616,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps72?deleteRevisions=true&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNzI/ZGVsZXRlUmV2aXNpb25zPXRydWUmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps72?deleteRevisions=true&api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNzI/ZGVsZXRlUmV2aXNpb25zPXRydWUmYXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -679,8 +679,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets/ps2834?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cy9wczI4MzQ/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets/ps2834?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cy9wczI4MzQ/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiVersionSetImportCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiVersionSetImportCrudTest.json index 555e4fa0436b..af89be6d3af8 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiVersionSetImportCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiVersionSetImportCrudTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -64,8 +64,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets/ps7374?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cy9wczczNzQ/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets/ps7374?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cy9wczczNzQ/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps1419\",\r\n \"versionQueryName\": \"ps8386\",\r\n \"displayName\": \"ps6116\",\r\n \"versioningScheme\": \"Query\"\r\n }\r\n}", "RequestHeaders": { @@ -136,8 +136,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets/ps7374?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cy9wczczNzQ/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets/ps7374?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cy9wczczNzQ/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps1419\",\r\n \"versionHeaderName\": \"ps3586\",\r\n \"displayName\": \"ps6116\",\r\n \"versioningScheme\": \"Header\"\r\n }\r\n}", "RequestHeaders": { @@ -211,8 +211,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets/ps7374?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cy9wczczNzQ/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets/ps7374?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cy9wczczNzQ/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -277,8 +277,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets/ps7374?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cy9wczczNzQ/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets/ps7374?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cy9wczczNzQ/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -343,7 +343,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps9114?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps9114?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzOTExND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"apiVersion\": \"2\",\r\n \"apiVersionSetId\": \"/apiVersionSets/ps7374\",\r\n \"path\": \"swaggerapifromFile\",\r\n \"value\": \"{\\r\\n \\\"x-comment\\\": \\\"This file was extended from /github.com/swagger-api/swagger-spec/blob/master/examples/v2.0/json/petstore-with-external-docs.json\\\",\\r\\n \\\"swagger\\\": \\\"2.0\\\",\\r\\n \\\"info\\\": {\\r\\n \\\"version\\\": \\\"1.0.0\\\",\\r\\n \\\"title\\\": \\\"Swagger Petstore Extensive\\\",\\r\\n \\\"description\\\": \\\"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\\\",\\r\\n \\\"termsOfService\\\": \\\"http://helloreverb.com/terms/\\\",\\r\\n \\\"contact\\\": {\\r\\n \\\"name\\\": \\\"Wordnik API Team\\\",\\r\\n \\\"email\\\": \\\"foo@example.com\\\",\\r\\n \\\"url\\\": \\\"http://madskristensen.net\\\"\\r\\n },\\r\\n \\\"license\\\": {\\r\\n \\\"name\\\": \\\"MIT\\\",\\r\\n \\\"url\\\": \\\"http://github.com/gruntjs/grunt/blob/master/LICENSE-MIT\\\"\\r\\n }\\r\\n },\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"host\\\": \\\"petstore.swagger.wordnik.com\\\",\\r\\n \\\"basePath\\\": \\\"/api\\\",\\r\\n \\\"schemes\\\": [\\r\\n \\\"http\\\"\\r\\n ],\\r\\n \\\"consumes\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"paths\\\": {\\r\\n \\\"/mySamplePath?willbeignored={willbeignored}\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"Dummy desc\\\",\\r\\n \\\"operationId\\\": \\\"dummyid1\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyDateHeaderParam\\\",\\r\\n \\\"in\\\": \\\"header\\\",\\r\\n \\\"description\\\": \\\"dummyDateHeaderParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"date\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyReqQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyNotReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyNotReqQueryParam description\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyBodyParam\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"dummyBodyParam description\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\",\\r\\n \\\"example\\\": {\\r\\n \\\"id\\\": 2,\\r\\n \\\"name\\\": \\\"myreqpet\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"headers\\\": {\\r\\n \\\"header1\\\": {\\r\\n \\\"description\\\": \\\"sampleheader\\\",\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n },\\r\\n \\\"examples\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"id\\\": 3,\\r\\n \\\"name\\\": \\\"myresppet\\\" \\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/resourceWithFormData\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"resourceWithFormData desc\\\",\\r\\n \\\"operationId\\\": \\\"resourceWithFormDataPOST\\\",\\r\\n \\\"consumes\\\": [ \\\"multipart/form-data\\\" ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyFormDataParam\\\",\\r\\n \\\"in\\\": \\\"formData\\\",\\r\\n \\\"description\\\": \\\"dummyFormDataParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyReqQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"sample response\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/mySamplePath2?definedQueryParam={definedQueryParam}\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"produces\\\": [\\r\\n \\\"contenttype1\\\",\\r\\n \\\"application/xml\\\"\\r\\n ],\\r\\n \\\"description\\\": \\\"Dummy desc\\\",\\r\\n \\\"operationId\\\": \\\"dummyid2\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/parameters/dummyQueryParameterDef\\\"\\r\\n },\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/parameters/dummyBodyParameterDef\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"204\\\": {\\r\\n \\\"$ref\\\": \\\"#/responses/dummyResponseDef\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets2?dummyParam={dummyParam}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Dummy description\\\",\\r\\n \\\"operationId\\\": \\\"dummyOperationId\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyParam desc\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"collectionFormat\\\": \\\"csv\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"limit\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"maximum number of results to return\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Returns all pets from the system that the user has access to\\\",\\r\\n \\\"operationId\\\": \\\"findPets\\\",\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\",\\r\\n \\\"application/xml\\\"\\r\\n ],\\r\\n \\\"consumes\\\": [\\r\\n \\\"text/xml\\\",\\r\\n \\\"text/html\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"tags\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"tags to filter by\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"collectionFormat\\\": \\\"csv\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"limit\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"maximum number of results to return\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"Creates a new pet in the store. Duplicates are allowed\\\",\\r\\n \\\"operationId\\\": \\\"addPet\\\",\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"pet\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"Pet to add to the store\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/newPet\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets/{id}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Returns a user based on a single ID, if the user does not have access to the pet\\\",\\r\\n \\\"operationId\\\": \\\"findPetById\\\",\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\",\\r\\n \\\"application/xml\\\",\\r\\n \\\"text/xml\\\",\\r\\n \\\"text/html\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"id\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet to fetch\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"delete\\\": {\\r\\n \\\"description\\\": \\\"deletes a single pet based on the ID supplied\\\",\\r\\n \\\"operationId\\\": \\\"deletePet\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"id\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet to delete\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"204\\\": {\\r\\n \\\"description\\\": \\\"pet deleted\\\"\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"definitions\\\": {\\r\\n \\\"pet\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"id\\\",\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"tag\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"newPet\\\": {\\r\\n \\\"allOf\\\": [\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n },\\r\\n {\\r\\n \\\"required\\\": [\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ]\\r\\n },\\r\\n \\\"errorModel\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"code\\\",\\r\\n \\\"message\\\"\\r\\n ],\\r\\n \\\"properties\\\": {\\r\\n \\\"code\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n },\\r\\n \\\"message\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"parameters\\\": {\\r\\n \\\"dummyBodyParameterDef\\\": {\\r\\n \\\"name\\\": \\\"definedBodyParam\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"definedBodyParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"title\\\": \\\"Example Schema\\\",\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"firstName\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"lastName\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"age\\\": {\\r\\n \\\"description\\\": \\\"Age in years\\\",\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"minimum\\\": 0\\r\\n }\\r\\n },\\r\\n \\\"required\\\": [ \\\"firstName\\\", \\\"lastName\\\" ]\\r\\n }\\r\\n },\\r\\n \\\"dummyQueryParameterDef\\\": {\\r\\n \\\"name\\\": \\\"definedQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"definedQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"whateverformat\\\"\\r\\n }\\r\\n },\\r\\n \\\"responses\\\": {\\r\\n \\\"dummyResponseDef\\\": {\\r\\n \\\"description\\\": \\\"dummyResponseDef description\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n },\\r\\n \\\"headers\\\": {\\r\\n \\\"header1\\\": {\\r\\n \\\"type\\\": \\\"integer\\\"\\r\\n },\\r\\n \\\"header2\\\": {\\r\\n \\\"type\\\": \\\"integer\\\"\\r\\n }\\r\\n },\\r\\n \\\"examples\\\": {\\r\\n \\\"contenttype1\\\": \\\"contenttype1 example\\\",\\r\\n \\\"contenttype2\\\": \\\"contenttype2 example\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n}\\r\\n\\r\\n\",\r\n \"format\": \"swagger-json\"\r\n }\r\n}", @@ -375,7 +375,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps9114?api-version=2021-08-01&asyncId=62474cfb217d200d902d7e5b&asyncCode=201" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps9114?api-version=2022-08-01&asyncId=62474cfb217d200d902d7e5b&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -412,7 +412,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps9114?api-version=2021-08-01&asyncId=62474cfb217d200d902d7e5b&asyncCode=201", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps9114?api-version=2022-08-01&asyncId=62474cfb217d200d902d7e5b&asyncCode=201", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzOTExND9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzRjZmIyMTdkMjAwZDkwMmQ3ZTViJmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -475,7 +475,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps9114?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps9114?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzOTExND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -541,7 +541,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps9114?deleteRevisions=true&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps9114?deleteRevisions=true&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzOTExND9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", @@ -604,8 +604,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets/ps7374?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cy9wczczNzQ/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets/ps7374?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cy9wczczNzQ/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/AuthorizationServerCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/AuthorizationServerCrudTest.json index b06b843bc232..8fba8a39e86b 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/AuthorizationServerCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/AuthorizationServerCrudTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -64,7 +64,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers/ps734?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers/ps734?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycy9wczczND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps4362\",\r\n \"authorizationMethods\": [\r\n \"POST\",\r\n \"GET\"\r\n ],\r\n \"clientAuthenticationMethod\": [\r\n \"Basic\"\r\n ],\r\n \"tokenBodyParameters\": [\r\n {\r\n \"name\": \"tokenname\",\r\n \"value\": \"tokenvalue\"\r\n }\r\n ],\r\n \"tokenEndpoint\": \"https://contoso.com/token\",\r\n \"supportState\": true,\r\n \"defaultScope\": \"ps3573\",\r\n \"bearerTokenSendingMethods\": [\r\n \"AuthorizationHeader\",\r\n \"Query\"\r\n ],\r\n \"resourceOwnerUsername\": \"ps7661\",\r\n \"resourceOwnerPassword\": \"ps5177\",\r\n \"displayName\": \"ps143\",\r\n \"clientRegistrationEndpoint\": \"https://contoso.com/clients/reg\",\r\n \"authorizationEndpoint\": \"https://contoso.com/auth\",\r\n \"grantTypes\": [\r\n \"AuthorizationCode\",\r\n \"Implicit\",\r\n \"ResourceOwnerPassword\"\r\n ],\r\n \"clientId\": \"ps3310\",\r\n \"clientSecret\": \"ps4659\"\r\n }\r\n}", @@ -136,7 +136,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers/ps734?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers/ps734?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycy9wczczND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -202,7 +202,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers/ps734?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers/ps734?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycy9wczczND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -268,7 +268,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers/ps734?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers/ps734?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycy9wczczND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -334,7 +334,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers/ps734?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers/ps734?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycy9wczczND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -397,7 +397,7 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers/ps734/listSecrets?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers/ps734/listSecrets?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycy9wczczNC9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", @@ -463,7 +463,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers/ps734/listSecrets?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers/ps734/listSecrets?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycy9wczczNC9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", @@ -529,7 +529,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers/ps734?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers/ps734?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycy9wczczND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps8125\",\r\n \"authorizationMethods\": [\r\n \"GET\"\r\n ],\r\n \"clientAuthenticationMethod\": [\r\n \"Basic\"\r\n ],\r\n \"tokenBodyParameters\": [\r\n {\r\n \"name\": \"tokenname1\",\r\n \"value\": \"tokenvalue1\"\r\n }\r\n ],\r\n \"tokenEndpoint\": \"https://contoso.com/tokenv2\",\r\n \"supportState\": false,\r\n \"defaultScope\": \"ps8853\",\r\n \"bearerTokenSendingMethods\": [\r\n \"AuthorizationHeader\"\r\n ],\r\n \"displayName\": \"ps8099\",\r\n \"clientRegistrationEndpoint\": \"https://contoso.com/clients/regv2\",\r\n \"authorizationEndpoint\": \"https://contoso.com/authv2\",\r\n \"grantTypes\": [\r\n \"AuthorizationCode\",\r\n \"Implicit\",\r\n \"ClientCredentials\"\r\n ],\r\n \"clientId\": \"ps5599\",\r\n \"clientSecret\": \"ps7578\"\r\n }\r\n}", @@ -604,7 +604,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers/ps734?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers/ps734?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycy9wczczND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/BackendCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/BackendCrudTest.json index 102819565874..0cd157fa705d 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/BackendCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/BackendCrudTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps3597?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczM1OTc/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps3597?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczM1OTc/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"title\": \"ps5714\",\r\n \"description\": \"ps4679\",\r\n \"credentials\": {\r\n \"query\": {\r\n \"sv\": [\r\n \"xx\",\r\n \"bb\"\r\n ],\r\n \"sr\": [\r\n \"cc\"\r\n ]\r\n },\r\n \"header\": {\r\n \"x-my-1\": [\r\n \"val1\",\r\n \"val2\"\r\n ]\r\n },\r\n \"authorization\": {\r\n \"scheme\": \"basic\",\r\n \"parameter\": \"opensesame\"\r\n }\r\n },\r\n \"tls\": {\r\n \"validateCertificateChain\": false\r\n },\r\n \"url\": \"https://contoso.com/awesomeapi\",\r\n \"protocol\": \"http\"\r\n }\r\n}", "RequestHeaders": { @@ -73,8 +73,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps3597?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczM1OTc/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps3597?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczM1OTc/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps3476\"\r\n }\r\n}", "RequestHeaders": { @@ -148,8 +148,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps3597?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczM1OTc/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps3597?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczM1OTc/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"proxy\": {\r\n \"url\": \"http://12.168.1.1:8080\",\r\n \"username\": \"foo\",\r\n \"password\": \"PlainTextPassword\"\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -223,8 +223,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps3597?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczM1OTc/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps3597?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczM1OTc/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -289,8 +289,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps3597?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczM1OTc/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps3597?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczM1OTc/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -355,8 +355,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps3597?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczM1OTc/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps3597?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczM1OTc/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -421,8 +421,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps3597?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczM1OTc/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps3597?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczM1OTc/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -484,7 +484,7 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -547,8 +547,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps3597?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczM1OTc/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps3597?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczM1OTc/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/BackendServiceFabricCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/BackendServiceFabricCrudTest.json index 731f43b0ec86..157b9cc31ca6 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/BackendServiceFabricCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/BackendServiceFabricCrudTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -64,7 +64,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -127,7 +127,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1202?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1202?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMjAyP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"data\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAgpyA5NFrZbjwICB9AEggKQpSy2W1iM8pd8/WyI0+q4uvY6SpvRXTpUfBLl7jlNCPOt847nq5zqQggOQSaqP/4zi08CcmQzaQRmHf5FfMMeYJDp6rGLS8ouyt5ElwMHBZWrsuF49dwi5S73AtBRX128CXCc+qKOlgnXM9PpW+LSJ9J4SWS9B2wC0YQfIGtC/niuLcHDVP+zGwXd+fT06nmNR3SzjfzEfHROM/TyOWHMWAlas6/LXIqXpRSl6igWK7SuMDxWZvdr/QC1ahsptkkF7nHq1RC57o6ru7wxkaANwFQXXhBuh9uQ32Szg2nemfLP7jTcOHcUPK32tU7TuGT5osXMbAVHelPFGzNEPAEb6mNfla2cuILVX/QTqqPqjxTGGn8qBf2TtDSHedBSaRqPO62hRbzAfpeSagG6iFWKGeGCvo8LwVnx3pZM36Tu5GBNhdKhOGZvtXeiZH7XoMAER1O8dJblKfffhzl4MG7BCcT5nftU6NpS3TfRC9hvGX9iqZKjZd6Npvycmo+qlld6g86QDNq28NEHLz0xG809IUunp5DxKptZhEHwZhU0EmATucmjZhrDDvembG58gaU/PSBRlwVNjK+h//Gm4jCAQ6l0iR5COqScNnxr9p5ZhmJvKJQ1OpFw0zXgeWi6MTOpNfMwibytjn+28YPe9mUNoUvcb0u6mjxmn+wupHfELXADRuSZ8CF5eRk9pE+SrbrCn6wyoaFY/vdBSxsnNh37HXpCEEcOm19pbQNPfuVktRmU910zhQntm58SVhyNIlBOA0LGllRNxZndwHdTlcqbIE+HRDn7Fnj3uf0xu+9cOvPkIalluKsySbDKQXJyg3p9QQZJIiFpp6jXit+DHmf7d9mZ0G7eoKFtI2yqLDT68mYxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADAAOAAxAEYAMwBCADMAQwAtAEQANQA0ADMALQA0AEEANwAwAC0AOAA3ADcANgAtADkAMgA1AEEARAAxADgARQA2ADgAQwBGAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIvqDlcIY1iqcCAgfQgIICmE7Jw2F3UXilr+Ig+EAVrb2B3zG3rYosQY3iikLJ73ztGs/qiNCr21CxKeoj4mBzLFX+oi4DhvJBDp7PkTIF9z7CKzw7XcVwgmLqfBHYh9lp+lrLk2c3wmJllb06MKtblY7OYp9sNr5f3vB6J4uIE6+R+70oLmB2BhcToytfETjbeyKuFGS+3YhoHwCloMNTu73uXmBDwoPz+Wot7Fq3aZm1Sc5A5Qz68BZhvOz+zR4twH11c79yzlMHzdqpD1aRCLdbXtVrqrjEk7tuwqWQmWAOuPvRAN7oksqO2Gw7w8gx1kqkRKYkYuzrj4benZPsZwT8qXZPCZ5iM+iYImvPQkPxSTmM0O3gxbtK1/Xu0cCZSpNy1yJQo0fyzEMMCbLKYVWjK+0ymNww7bd3ubWW358oLE2U+6Oe7mmtXgZzSVH74vaes/ce1zEm+paItCqfHXe1fo4Qo7s3jfTrRohYw7LWD+uVObdKi8Dg7fUy8/DXomgWn4qP8I33n6Y0LCMrzKUoIe6zhsWBpFobwprlz/jWvASkbdp8ou16Vx6jTf3EwXCnWcRmXXNuPFPOo5znBLs98raCe0546bbcq7jSZr5Sg11qBX5N+N3Bv/eup7qQKAnivAvBOAx6533LzR3fZfe7AN0dOEC2D079Vg0t0o+JBPd7mLxIF54BnHoy5OlRCg0g0ol6R9iN3HlgUbMJWL2dFEoU+kjMVNTUKykEh/Q4Zh/ug9lnyObHsDTzZwr3qe0L308lh9Ko20e/aCFS8YLtTv1qlewKtz/BIxck8vDBsY61hrymbVvlxDD2ESuzt8qJXp5vBF1dfaBFTO5enxBJYVIF2JyeSwDAPOJiYTdsz9ssVolmx6p9yKSTuhuFISyU4xOOcU4wOzAfMAcGBSsOAwIaBBSPRDVaFWhKRqBSQvxQV/NpiUuTawQUxxNV8/5sOf5HrarXJESyg2NwXl4CAgfQ\",\r\n \"password\": \"Password\"\r\n }\r\n}", @@ -199,7 +199,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1202?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1202?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMjAyP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -265,7 +265,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1202?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1202?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMjAyP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -328,7 +328,7 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps516?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps516?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczUxNj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"title\": \"ps6518\",\r\n \"description\": \"ps360\",\r\n \"properties\": {\r\n \"serviceFabricCluster\": {\r\n \"clientCertificatethumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"managementEndpoints\": [\r\n \"https://sfbackend-01.net:443\",\r\n \"https://sfbackend-02.net:443\"\r\n ],\r\n \"serverCertificateThumbprints\": [],\r\n \"serverX509Names\": [\r\n {\r\n \"name\": \"CN=foobar.net\",\r\n \"issuerCertificateThumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\"\r\n }\r\n ]\r\n }\r\n },\r\n \"url\": \"fabric:/mytestapp/mytestservice\",\r\n \"protocol\": \"http\"\r\n }\r\n}", @@ -400,7 +400,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps516?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps516?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczUxNj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps4230\"\r\n }\r\n}", @@ -475,7 +475,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps516?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps516?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczUxNj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -541,7 +541,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps516?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps516?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczUxNj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -607,7 +607,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps516?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps516?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczUxNj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -670,7 +670,7 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps516?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps516?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczUxNj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", @@ -733,7 +733,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1202?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1202?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMjAyP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/CacheCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/CacheCrudTest.json index 96f0fbff5f13..e0596039176b 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/CacheCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/CacheCrudTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/caches?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jYWNoZXM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/caches?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jYWNoZXM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -64,8 +64,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/caches?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jYWNoZXM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/caches?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jYWNoZXM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -127,7 +127,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/caches/default?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/caches/default?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jYWNoZXMvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps4958\",\r\n \"connectionString\": \"teamdemo.redis.cache.windows.net:6380,password=xxxxxx+xxxxx=,ssl=True,abortConnect=False\",\r\n \"useFromLocation\": \"default\"\r\n }\r\n}", @@ -199,7 +199,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/caches/default?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/caches/default?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jYWNoZXMvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -265,7 +265,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/caches/default?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/caches/default?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jYWNoZXMvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -331,7 +331,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/caches/default?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/caches/default?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jYWNoZXMvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -397,7 +397,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/caches/default?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/caches/default?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jYWNoZXMvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -460,7 +460,7 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/caches/default?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/caches/default?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jYWNoZXMvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps4997\",\r\n \"connectionString\": \"{{62474b08217d200d902d7dbe}}\",\r\n \"useFromLocation\": \"default\"\r\n }\r\n}", @@ -535,7 +535,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/caches/default?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/caches/default?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jYWNoZXMvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", @@ -598,7 +598,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -661,8 +661,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/62474b08217d200d902d7dbe?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy82MjQ3NGIwODIxN2QyMDBkOTAyZDdkYmU/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/62474b08217d200d902d7dbe?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy82MjQ3NGIwODIxN2QyMDBkOTAyZDdkYmU/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/CertificateCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/CertificateCrudTest.json index 843493b03676..228272f3c069 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/CertificateCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/CertificateCrudTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -64,8 +64,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -127,8 +127,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/cert1234?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvY2VydDEyMzQ/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/cert1234?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvY2VydDEyMzQ/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"keyVault\": {\r\n \"secretIdentifier\": \"https://jikangsdkkeyvault.vault.azure.net/secrets/sdkcert1\"\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -199,8 +199,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/cert1234?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvY2VydDEyMzQ/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/cert1234?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvY2VydDEyMzQ/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -265,8 +265,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/cert1234?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvY2VydDEyMzQ/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/cert1234?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvY2VydDEyMzQ/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -331,8 +331,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/cert1234?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvY2VydDEyMzQ/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/cert1234?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvY2VydDEyMzQ/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -397,8 +397,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/cert1234?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvY2VydDEyMzQ/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/cert1234?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvY2VydDEyMzQ/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -460,7 +460,7 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/cert1234/refreshSecret?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/cert1234/refreshSecret?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvY2VydDEyMzQvcmVmcmVzaFNlY3JldD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", @@ -526,7 +526,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1172?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1172?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMTcyP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"data\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAgpyA5NFrZbjwICB9AEggKQpSy2W1iM8pd8/WyI0+q4uvY6SpvRXTpUfBLl7jlNCPOt847nq5zqQggOQSaqP/4zi08CcmQzaQRmHf5FfMMeYJDp6rGLS8ouyt5ElwMHBZWrsuF49dwi5S73AtBRX128CXCc+qKOlgnXM9PpW+LSJ9J4SWS9B2wC0YQfIGtC/niuLcHDVP+zGwXd+fT06nmNR3SzjfzEfHROM/TyOWHMWAlas6/LXIqXpRSl6igWK7SuMDxWZvdr/QC1ahsptkkF7nHq1RC57o6ru7wxkaANwFQXXhBuh9uQ32Szg2nemfLP7jTcOHcUPK32tU7TuGT5osXMbAVHelPFGzNEPAEb6mNfla2cuILVX/QTqqPqjxTGGn8qBf2TtDSHedBSaRqPO62hRbzAfpeSagG6iFWKGeGCvo8LwVnx3pZM36Tu5GBNhdKhOGZvtXeiZH7XoMAER1O8dJblKfffhzl4MG7BCcT5nftU6NpS3TfRC9hvGX9iqZKjZd6Npvycmo+qlld6g86QDNq28NEHLz0xG809IUunp5DxKptZhEHwZhU0EmATucmjZhrDDvembG58gaU/PSBRlwVNjK+h//Gm4jCAQ6l0iR5COqScNnxr9p5ZhmJvKJQ1OpFw0zXgeWi6MTOpNfMwibytjn+28YPe9mUNoUvcb0u6mjxmn+wupHfELXADRuSZ8CF5eRk9pE+SrbrCn6wyoaFY/vdBSxsnNh37HXpCEEcOm19pbQNPfuVktRmU910zhQntm58SVhyNIlBOA0LGllRNxZndwHdTlcqbIE+HRDn7Fnj3uf0xu+9cOvPkIalluKsySbDKQXJyg3p9QQZJIiFpp6jXit+DHmf7d9mZ0G7eoKFtI2yqLDT68mYxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADAAOAAxAEYAMwBCADMAQwAtAEQANQA0ADMALQA0AEEANwAwAC0AOAA3ADcANgAtADkAMgA1AEEARAAxADgARQA2ADgAQwBGAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIvqDlcIY1iqcCAgfQgIICmE7Jw2F3UXilr+Ig+EAVrb2B3zG3rYosQY3iikLJ73ztGs/qiNCr21CxKeoj4mBzLFX+oi4DhvJBDp7PkTIF9z7CKzw7XcVwgmLqfBHYh9lp+lrLk2c3wmJllb06MKtblY7OYp9sNr5f3vB6J4uIE6+R+70oLmB2BhcToytfETjbeyKuFGS+3YhoHwCloMNTu73uXmBDwoPz+Wot7Fq3aZm1Sc5A5Qz68BZhvOz+zR4twH11c79yzlMHzdqpD1aRCLdbXtVrqrjEk7tuwqWQmWAOuPvRAN7oksqO2Gw7w8gx1kqkRKYkYuzrj4benZPsZwT8qXZPCZ5iM+iYImvPQkPxSTmM0O3gxbtK1/Xu0cCZSpNy1yJQo0fyzEMMCbLKYVWjK+0ymNww7bd3ubWW358oLE2U+6Oe7mmtXgZzSVH74vaes/ce1zEm+paItCqfHXe1fo4Qo7s3jfTrRohYw7LWD+uVObdKi8Dg7fUy8/DXomgWn4qP8I33n6Y0LCMrzKUoIe6zhsWBpFobwprlz/jWvASkbdp8ou16Vx6jTf3EwXCnWcRmXXNuPFPOo5znBLs98raCe0546bbcq7jSZr5Sg11qBX5N+N3Bv/eup7qQKAnivAvBOAx6533LzR3fZfe7AN0dOEC2D079Vg0t0o+JBPd7mLxIF54BnHoy5OlRCg0g0ol6R9iN3HlgUbMJWL2dFEoU+kjMVNTUKykEh/Q4Zh/ug9lnyObHsDTzZwr3qe0L308lh9Ko20e/aCFS8YLtTv1qlewKtz/BIxck8vDBsY61hrymbVvlxDD2ESuzt8qJXp5vBF1dfaBFTO5enxBJYVIF2JyeSwDAPOJiYTdsz9ssVolmx6p9yKSTuhuFISyU4xOOcU4wOzAfMAcGBSsOAwIaBBSPRDVaFWhKRqBSQvxQV/NpiUuTawQUxxNV8/5sOf5HrarXJESyg2NwXl4CAgfQ\",\r\n \"password\": \"Password\"\r\n }\r\n}", @@ -598,7 +598,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1172?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1172?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMTcyP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"data\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAgpyA5NFrZbjwICB9AEggKQpSy2W1iM8pd8/WyI0+q4uvY6SpvRXTpUfBLl7jlNCPOt847nq5zqQggOQSaqP/4zi08CcmQzaQRmHf5FfMMeYJDp6rGLS8ouyt5ElwMHBZWrsuF49dwi5S73AtBRX128CXCc+qKOlgnXM9PpW+LSJ9J4SWS9B2wC0YQfIGtC/niuLcHDVP+zGwXd+fT06nmNR3SzjfzEfHROM/TyOWHMWAlas6/LXIqXpRSl6igWK7SuMDxWZvdr/QC1ahsptkkF7nHq1RC57o6ru7wxkaANwFQXXhBuh9uQ32Szg2nemfLP7jTcOHcUPK32tU7TuGT5osXMbAVHelPFGzNEPAEb6mNfla2cuILVX/QTqqPqjxTGGn8qBf2TtDSHedBSaRqPO62hRbzAfpeSagG6iFWKGeGCvo8LwVnx3pZM36Tu5GBNhdKhOGZvtXeiZH7XoMAER1O8dJblKfffhzl4MG7BCcT5nftU6NpS3TfRC9hvGX9iqZKjZd6Npvycmo+qlld6g86QDNq28NEHLz0xG809IUunp5DxKptZhEHwZhU0EmATucmjZhrDDvembG58gaU/PSBRlwVNjK+h//Gm4jCAQ6l0iR5COqScNnxr9p5ZhmJvKJQ1OpFw0zXgeWi6MTOpNfMwibytjn+28YPe9mUNoUvcb0u6mjxmn+wupHfELXADRuSZ8CF5eRk9pE+SrbrCn6wyoaFY/vdBSxsnNh37HXpCEEcOm19pbQNPfuVktRmU910zhQntm58SVhyNIlBOA0LGllRNxZndwHdTlcqbIE+HRDn7Fnj3uf0xu+9cOvPkIalluKsySbDKQXJyg3p9QQZJIiFpp6jXit+DHmf7d9mZ0G7eoKFtI2yqLDT68mYxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADAAOAAxAEYAMwBCADMAQwAtAEQANQA0ADMALQA0AEEANwAwAC0AOAA3ADcANgAtADkAMgA1AEEARAAxADgARQA2ADgAQwBGAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIvqDlcIY1iqcCAgfQgIICmE7Jw2F3UXilr+Ig+EAVrb2B3zG3rYosQY3iikLJ73ztGs/qiNCr21CxKeoj4mBzLFX+oi4DhvJBDp7PkTIF9z7CKzw7XcVwgmLqfBHYh9lp+lrLk2c3wmJllb06MKtblY7OYp9sNr5f3vB6J4uIE6+R+70oLmB2BhcToytfETjbeyKuFGS+3YhoHwCloMNTu73uXmBDwoPz+Wot7Fq3aZm1Sc5A5Qz68BZhvOz+zR4twH11c79yzlMHzdqpD1aRCLdbXtVrqrjEk7tuwqWQmWAOuPvRAN7oksqO2Gw7w8gx1kqkRKYkYuzrj4benZPsZwT8qXZPCZ5iM+iYImvPQkPxSTmM0O3gxbtK1/Xu0cCZSpNy1yJQo0fyzEMMCbLKYVWjK+0ymNww7bd3ubWW358oLE2U+6Oe7mmtXgZzSVH74vaes/ce1zEm+paItCqfHXe1fo4Qo7s3jfTrRohYw7LWD+uVObdKi8Dg7fUy8/DXomgWn4qP8I33n6Y0LCMrzKUoIe6zhsWBpFobwprlz/jWvASkbdp8ou16Vx6jTf3EwXCnWcRmXXNuPFPOo5znBLs98raCe0546bbcq7jSZr5Sg11qBX5N+N3Bv/eup7qQKAnivAvBOAx6533LzR3fZfe7AN0dOEC2D079Vg0t0o+JBPd7mLxIF54BnHoy5OlRCg0g0ol6R9iN3HlgUbMJWL2dFEoU+kjMVNTUKykEh/Q4Zh/ug9lnyObHsDTzZwr3qe0L308lh9Ko20e/aCFS8YLtTv1qlewKtz/BIxck8vDBsY61hrymbVvlxDD2ESuzt8qJXp5vBF1dfaBFTO5enxBJYVIF2JyeSwDAPOJiYTdsz9ssVolmx6p9yKSTuhuFISyU4xOOcU4wOzAfMAcGBSsOAwIaBBSPRDVaFWhKRqBSQvxQV/NpiUuTawQUxxNV8/5sOf5HrarXJESyg2NwXl4CAgfQ\",\r\n \"password\": \"Password\"\r\n }\r\n}", @@ -673,7 +673,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1172?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1172?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMTcyP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -739,7 +739,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1172?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1172?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMTcyP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -805,7 +805,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1172?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1172?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMTcyP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -871,7 +871,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1172?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1172?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMTcyP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -937,7 +937,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1172?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1172?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMTcyP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1000,7 +1000,7 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1172?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1172?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMTcyP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", @@ -1063,8 +1063,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/cert1234?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvY2VydDEyMzQ/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/cert1234?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvY2VydDEyMzQ/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/DiagnosticCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/DiagnosticCrudTest.json index d17ca6e13ece..d428f815e14b 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/DiagnosticCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/DiagnosticCrudTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/diagnostics?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/diagnostics?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9kaWFnbm9zdGljcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -64,7 +64,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/diagnostics?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/diagnostics?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9kaWFnbm9zdGljcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -127,7 +127,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps9535?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps9535?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzOTUzNT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"loggerType\": \"applicationInsights\",\r\n \"description\": \"ps6174\",\r\n \"credentials\": {\r\n \"instrumentationKey\": \"474edd50-b07f-48ea-b472-f1ec6a3ef92d\"\r\n },\r\n \"isBuffered\": true\r\n }\r\n}", @@ -199,7 +199,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/diagnostics/applicationinsights?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/diagnostics/applicationinsights?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"alwaysLog\": \"allErrors\",\r\n \"loggerId\": \"/loggers/ps9535\",\r\n \"sampling\": {\r\n \"samplingType\": \"fixed\",\r\n \"percentage\": 100.0\r\n },\r\n \"frontend\": {\r\n \"request\": {\r\n \"headers\": [\r\n \"Content-Type\",\r\n \"UserAgent\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 100\r\n }\r\n },\r\n \"response\": {\r\n \"headers\": [\r\n \"Content-Type\",\r\n \"UserAgent\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 100\r\n }\r\n }\r\n },\r\n \"backend\": {\r\n \"request\": {\r\n \"headers\": [\r\n \"Content-Type\",\r\n \"UserAgent\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 100\r\n }\r\n },\r\n \"response\": {\r\n \"headers\": [\r\n \"Content-Type\",\r\n \"UserAgent\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 100\r\n }\r\n }\r\n }\r\n }\r\n}", @@ -271,7 +271,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/diagnostics/applicationinsights?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/diagnostics/applicationinsights?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"alwaysLog\": \"allErrors\",\r\n \"loggerId\": \"/loggers/ps9535\",\r\n \"sampling\": {\r\n \"samplingType\": \"fixed\",\r\n \"percentage\": 50.0\r\n },\r\n \"frontend\": {\r\n \"request\": {\r\n \"headers\": [\r\n \"Content-Type\",\r\n \"UserAgent\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 100\r\n }\r\n },\r\n \"response\": {\r\n \"headers\": [\r\n \"Content-Type\",\r\n \"UserAgent\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 100\r\n }\r\n }\r\n }\r\n }\r\n}", @@ -346,7 +346,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/diagnostics/applicationinsights?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/diagnostics/applicationinsights?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -412,7 +412,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/diagnostics/applicationinsights?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/diagnostics/applicationinsights?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -478,7 +478,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/diagnostics/applicationinsights?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/diagnostics/applicationinsights?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", @@ -541,7 +541,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/diagnostics/applicationinsights?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/diagnostics/applicationinsights?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", @@ -601,7 +601,7 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps9535?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps9535?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzOTUzNT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", @@ -664,7 +664,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/GatewayCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/GatewayCrudTest.json index 40305d7e49be..a17e5480d0f3 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/GatewayCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/GatewayCrudTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -64,7 +64,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -127,8 +127,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzI/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzI/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"locationData\": {\r\n \"name\": \"ps9013\",\r\n \"city\": \"ps3234\",\r\n \"district\": \"ps9941\",\r\n \"countryOrRegion\": \"ps4364\"\r\n },\r\n \"description\": \"ps6546\"\r\n }\r\n}", "RequestHeaders": { @@ -199,8 +199,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzI/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzI/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -265,8 +265,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzI/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzI/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -331,8 +331,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzI/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzI/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -397,8 +397,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzI/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzI/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -463,8 +463,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzI/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzI/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -529,8 +529,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzI/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzI/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -592,8 +592,8 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzI/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzI/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"locationData\": {\r\n \"name\": \"ps9013\",\r\n \"city\": \"ps3234\",\r\n \"district\": \"ps9941\",\r\n \"countryOrRegion\": \"ps4364\"\r\n },\r\n \"description\": \"ps4901\"\r\n }\r\n}", "RequestHeaders": { @@ -667,8 +667,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzI/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzI/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps7703\"\r\n }\r\n}", "RequestHeaders": { @@ -742,8 +742,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzI/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzI/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"locationData\": {\r\n \"name\": \"ps9013\",\r\n \"city\": \"ps6202\"\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -817,8 +817,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372/listKeys?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzIvbGlzdEtleXM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372/listKeys?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzIvbGlzdEtleXM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { @@ -883,7 +883,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -946,7 +946,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372/apis/echo-api?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372/apis/echo-api?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzIvYXBpcy9lY2hvLWFwaT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "", @@ -1012,7 +1012,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372/apis?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372/apis?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzIvYXBpcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1075,7 +1075,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372/apis?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372/apis?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzIvYXBpcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1138,7 +1138,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372/apis/echo-api?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372/apis/echo-api?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzIvYXBpcy9lY2hvLWFwaT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", @@ -1198,7 +1198,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps2145?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps2145?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMyMTQ1P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"data\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAgpyA5NFrZbjwICB9AEggKQpSy2W1iM8pd8/WyI0+q4uvY6SpvRXTpUfBLl7jlNCPOt847nq5zqQggOQSaqP/4zi08CcmQzaQRmHf5FfMMeYJDp6rGLS8ouyt5ElwMHBZWrsuF49dwi5S73AtBRX128CXCc+qKOlgnXM9PpW+LSJ9J4SWS9B2wC0YQfIGtC/niuLcHDVP+zGwXd+fT06nmNR3SzjfzEfHROM/TyOWHMWAlas6/LXIqXpRSl6igWK7SuMDxWZvdr/QC1ahsptkkF7nHq1RC57o6ru7wxkaANwFQXXhBuh9uQ32Szg2nemfLP7jTcOHcUPK32tU7TuGT5osXMbAVHelPFGzNEPAEb6mNfla2cuILVX/QTqqPqjxTGGn8qBf2TtDSHedBSaRqPO62hRbzAfpeSagG6iFWKGeGCvo8LwVnx3pZM36Tu5GBNhdKhOGZvtXeiZH7XoMAER1O8dJblKfffhzl4MG7BCcT5nftU6NpS3TfRC9hvGX9iqZKjZd6Npvycmo+qlld6g86QDNq28NEHLz0xG809IUunp5DxKptZhEHwZhU0EmATucmjZhrDDvembG58gaU/PSBRlwVNjK+h//Gm4jCAQ6l0iR5COqScNnxr9p5ZhmJvKJQ1OpFw0zXgeWi6MTOpNfMwibytjn+28YPe9mUNoUvcb0u6mjxmn+wupHfELXADRuSZ8CF5eRk9pE+SrbrCn6wyoaFY/vdBSxsnNh37HXpCEEcOm19pbQNPfuVktRmU910zhQntm58SVhyNIlBOA0LGllRNxZndwHdTlcqbIE+HRDn7Fnj3uf0xu+9cOvPkIalluKsySbDKQXJyg3p9QQZJIiFpp6jXit+DHmf7d9mZ0G7eoKFtI2yqLDT68mYxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADAAOAAxAEYAMwBCADMAQwAtAEQANQA0ADMALQA0AEEANwAwAC0AOAA3ADcANgAtADkAMgA1AEEARAAxADgARQA2ADgAQwBGAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIvqDlcIY1iqcCAgfQgIICmE7Jw2F3UXilr+Ig+EAVrb2B3zG3rYosQY3iikLJ73ztGs/qiNCr21CxKeoj4mBzLFX+oi4DhvJBDp7PkTIF9z7CKzw7XcVwgmLqfBHYh9lp+lrLk2c3wmJllb06MKtblY7OYp9sNr5f3vB6J4uIE6+R+70oLmB2BhcToytfETjbeyKuFGS+3YhoHwCloMNTu73uXmBDwoPz+Wot7Fq3aZm1Sc5A5Qz68BZhvOz+zR4twH11c79yzlMHzdqpD1aRCLdbXtVrqrjEk7tuwqWQmWAOuPvRAN7oksqO2Gw7w8gx1kqkRKYkYuzrj4benZPsZwT8qXZPCZ5iM+iYImvPQkPxSTmM0O3gxbtK1/Xu0cCZSpNy1yJQo0fyzEMMCbLKYVWjK+0ymNww7bd3ubWW358oLE2U+6Oe7mmtXgZzSVH74vaes/ce1zEm+paItCqfHXe1fo4Qo7s3jfTrRohYw7LWD+uVObdKi8Dg7fUy8/DXomgWn4qP8I33n6Y0LCMrzKUoIe6zhsWBpFobwprlz/jWvASkbdp8ou16Vx6jTf3EwXCnWcRmXXNuPFPOo5znBLs98raCe0546bbcq7jSZr5Sg11qBX5N+N3Bv/eup7qQKAnivAvBOAx6533LzR3fZfe7AN0dOEC2D079Vg0t0o+JBPd7mLxIF54BnHoy5OlRCg0g0ol6R9iN3HlgUbMJWL2dFEoU+kjMVNTUKykEh/Q4Zh/ug9lnyObHsDTzZwr3qe0L308lh9Ko20e/aCFS8YLtTv1qlewKtz/BIxck8vDBsY61hrymbVvlxDD2ESuzt8qJXp5vBF1dfaBFTO5enxBJYVIF2JyeSwDAPOJiYTdsz9ssVolmx6p9yKSTuhuFISyU4xOOcU4wOzAfMAcGBSsOAwIaBBSPRDVaFWhKRqBSQvxQV/NpiUuTawQUxxNV8/5sOf5HrarXJESyg2NwXl4CAgfQ\",\r\n \"password\": \"Password\"\r\n }\r\n}", @@ -1270,7 +1270,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps2145?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps2145?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMyMTQ1P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1336,8 +1336,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372/hostnameConfigurations/ps8285?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzIvaG9zdG5hbWVDb25maWd1cmF0aW9ucy9wczgyODU/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372/hostnameConfigurations/ps8285?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzIvaG9zdG5hbWVDb25maWd1cmF0aW9ucy9wczgyODU/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"hostname\": \"contoso.com\",\r\n \"certificateId\": \"/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps2145\",\r\n \"negotiateClientCertificate\": false\r\n }\r\n}", "RequestHeaders": { @@ -1408,8 +1408,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372/hostnameConfigurations/ps8285?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzIvaG9zdG5hbWVDb25maWd1cmF0aW9ucy9wczgyODU/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372/hostnameConfigurations/ps8285?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzIvaG9zdG5hbWVDb25maWd1cmF0aW9ucy9wczgyODU/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1474,7 +1474,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372/hostnameConfigurations?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372/hostnameConfigurations?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzIvaG9zdG5hbWVDb25maWd1cmF0aW9ucz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1537,8 +1537,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372/hostnameConfigurations/ps8285?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzIvaG9zdG5hbWVDb25maWd1cmF0aW9ucy9wczgyODU/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372/hostnameConfigurations/ps8285?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzIvaG9zdG5hbWVDb25maWd1cmF0aW9ucy9wczgyODU/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -1600,7 +1600,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps2145?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps2145?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMyMTQ1P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", @@ -1663,8 +1663,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzI/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzI/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/GroupCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/GroupCrudTest.json index bbcfc4c35197..bb95d55c37f4 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/GroupCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/GroupCrudTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -64,8 +64,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/administrators?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvYWRtaW5pc3RyYXRvcnM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/administrators?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvYWRtaW5pc3RyYXRvcnM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -130,7 +130,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/developers?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/developers?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvZGV2ZWxvcGVycz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -196,7 +196,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/guests?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/guests?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvZ3Vlc3RzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -262,7 +262,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1481?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1481?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxNDgxP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"ps8746\",\r\n \"description\": \"ps6259\",\r\n \"type\": \"custom\"\r\n }\r\n}", @@ -334,7 +334,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1481?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1481?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxNDgxP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -400,7 +400,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1481?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1481?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxNDgxP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -466,7 +466,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1481?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1481?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxNDgxP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -529,7 +529,7 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1481?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1481?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxNDgxP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"ps7389\",\r\n \"description\": \"ps9627\"\r\n }\r\n}", @@ -604,7 +604,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -667,8 +667,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/groups/ps1481?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2dyb3Vwcy9wczE0ODE/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/groups/ps1481?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2dyb3Vwcy9wczE0ODE/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { @@ -733,7 +733,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/groups?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/groups?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2dyb3Vwcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -796,7 +796,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/groups?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/groups?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2dyb3Vwcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -859,8 +859,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/groups/ps1481?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2dyb3Vwcy9wczE0ODE/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/groups/ps1481?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2dyb3Vwcy9wczE0ODE/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -919,7 +919,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -982,8 +982,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1481/users/1?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxNDgxL3VzZXJzLzE/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1481/users/1?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxNDgxL3VzZXJzLzE/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { @@ -1048,7 +1048,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/1/groups?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/1/groups?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy8xL2dyb3Vwcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1111,7 +1111,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/1/groups?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/1/groups?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy8xL2dyb3Vwcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1174,8 +1174,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1481/users/1?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxNDgxL3VzZXJzLzE/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1481/users/1?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxNDgxL3VzZXJzLzE/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -1234,7 +1234,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1366?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1366?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxMzY2P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"ps7498\",\r\n \"description\": \"ps1129\",\r\n \"type\": \"external\"\r\n }\r\n}", @@ -1306,7 +1306,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1366?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1366?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxMzY2P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1372,7 +1372,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1366?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1366?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxMzY2P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1435,7 +1435,7 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1481?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1481?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxNDgxP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", @@ -1498,7 +1498,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1366?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1366?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxMzY2P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/IdentityProviderAadB2CCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/IdentityProviderAadB2CCrudTest.json index 4282240fd944..210586c964da 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/IdentityProviderAadB2CCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/IdentityProviderAadB2CCrudTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/AadB2C?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9BYWRCMkM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/AadB2C?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9BYWRCMkM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"allowedTenants\": [\r\n \"alzaslon.onmicrosoft.com\"\r\n ],\r\n \"signupPolicyName\": \"B2C_1_signuppolicy\",\r\n \"signinPolicyName\": \"B2C_1_signinpolicy\",\r\n \"clientId\": \"ps6293\",\r\n \"clientSecret\": \"ps1407\"\r\n }\r\n}", "RequestHeaders": { @@ -73,8 +73,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/AadB2C?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9BYWRCMkM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/AadB2C?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9BYWRCMkM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -139,8 +139,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/AadB2C?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9BYWRCMkM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/AadB2C?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9BYWRCMkM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -205,8 +205,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/AadB2C?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9BYWRCMkM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/AadB2C?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9BYWRCMkM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -268,8 +268,8 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/AadB2C?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9BYWRCMkM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/AadB2C?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9BYWRCMkM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -331,8 +331,8 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/AadB2C/listSecrets?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9BYWRCMkMvbGlzdFNlY3JldHM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/AadB2C/listSecrets?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9BYWRCMkMvbGlzdFNlY3JldHM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { @@ -397,8 +397,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/AadB2C/listSecrets?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9BYWRCMkMvbGlzdFNlY3JldHM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/AadB2C/listSecrets?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9BYWRCMkMvbGlzdFNlY3JldHM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { @@ -463,7 +463,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -526,8 +526,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/AadB2C?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9BYWRCMkM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/AadB2C?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9BYWRCMkM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"profileEditingPolicyName\": \"B2C_1_profileediting\"\r\n }\r\n}", "RequestHeaders": { @@ -601,8 +601,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/AadB2C?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9BYWRCMkM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/AadB2C?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9BYWRCMkM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -664,8 +664,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/AadB2C?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9BYWRCMkM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/AadB2C?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9BYWRCMkM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/IdentityProviderCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/IdentityProviderCrudTest.json index b9a44fa73607..b06114677b8e 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/IdentityProviderCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/IdentityProviderCrudTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"clientId\": \"ps1177\",\r\n \"clientSecret\": \"ps2009\"\r\n }\r\n}", @@ -73,7 +73,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -139,7 +139,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -205,7 +205,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -268,7 +268,7 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -331,7 +331,7 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook/listSecrets?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook/listSecrets?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vay9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", @@ -397,7 +397,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook/listSecrets?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook/listSecrets?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vay9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", @@ -463,7 +463,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -526,7 +526,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"clientSecret\": \"ps6087\"\r\n }\r\n}", @@ -601,7 +601,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", @@ -664,7 +664,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/LoggerCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/LoggerCrudTest.json index a144681cb206..9e3b59a7eb22 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/LoggerCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/LoggerCrudTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps8876?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps8876?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzODg3Nj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"loggerType\": \"azureEventHub\",\r\n \"description\": \"ps1839\",\r\n \"credentials\": {\r\n \"name\": \"powershell\",\r\n \"connectionString\": \"Endpoint=sb://sdkeventhub.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=JAjWJTI8CDJaPz0so9U5OqmtW3qFdkA/BGtbxsa4YeI=\"\r\n },\r\n \"isBuffered\": true\r\n }\r\n}", @@ -73,7 +73,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps8876?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps8876?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzODg3Nj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"loggerType\": \"azureEventHub\",\r\n \"description\": \"ps554\",\r\n \"isBuffered\": false\r\n }\r\n}", @@ -148,7 +148,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps8876?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps8876?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzODg3Nj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -214,7 +214,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps8876?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps8876?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzODg3Nj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -280,7 +280,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps8876?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps8876?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzODg3Nj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -343,7 +343,7 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -406,7 +406,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps5265?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps5265?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzNTI2NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"loggerType\": \"applicationInsights\",\r\n \"description\": \"ps9812\",\r\n \"credentials\": {\r\n \"instrumentationKey\": \"a4144606-1fdb-4dec-ac82-368cc2746044\"\r\n },\r\n \"isBuffered\": true\r\n }\r\n}", @@ -478,7 +478,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps8876?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps8876?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzODg3Nj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", @@ -541,7 +541,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps5265?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps5265?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzNTI2NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", @@ -604,7 +604,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps5265?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps5265?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzNTI2NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -667,7 +667,7 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -730,8 +730,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/624cdb3a01234e10f00b7b75?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy82MjRjZGIzYTAxMjM0ZTEwZjAwYjdiNzU/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/624cdb3a01234e10f00b7b75?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy82MjRjZGIzYTAxMjM0ZTEwZjAwYjdiNzU/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/OpenIdConnectProviderCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/OpenIdConnectProviderCrudTest.json index 5f839fc13756..1525e8892746 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/OpenIdConnectProviderCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/OpenIdConnectProviderCrudTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"ps6639\",\r\n \"description\": \"ps4660\",\r\n \"metadataEndpoint\": \"https://login.microsoftonline.com/contoso.onmicrosoft.com/v2.0/.well-known/openid-configuration\",\r\n \"clientId\": \"ps8166\"\r\n }\r\n}", @@ -73,7 +73,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -139,7 +139,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -205,7 +205,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -271,7 +271,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -337,7 +337,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -400,7 +400,7 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -463,8 +463,8 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders?$filter=substringof('ps6639',properties/displayName)&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzPyRmaWx0ZXI9c3Vic3RyaW5nb2YoJ3BzNjYzOScscHJvcGVydGllcy9kaXNwbGF5TmFtZSkmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders?$filter=substringof('ps6639',properties/displayName)&api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzPyRmaWx0ZXI9c3Vic3RyaW5nb2YoJ3BzNjYzOScscHJvcGVydGllcy9kaXNwbGF5TmFtZSkmYXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -526,7 +526,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -589,7 +589,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699/listSecrets?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699/listSecrets?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OS9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", @@ -655,7 +655,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699/listSecrets?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699/listSecrets?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OS9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", @@ -721,7 +721,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1771?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1771?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTc3MT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"openapifromFile\",\r\n \"value\": \"openapi: 3.0.1\\r\\nservers:\\r\\n - url: 'https://developer.uspto.gov/ds-api'\\r\\ninfo:\\r\\n description: >-\\r\\n The Data Set API (DSAPI) allows the public users to discover and search\\r\\n USPTO exported data sets. This is a generic API that allows USPTO users to\\r\\n make any CSV based data files searchable through API. With the help of GET\\r\\n call, it returns the list of data fields that are searchable. With the help\\r\\n of POST call, data can be fetched based on the filters on the field names.\\r\\n Please note that POST call is used to search the actual data. The reason for\\r\\n the POST call is that it allows users to specify any complex search criteria\\r\\n without worry about the GET size limitations as well as encoding of the\\r\\n input parameters.\\r\\n version: 1.0.0\\r\\n title: USPTO Data Set API\\r\\n contact:\\r\\n name: Open Data Portal\\r\\n url: 'https://developer.uspto.gov'\\r\\n email: developer@uspto.gov\\r\\ntags:\\r\\n - name: metadata\\r\\n description: Find out about the data sets\\r\\n - name: search\\r\\n description: Search a data set\\r\\npaths:\\r\\n /:\\r\\n get:\\r\\n tags:\\r\\n - metadata\\r\\n operationId: list-data-sets\\r\\n summary: List available data sets\\r\\n responses:\\r\\n '200':\\r\\n description: Returns a list of data sets\\r\\n content:\\r\\n application/json:\\r\\n schema:\\r\\n $ref: '#/components/schemas/dataSetList'\\r\\n example:\\r\\n {\\r\\n \\\"total\\\": 2,\\r\\n \\\"apis\\\": [\\r\\n {\\r\\n \\\"apiKey\\\": \\\"oa_citations\\\",\\r\\n \\\"apiVersionNumber\\\": \\\"v1\\\",\\r\\n \\\"apiUrl\\\": \\\"https://developer.uspto.gov/ds-api/oa_citations/v1/fields\\\",\\r\\n \\\"apiDocumentationUrl\\\": \\\"https://developer.uspto.gov/ds-api-docs/index.html?url=https://developer.uspto.gov/ds-api/swagger/docs/oa_citations.json\\\"\\r\\n },\\r\\n {\\r\\n \\\"apiKey\\\": \\\"cancer_moonshot\\\",\\r\\n \\\"apiVersionNumber\\\": \\\"v1\\\",\\r\\n \\\"apiUrl\\\": \\\"https://developer.uspto.gov/ds-api/cancer_moonshot/v1/fields\\\",\\r\\n \\\"apiDocumentationUrl\\\": \\\"https://developer.uspto.gov/ds-api-docs/index.html?url=https://developer.uspto.gov/ds-api/swagger/docs/cancer_moonshot.json\\\"\\r\\n }\\r\\n ]\\r\\n }\\r\\n /{dataset}/{version}/fields:\\r\\n get:\\r\\n tags:\\r\\n - metadata\\r\\n summary: >-\\r\\n Provides the general information about the API and the list of fields\\r\\n that can be used to query the dataset.\\r\\n description: >-\\r\\n This GET API returns the list of all the searchable field names that are\\r\\n in the oa_citations. Please see the 'fields' attribute which returns an\\r\\n array of field names. Each field or a combination of fields can be\\r\\n searched using the syntax options shown below.\\r\\n operationId: list-searchable-fields\\r\\n parameters:\\r\\n - name: dataset\\r\\n in: path\\r\\n description: 'Name of the dataset.'\\r\\n required: true\\r\\n example: \\\"oa_citations\\\"\\r\\n schema:\\r\\n type: string\\r\\n - name: version\\r\\n in: path\\r\\n description: Version of the dataset.\\r\\n required: true\\r\\n example: \\\"v1\\\"\\r\\n schema:\\r\\n type: string\\r\\n responses:\\r\\n '200':\\r\\n description: >-\\r\\n The dataset API for the given version is found and it is accessible\\r\\n to consume.\\r\\n content:\\r\\n application/json:\\r\\n schema:\\r\\n type: string\\r\\n '404':\\r\\n description: >-\\r\\n The combination of dataset name and version is not found in the\\r\\n system or it is not published yet to be consumed by public.\\r\\n content:\\r\\n application/json:\\r\\n schema:\\r\\n type: string\\r\\n /{dataset}/{version}/records:\\r\\n post:\\r\\n tags:\\r\\n - search\\r\\n summary: >-\\r\\n Provides search capability for the data set with the given search\\r\\n criteria.\\r\\n description: >-\\r\\n This API is based on Solr/Lucense Search. The data is indexed using\\r\\n SOLR. This GET API returns the list of all the searchable field names\\r\\n that are in the Solr Index. Please see the 'fields' attribute which\\r\\n returns an array of field names. Each field or a combination of fields\\r\\n can be searched using the Solr/Lucene Syntax. Please refer\\r\\n https://lucene.apache.org/core/3_6_2/queryparsersyntax.html#Overview for\\r\\n the query syntax. List of field names that are searchable can be\\r\\n determined using above GET api.\\r\\n operationId: perform-search\\r\\n parameters:\\r\\n - name: version\\r\\n in: path\\r\\n description: Version of the dataset.\\r\\n required: true\\r\\n schema:\\r\\n type: string\\r\\n default: v1\\r\\n - name: dataset\\r\\n in: path\\r\\n description: 'Name of the dataset. In this case, the default value is oa_citations'\\r\\n required: true\\r\\n schema:\\r\\n type: string\\r\\n default: oa_citations\\r\\n responses:\\r\\n '200':\\r\\n description: successful operation\\r\\n content:\\r\\n application/json:\\r\\n schema:\\r\\n type: array\\r\\n items:\\r\\n type: object\\r\\n additionalProperties:\\r\\n type: object\\r\\n '404':\\r\\n description: No matching record found for the given criteria.\\r\\n requestBody:\\r\\n content:\\r\\n application/x-www-form-urlencoded:\\r\\n schema:\\r\\n type: object\\r\\n properties:\\r\\n criteria:\\r\\n description: >-\\r\\n Uses Lucene Query Syntax in the format of\\r\\n propertyName:value, propertyName:[num1 TO num2] and date\\r\\n range format: propertyName:[yyyyMMdd TO yyyyMMdd]. In the\\r\\n response please see the 'docs' element which has the list of\\r\\n record objects. Each record structure would consist of all\\r\\n the fields and their corresponding values.\\r\\n type: string\\r\\n default: '*:*'\\r\\n start:\\r\\n description: Starting record number. Default value is 0.\\r\\n type: integer\\r\\n default: 0\\r\\n rows:\\r\\n description: >-\\r\\n Specify number of rows to be returned. If you run the search\\r\\n with default values, in the response you will see 'numFound'\\r\\n attribute which will tell the number of records available in\\r\\n the dataset.\\r\\n type: integer\\r\\n default: 100\\r\\n required:\\r\\n - criteria\\r\\ncomponents:\\r\\n schemas:\\r\\n dataSetList:\\r\\n type: object\\r\\n properties:\\r\\n total:\\r\\n type: integer\\r\\n apis:\\r\\n type: array\\r\\n items:\\r\\n type: object\\r\\n properties:\\r\\n apiKey:\\r\\n type: string\\r\\n description: To be used as a dataset parameter value\\r\\n apiVersionNumber:\\r\\n type: string\\r\\n description: To be used as a version parameter value\\r\\n apiUrl:\\r\\n type: string\\r\\n format: uriref\\r\\n description: \\\"The URL describing the dataset's fields\\\"\\r\\n apiDocumentationUrl:\\r\\n type: string\\r\\n format: uriref\\r\\n description: A URL to the API console for each API\",\r\n \"format\": \"openapi\"\r\n }\r\n}", @@ -753,7 +753,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1771?api-version=2021-08-01&asyncId=62474d20217d200d902d7e62&asyncCode=201" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1771?api-version=2022-08-01&asyncId=62474d20217d200d902d7e62&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -790,7 +790,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1771?api-version=2021-08-01&asyncId=62474d20217d200d902d7e62&asyncCode=201", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1771?api-version=2022-08-01&asyncId=62474d20217d200d902d7e62&asyncCode=201", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTc3MT9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzRkMjAyMTdkMjAwZDkwMmQ3ZTYyJmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -853,7 +853,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1771?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1771?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTc3MT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -919,8 +919,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1771%3Brev%3D1?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTc3MSUzQnJldiUzRDE/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1771%3Brev%3D1?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTc3MSUzQnJldiUzRDE/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"The Data Set API (DSAPI) allows the public users to discover and search USPTO exported data sets. This is a generic API that allows USPTO users to make any CSV based data files searchable through API. With the help of GET call, it returns the list of data fields that are searchable. With the help of POST call, data can be fetched based on the filters on the field names. Please note that POST call is used to search the actual data. The reason for the POST call is that it allows users to specify any complex search criteria without worry about the GET size limitations as well as encoding of the input parameters.\",\r\n \"authenticationSettings\": {\r\n \"openid\": {\r\n \"openidProviderId\": \"ps6699\",\r\n \"bearerTokenSendingMethods\": [\r\n \"query\"\r\n ]\r\n }\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"type\": \"http\",\r\n \"apiRevision\": \"1\",\r\n \"apiVersion\": \"\",\r\n \"isCurrent\": true,\r\n \"subscriptionRequired\": true,\r\n \"displayName\": \"USPTO Data Set API\",\r\n \"serviceUrl\": \"https://developer.uspto.gov/ds-api\",\r\n \"path\": \"openapifromFile\",\r\n \"protocols\": [\r\n \"Https\"\r\n ]\r\n }\r\n}", "RequestHeaders": { @@ -994,7 +994,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"clientSecret\": \"ps723\"\r\n }\r\n}", @@ -1069,7 +1069,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1771?deleteRevisions=true&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1771?deleteRevisions=true&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTc3MT9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", @@ -1132,7 +1132,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1771?deleteRevisions=true&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1771?deleteRevisions=true&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTc3MT9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", @@ -1192,7 +1192,7 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", @@ -1255,7 +1255,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/OperationsCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/OperationsCrudTest.json index 00171e0b2d8e..58a95bb051b2 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/OperationsCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/OperationsCrudTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?$filter=properties/displayName%20eq%20'Echo%20API'&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?$filter=properties/displayName%20eq%20'Echo%20API'&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzPyRmaWx0ZXI9cHJvcGVydGllcy9kaXNwbGF5TmFtZSUyMGVxJTIwJ0VjaG8lMjBBUEknJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -64,8 +64,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -127,7 +127,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/create-resource?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/create-resource?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -193,7 +193,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/modify-resource?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/modify-resource?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvbW9kaWZ5LXJlc291cmNlP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -259,7 +259,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/remove-resource?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/remove-resource?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvcmVtb3ZlLXJlc291cmNlP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -325,8 +325,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/retrieve-header-only?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvcmV0cmlldmUtaGVhZGVyLW9ubHk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/retrieve-header-only?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvcmV0cmlldmUtaGVhZGVyLW9ubHk/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -391,8 +391,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/retrieve-resource?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvcmV0cmlldmUtcmVzb3VyY2U/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/retrieve-resource?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvcmV0cmlldmUtcmVzb3VyY2U/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -457,7 +457,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/retrieve-resource-cached?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/retrieve-resource-cached?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvcmV0cmlldmUtcmVzb3VyY2UtY2FjaGVkP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -523,7 +523,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/ps5110?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/ps5110?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvcHM1MTEwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"rid\",\r\n \"description\": \"Resource identifier\",\r\n \"type\": \"string\",\r\n \"required\": false,\r\n \"values\": [],\r\n \"examples\": {}\r\n },\r\n {\r\n \"name\": \"query\",\r\n \"description\": \"Query string\",\r\n \"type\": \"string\",\r\n \"required\": false,\r\n \"values\": [],\r\n \"examples\": {}\r\n }\r\n ],\r\n \"description\": \"ps2971\",\r\n \"request\": {\r\n \"description\": \"Create/update resource request\",\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"ps1358\",\r\n \"description\": \"ps9153\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"ps1092\",\r\n \"required\": true,\r\n \"values\": [\r\n \"ps1092\"\r\n ],\r\n \"examples\": {}\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"ps1256\",\r\n \"description\": \"ps5034\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"ps8090\",\r\n \"required\": true,\r\n \"values\": [\r\n \"ps8090\"\r\n ],\r\n \"examples\": {}\r\n }\r\n ],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"typeName\": \"the type name\",\r\n \"examples\": {\r\n \"default\": {\r\n \"summary\": \"default\",\r\n \"description\": \"My default request example\",\r\n \"value\": \"default\",\r\n \"externalValue\": \"https://contoso.com\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 1980785443,\r\n \"description\": \"ps2440\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"ps9983\",\r\n \"examples\": {\r\n \"default\": {\r\n \"summary\": \"default\",\r\n \"description\": \"My default request example\",\r\n \"value\": \"default\",\r\n \"externalValue\": \"https://contoso.com\"\r\n }\r\n }\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"displayName\": \"ps8496\",\r\n \"method\": \"PATCH\",\r\n \"urlTemplate\": \"/resource/{rid}?q={query}\"\r\n }\r\n}", @@ -595,7 +595,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/ps5110?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/ps5110?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvcHM1MTEwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"xrid\",\r\n \"description\": \"Resource identifier modified\",\r\n \"type\": \"string\",\r\n \"required\": false,\r\n \"values\": [],\r\n \"examples\": {}\r\n },\r\n {\r\n \"name\": \"xquery\",\r\n \"description\": \"Query string modified\",\r\n \"type\": \"string\",\r\n \"required\": false,\r\n \"values\": [],\r\n \"examples\": {}\r\n }\r\n ],\r\n \"description\": \"ps5684\",\r\n \"request\": {\r\n \"description\": \"Create/update resource request modified\",\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"ps4561\",\r\n \"description\": \"ps5466\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"ps1233\",\r\n \"required\": true,\r\n \"values\": [\r\n \"ps1233\"\r\n ],\r\n \"examples\": {}\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"ps6413\",\r\n \"description\": \"ps5409\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"ps1566\",\r\n \"required\": true,\r\n \"values\": [\r\n \"ps1566\"\r\n ],\r\n \"examples\": {}\r\n }\r\n ],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"examples\": {\r\n \"default\": {\r\n \"summary\": \"default\",\r\n \"description\": \"My default request example\",\r\n \"value\": \"default\",\r\n \"externalValue\": \"https://contoso.com\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 1980785443,\r\n \"description\": \"ps7051\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"ps889\",\r\n \"examples\": {\r\n \"default\": {\r\n \"summary\": \"default\",\r\n \"description\": \"My default request example\",\r\n \"value\": \"default\",\r\n \"externalValue\": \"https://contoso.com\"\r\n }\r\n }\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"displayName\": \"ps5072\",\r\n \"method\": \"PUT\",\r\n \"urlTemplate\": \"/resource/{xrid}?q={xquery}\"\r\n }\r\n}", @@ -670,7 +670,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/ps5110?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/ps5110?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvcHM1MTEwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -736,7 +736,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/ps5110?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/ps5110?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvcHM1MTEwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -799,7 +799,7 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/ps5110?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/ps5110?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvcHM1MTEwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/PolicyCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/PolicyCrudTest.json index ccaf0475f017..89f8cfeee5ca 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/PolicyCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/PolicyCrudTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/policies/policy?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wb2xpY2llcy9wb2xpY3k/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/policies/policy?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wb2xpY2llcy9wb2xpY3k/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"value\": \"\\r\\n\\r\\n \\r\\n \\r\\n \\r\\n bbyby\\r\\n \\r\\n \\r\\n \\r\\n xxbbcczc\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\",\r\n \"format\": \"xml\"\r\n }\r\n}", "RequestHeaders": { @@ -73,8 +73,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/policies/policy?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wb2xpY2llcy9wb2xpY3k/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/policies/policy?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wb2xpY2llcy9wb2xpY3k/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"value\": \"bbybyxxbbcczc\",\r\n \"format\": \"xml\"\r\n }\r\n}", "RequestHeaders": { @@ -145,7 +145,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/policies/policy?format=xml&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/policies/policy?format=xml&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wb2xpY2llcy9wb2xpY3k/Zm9ybWF0PXhtbCZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -211,7 +211,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/policies/policy?format=xml&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/policies/policy?format=xml&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wb2xpY2llcy9wb2xpY3k/Zm9ybWF0PXhtbCZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -274,7 +274,7 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/policies/policy?format=xml&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/policies/policy?format=xml&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wb2xpY2llcy9wb2xpY3k/Zm9ybWF0PXhtbCZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -340,7 +340,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/policies/policy?format=xml&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/policies/policy?format=xml&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wb2xpY2llcy9wb2xpY3k/Zm9ybWF0PXhtbCZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -403,8 +403,8 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/policies/policy?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wb2xpY2llcy9wb2xpY3k/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/policies/policy?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wb2xpY2llcy9wb2xpY3k/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -466,8 +466,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/policies/policy?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wb2xpY2llcy9wb2xpY3k/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/policies/policy?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wb2xpY2llcy9wb2xpY3k/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -529,7 +529,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products?$filter=properties/displayName%20eq%20'Unlimited'&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products?$filter=properties/displayName%20eq%20'Unlimited'&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cz8kZmlsdGVyPXByb3BlcnRpZXMvZGlzcGxheU5hbWUlMjBlcSUyMCdVbmxpbWl0ZWQnJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -592,7 +592,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products?$filter=properties/displayName%20eq%20'Unlimited'&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products?$filter=properties/displayName%20eq%20'Unlimited'&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cz8kZmlsdGVyPXByb3BlcnRpZXMvZGlzcGxheU5hbWUlMjBlcSUyMCdVbmxpbWl0ZWQnJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -655,7 +655,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/unlimited/policies/policy?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/unlimited/policies/policy?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"value\": \"\\r\\n\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\",\r\n \"format\": \"xml\"\r\n }\r\n}", @@ -730,7 +730,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/unlimited/policies/policy?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/unlimited/policies/policy?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"value\": \"\",\r\n \"format\": \"xml\"\r\n }\r\n}", @@ -805,8 +805,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/unlimited/policies/policy?format=xml&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2Zvcm1hdD14bWwmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/unlimited/policies/policy?format=xml&api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2Zvcm1hdD14bWwmYXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -871,8 +871,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/unlimited/policies/policy?format=xml&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2Zvcm1hdD14bWwmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/unlimited/policies/policy?format=xml&api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2Zvcm1hdD14bWwmYXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -934,8 +934,8 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/unlimited/policies/policy?format=xml&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2Zvcm1hdD14bWwmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/unlimited/policies/policy?format=xml&api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2Zvcm1hdD14bWwmYXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -997,7 +997,7 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/unlimited/policies/policy?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/unlimited/policies/policy?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", @@ -1060,7 +1060,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/unlimited/policies/policy?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/unlimited/policies/policy?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", @@ -1123,7 +1123,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1186,7 +1186,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1249,7 +1249,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1312,7 +1312,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1375,7 +1375,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/policies/policy?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/policies/policy?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"value\": \"\\r\\n\\r\\n \\r\\n \\r\\n \\r\\n version\\r\\n Accept\\r\\n Accept-Charset\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\",\r\n \"format\": \"xml\"\r\n }\r\n}", @@ -1450,7 +1450,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/policies/policy?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/policies/policy?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"value\": \"versionAcceptAccept-Charset\",\r\n \"format\": \"xml\"\r\n }\r\n}", @@ -1525,7 +1525,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/policies/policy?format=xml&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/policies/policy?format=xml&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9mb3JtYXQ9eG1sJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1591,7 +1591,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/policies/policy?format=xml&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/policies/policy?format=xml&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9mb3JtYXQ9eG1sJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1654,7 +1654,7 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/policies/policy?format=xml&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/policies/policy?format=xml&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9mb3JtYXQ9eG1sJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1717,7 +1717,7 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/policies/policy?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/policies/policy?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", @@ -1780,7 +1780,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/policies/policy?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/policies/policy?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", @@ -1843,8 +1843,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1906,8 +1906,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1969,7 +1969,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/create-resource/policies/policy?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/create-resource/policies/policy?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"value\": \"\\r\\n\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\",\r\n \"format\": \"xml\"\r\n }\r\n}", @@ -2044,7 +2044,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/create-resource/policies/policy?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/create-resource/policies/policy?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"value\": \"\",\r\n \"format\": \"xml\"\r\n }\r\n}", @@ -2119,7 +2119,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/create-resource/policies/policy?format=xml&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/create-resource/policies/policy?format=xml&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9mb3JtYXQ9eG1sJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2185,7 +2185,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/create-resource/policies/policy?format=xml&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/create-resource/policies/policy?format=xml&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9mb3JtYXQ9eG1sJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2248,7 +2248,7 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/create-resource/policies/policy?format=xml&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/create-resource/policies/policy?format=xml&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9mb3JtYXQ9eG1sJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2311,7 +2311,7 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/create-resource/policies/policy?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/create-resource/policies/policy?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", @@ -2374,7 +2374,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/create-resource/policies/policy?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/create-resource/policies/policy?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", @@ -2437,8 +2437,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/unlimited/policies/policy?format=rawxml&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2Zvcm1hdD1yYXd4bWwmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/unlimited/policies/policy?format=rawxml&api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2Zvcm1hdD1yYXd4bWwmYXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2503,7 +2503,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/policies/policy?format=rawxml&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/policies/policy?format=rawxml&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9mb3JtYXQ9cmF3eG1sJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -2569,7 +2569,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/create-resource/policies/policy?format=rawxml&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/create-resource/policies/policy?format=rawxml&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9mb3JtYXQ9cmF3eG1sJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ProductCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ProductCrudTest.json index 2638c77a596b..d6744fb7383f 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ProductCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ProductCrudTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -64,8 +64,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/ps9207?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9wczkyMDc/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/ps9207?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9wczkyMDc/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps9460\",\r\n \"terms\": \"ps6955\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": true,\r\n \"subscriptionsLimit\": 10,\r\n \"state\": \"published\",\r\n \"displayName\": \"ps3367\"\r\n }\r\n}", "RequestHeaders": { @@ -136,8 +136,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/ps9207?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9wczkyMDc/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/ps9207?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9wczkyMDc/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -202,8 +202,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/ps9207?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9wczkyMDc/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/ps9207?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9wczkyMDc/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -268,7 +268,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/ps9207/apis?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/ps9207/apis?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9wczkyMDcvYXBpcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -331,7 +331,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/ps9207/apis?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/ps9207/apis?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9wczkyMDcvYXBpcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -394,7 +394,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/ps9207/apis?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/ps9207/apis?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9wczkyMDcvYXBpcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -457,7 +457,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -520,7 +520,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -583,7 +583,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/ps9207/apis/echo-api?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/ps9207/apis/echo-api?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9wczkyMDcvYXBpcy9lY2hvLWFwaT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "", @@ -649,8 +649,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/ps9207?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9wczkyMDc/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/ps9207?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9wczkyMDc/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps1822\",\r\n \"terms\": \"ps828\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": false,\r\n \"subscriptionsLimit\": 20,\r\n \"state\": \"published\",\r\n \"displayName\": \"ps8974\"\r\n }\r\n}", "RequestHeaders": { @@ -724,7 +724,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products?$filter=properties/displayName%20eq%20'ps8974'&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products?$filter=properties/displayName%20eq%20'ps8974'&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cz8kZmlsdGVyPXByb3BlcnRpZXMvZGlzcGxheU5hbWUlMjBlcSUyMCdwczg5NzQnJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -787,7 +787,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/products?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/products?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL3Byb2R1Y3RzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -850,7 +850,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/ps9207/apis/echo-api?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/ps9207/apis/echo-api?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9wczkyMDcvYXBpcy9lY2hvLWFwaT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", @@ -910,7 +910,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/ps9207?deleteSubscriptions=true&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/ps9207?deleteSubscriptions=true&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9wczkyMDc/ZGVsZXRlU3Vic2NyaXB0aW9ucz10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/PropertiesCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/PropertiesCrudTest.json index da06fa67f5ce..fbc9682fe5fc 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/PropertiesCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/PropertiesCrudTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczI5Njk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczI5Njk/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"tags\": [\r\n \"sdk\",\r\n \"powershell\",\r\n \"test\"\r\n ],\r\n \"secret\": false,\r\n \"displayName\": \"ps6996\",\r\n \"value\": \"ps8504\"\r\n }\r\n}", "RequestHeaders": { @@ -33,7 +33,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969?api-version=2021-08-01&asyncId=624773a901234e13942b06e7&asyncCode=201" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969?api-version=2022-08-01&asyncId=624773a901234e13942b06e7&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -70,7 +70,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969?api-version=2021-08-01&asyncId=624773a901234e13942b06e7&asyncCode=201", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969?api-version=2022-08-01&asyncId=624773a901234e13942b06e7&asyncCode=201", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczI5Njk/YXBpLXZlcnNpb249MjAyMS0wOC0wMSZhc3luY0lkPTYyNDc3M2E5MDEyMzRlMTM5NDJiMDZlNyZhc3luY0NvZGU9MjAx", "RequestMethod": "GET", "RequestBody": "", @@ -133,7 +133,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969/listValue?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969/listValue?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczI5NjkvbGlzdFZhbHVlP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", @@ -199,7 +199,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969/listValue?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969/listValue?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczI5NjkvbGlzdFZhbHVlP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", @@ -265,8 +265,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2148?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczIxNDg/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2148?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczIxNDg/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"secret\": true,\r\n \"displayName\": \"ps6386\",\r\n \"keyVault\": {\r\n \"secretIdentifier\": \"https://jikangsdkkeyvault.vault.azure.net/secrets/sdkkv\"\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -297,7 +297,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2148?api-version=2021-08-01&asyncId=624773c801234e13942b06eb&asyncCode=201" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2148?api-version=2022-08-01&asyncId=624773c801234e13942b06eb&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -334,7 +334,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2148?api-version=2021-08-01&asyncId=624773c801234e13942b06eb&asyncCode=201", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2148?api-version=2022-08-01&asyncId=624773c801234e13942b06eb&asyncCode=201", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczIxNDg/YXBpLXZlcnNpb249MjAyMS0wOC0wMSZhc3luY0lkPTYyNDc3M2M4MDEyMzRlMTM5NDJiMDZlYiZhc3luY0NvZGU9MjAx", "RequestMethod": "GET", "RequestBody": "", @@ -397,7 +397,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2148/refreshSecret?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2148/refreshSecret?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczIxNDgvcmVmcmVzaFNlY3JldD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", @@ -423,7 +423,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2148/refreshSecret?api-version=2021-08-01&asyncId=624773e701234e13942b06ef&asyncCode=200" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2148/refreshSecret?api-version=2022-08-01&asyncId=624773e701234e13942b06ef&asyncCode=200" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -460,7 +460,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2148/refreshSecret?api-version=2021-08-01&asyncId=624773e701234e13942b06ef&asyncCode=200", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2148/refreshSecret?api-version=2022-08-01&asyncId=624773e701234e13942b06ef&asyncCode=200", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczIxNDgvcmVmcmVzaFNlY3JldD9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzczZTcwMTIzNGUxMzk0MmIwNmVmJmFzeW5jQ29kZT0yMDA=", "RequestMethod": "GET", "RequestBody": "", @@ -523,7 +523,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2148/refreshSecret?api-version=2021-08-01&asyncId=624773e701234e13942b06ef&asyncCode=200", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2148/refreshSecret?api-version=2022-08-01&asyncId=624773e701234e13942b06ef&asyncCode=200", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczIxNDgvcmVmcmVzaFNlY3JldD9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzczZTcwMTIzNGUxMzk0MmIwNmVmJmFzeW5jQ29kZT0yMDA=", "RequestMethod": "GET", "RequestBody": "", @@ -586,8 +586,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2148?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczIxNDg/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2148?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczIxNDg/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -652,7 +652,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"secret\": true,\r\n \"displayName\": \"ps5649\",\r\n \"value\": \"ps3376\"\r\n }\r\n}", @@ -684,7 +684,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2021-08-01&asyncId=6247740501234e13942b06f3&asyncCode=201" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2022-08-01&asyncId=6247740501234e13942b06f3&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -721,7 +721,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2021-08-01&asyncId=6247740501234e13942b06f3&asyncCode=201", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2022-08-01&asyncId=6247740501234e13942b06f3&asyncCode=201", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0Nzc0MDUwMTIzNGUxMzk0MmIwNmYzJmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -784,7 +784,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -847,8 +847,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues?$filter=substringof('ps',properties/displayName)&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcz8kZmlsdGVyPXN1YnN0cmluZ29mKCdwcycscHJvcGVydGllcy9kaXNwbGF5TmFtZSkmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues?$filter=substringof('ps',properties/displayName)&api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcz8kZmlsdGVyPXN1YnN0cmluZ29mKCdwcycscHJvcGVydGllcy9kaXNwbGF5TmFtZSkmYXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -910,7 +910,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues?$filter=tags/any(t:%20t%20eq%20'sdk')&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues?$filter=tags/any(t:%20t%20eq%20'sdk')&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcz8kZmlsdGVyPXRhZ3MvYW55KHQ6JTIwdCUyMGVxJTIwJ3NkaycpJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -973,7 +973,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1039,7 +1039,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1105,7 +1105,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1171,7 +1171,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1234,8 +1234,8 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821/listValue?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMS9saXN0VmFsdWU/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821/listValue?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMS9saXN0VmFsdWU/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { @@ -1300,8 +1300,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821/listValue?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMS9saXN0VmFsdWU/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821/listValue?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMS9saXN0VmFsdWU/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { @@ -1366,8 +1366,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821/listValue?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMS9saXN0VmFsdWU/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821/listValue?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMS9saXN0VmFsdWU/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { @@ -1432,7 +1432,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"tags\": [\r\n \"sdk\",\r\n \"powershell\",\r\n \"test\"\r\n ]\r\n }\r\n}", @@ -1467,7 +1467,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2021-08-01&asyncId=6247742601234e13942b06f7&asyncCode=200" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2022-08-01&asyncId=6247742601234e13942b06f7&asyncCode=200" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1504,7 +1504,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2021-08-01&asyncId=6247742601234e13942b06f7&asyncCode=200", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2022-08-01&asyncId=6247742601234e13942b06f7&asyncCode=200", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0Nzc0MjYwMTIzNGUxMzk0MmIwNmY3JmFzeW5jQ29kZT0yMDA=", "RequestMethod": "GET", "RequestBody": "", @@ -1567,8 +1567,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczI5Njk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczI5Njk/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1633,8 +1633,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczI5Njk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczI5Njk/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1699,8 +1699,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczI5Njk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczI5Njk/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1762,8 +1762,8 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczI5Njk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczI5Njk/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"secret\": true\r\n }\r\n}", "RequestHeaders": { @@ -1797,7 +1797,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969?api-version=2021-08-01&asyncId=6247744501234e13942b06fb&asyncCode=200" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969?api-version=2022-08-01&asyncId=6247744501234e13942b06fb&asyncCode=200" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1834,7 +1834,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969?api-version=2021-08-01&asyncId=6247744501234e13942b06fb&asyncCode=200", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969?api-version=2022-08-01&asyncId=6247744501234e13942b06fb&asyncCode=200", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczI5Njk/YXBpLXZlcnNpb249MjAyMS0wOC0wMSZhc3luY0lkPTYyNDc3NDQ1MDEyMzRlMTM5NDJiMDZmYiZhc3luY0NvZGU9MjAw", "RequestMethod": "GET", "RequestBody": "", @@ -1897,7 +1897,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", @@ -1960,7 +1960,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", @@ -2020,8 +2020,8 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczI5Njk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczI5Njk/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -2083,8 +2083,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2148?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczIxNDg/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2148?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczIxNDg/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/SubscriptionNewModelCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/SubscriptionNewModelCrudTest.json index 850fad85ab0e..aef89cc28313 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/SubscriptionNewModelCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/SubscriptionNewModelCrudTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -64,7 +64,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/62462d849d398d005a070001?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/62462d849d398d005a070001?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zLzYyNDYyZDg0OWQzOThkMDA1YTA3MDAwMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -130,7 +130,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/62462d849d398d005a070002?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/62462d849d398d005a070002?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zLzYyNDYyZDg0OWQzOThkMDA1YTA3MDAwMj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -196,7 +196,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/master?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/master?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL21hc3Rlcj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -262,8 +262,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/ps84?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL3BzODQ/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/ps84?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL3BzODQ/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"scope\": \"/apis\",\r\n \"displayName\": \"ps4883\",\r\n \"primaryKey\": \"ps101\",\r\n \"secondaryKey\": \"ps1764\",\r\n \"state\": \"active\"\r\n }\r\n}", "RequestHeaders": { @@ -334,8 +334,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/ps84/listSecrets?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL3BzODQvbGlzdFNlY3JldHM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/ps84/listSecrets?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL3BzODQvbGlzdFNlY3JldHM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { @@ -400,8 +400,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/ps84/listSecrets?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL3BzODQvbGlzdFNlY3JldHM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/ps84/listSecrets?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL3BzODQvbGlzdFNlY3JldHM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { @@ -466,8 +466,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/ps84?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL3BzODQ/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/ps84?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL3BzODQ/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"ownerId\": \"/users/1\",\r\n \"expirationDate\": \"2025-07-20T00:00:00Z\",\r\n \"displayName\": \"ps4599\",\r\n \"primaryKey\": \"ps5900\",\r\n \"secondaryKey\": \"ps3689\"\r\n }\r\n}", "RequestHeaders": { @@ -541,8 +541,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/ps84?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL3BzODQ/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/ps84?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL3BzODQ/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -607,7 +607,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions?$filter=properties/scope%20eq%20'/apis'&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions?$filter=properties/scope%20eq%20'/apis'&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zPyRmaWx0ZXI9cHJvcGVydGllcy9zY29wZSUyMGVxJTIwJy9hcGlzJyZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -670,8 +670,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/ps84?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL3BzODQ/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/ps84?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL3BzODQ/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/SubscriptionOldModelCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/SubscriptionOldModelCrudTest.json index 632b518dd2e2..54fa05c9c274 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/SubscriptionOldModelCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/SubscriptionOldModelCrudTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -64,7 +64,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/62462d849d398d005a070001?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/62462d849d398d005a070001?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zLzYyNDYyZDg0OWQzOThkMDA1YTA3MDAwMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -130,7 +130,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/62462d849d398d005a070001/listSecrets?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/62462d849d398d005a070001/listSecrets?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zLzYyNDYyZDg0OWQzOThkMDA1YTA3MDAwMS9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", @@ -196,7 +196,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/62462d849d398d005a070002?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/62462d849d398d005a070002?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zLzYyNDYyZDg0OWQzOThkMDA1YTA3MDAwMj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -262,7 +262,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/62462d849d398d005a070002/listSecrets?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/62462d849d398d005a070002/listSecrets?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zLzYyNDYyZDg0OWQzOThkMDA1YTA3MDAwMi9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", @@ -328,7 +328,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/master?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/master?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL21hc3Rlcj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -394,7 +394,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/master/listSecrets?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/master/listSecrets?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL21hc3Rlci9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", @@ -460,7 +460,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"subscriptionsLimit\": 100\r\n }\r\n}", @@ -535,7 +535,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/ps7787?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/ps7787?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL3BzNzc4Nz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"ownerId\": \"/users/1\",\r\n \"scope\": \"/products/starter\",\r\n \"displayName\": \"ps1086\",\r\n \"primaryKey\": \"ps5940\",\r\n \"secondaryKey\": \"ps9034\",\r\n \"state\": \"active\"\r\n }\r\n}", @@ -607,7 +607,7 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/ps7787?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/ps7787?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL3BzNzc4Nz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"expirationDate\": \"2025-07-20T00:00:00Z\",\r\n \"displayName\": \"ps4757\",\r\n \"primaryKey\": \"ps6666\",\r\n \"secondaryKey\": \"ps1510\"\r\n }\r\n}", @@ -682,7 +682,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/ps7787?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/ps7787?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL3BzNzc4Nz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -748,7 +748,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/ps7787/listSecrets?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/ps7787/listSecrets?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL3BzNzc4Ny9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", @@ -814,8 +814,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/subscriptions?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL3N1YnNjcmlwdGlvbnM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/subscriptions?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL3N1YnNjcmlwdGlvbnM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -877,8 +877,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/1/subscriptions?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy8xL3N1YnNjcmlwdGlvbnM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/1/subscriptions?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy8xL3N1YnNjcmlwdGlvbnM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -940,7 +940,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions?$filter=properties/scope%20eq%20'/products/starter'%20and%20properties/ownerId%20eq%20'1'&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions?$filter=properties/scope%20eq%20'/products/starter'%20and%20properties/ownerId%20eq%20'1'&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zPyRmaWx0ZXI9cHJvcGVydGllcy9zY29wZSUyMGVxJTIwJy9wcm9kdWN0cy9zdGFydGVyJyUyMGFuZCUyMHByb3BlcnRpZXMvb3duZXJJZCUyMGVxJTIwJzEnJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -1003,7 +1003,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/ps7787?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/ps7787?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL3BzNzc4Nz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/TenantAccessConfCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/TenantAccessConfCrudTest.json index e09d49229428..0895ca7aa6ce 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/TenantAccessConfCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/TenantAccessConfCrudTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/access?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/access?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvYWNjZXNzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -67,7 +67,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/access?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/access?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvYWNjZXNzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -133,7 +133,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/access?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/access?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvYWNjZXNzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -199,7 +199,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/access?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/access?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvYWNjZXNzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"enabled\": true\r\n }\r\n}", @@ -274,7 +274,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/access?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/access?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvYWNjZXNzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"enabled\": false\r\n }\r\n}", diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/TenantGitConfCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/TenantGitConfCrudTest.json index d2bd6a1a257a..56eadca5c300 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/TenantGitConfCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/TenantGitConfCrudTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/gitaccess/listSecrets?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/gitaccess/listSecrets?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvZ2l0YWNjZXNzL2xpc3RTZWNyZXRzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", @@ -67,8 +67,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/syncState?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9zeW5jU3RhdGU/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/syncState?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9zeW5jU3RhdGU/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -130,8 +130,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/syncState?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9zeW5jU3RhdGU/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/syncState?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9zeW5jU3RhdGU/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -193,8 +193,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/syncState?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9zeW5jU3RhdGU/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/syncState?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9zeW5jU3RhdGU/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -256,7 +256,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/save?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/save?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9zYXZlP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"branch\": \"master\",\r\n \"force\": false\r\n }\r\n}", @@ -288,7 +288,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde2101234e10f00b7b84?api-version=2021-08-01" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde2101234e10f00b7b84?api-version=2022-08-01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -328,7 +328,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde2101234e10f00b7b84?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde2101234e10f00b7b84?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYyNGNkZTIxMDEyMzRlMTBmMDBiN2I4ND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -351,7 +351,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde2101234e10f00b7b84?api-version=2021-08-01" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde2101234e10f00b7b84?api-version=2022-08-01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -391,7 +391,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde2101234e10f00b7b84?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde2101234e10f00b7b84?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYyNGNkZTIxMDEyMzRlMTBmMDBiN2I4ND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -451,7 +451,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde2101234e10f00b7b84?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde2101234e10f00b7b84?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYyNGNkZTIxMDEyMzRlMTBmMDBiN2I4ND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -511,7 +511,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/validate?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/validate?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi92YWxpZGF0ZT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"branch\": \"master\",\r\n \"force\": false\r\n }\r\n}", @@ -543,7 +543,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde5e01234e10f00b7b86?api-version=2021-08-01" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde5e01234e10f00b7b86?api-version=2022-08-01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -583,7 +583,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde5e01234e10f00b7b86?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde5e01234e10f00b7b86?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYyNGNkZTVlMDEyMzRlMTBmMDBiN2I4Nj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -643,7 +643,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde5e01234e10f00b7b86?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde5e01234e10f00b7b86?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYyNGNkZTVlMDEyMzRlMTBmMDBiN2I4Nj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -703,8 +703,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/deploy?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9kZXBsb3k/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/deploy?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9kZXBsb3k/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"branch\": \"master\",\r\n \"force\": false\r\n }\r\n}", "RequestHeaders": { @@ -735,7 +735,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde7c01234e10f00b7b88?api-version=2021-08-01" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde7c01234e10f00b7b88?api-version=2022-08-01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -775,7 +775,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde7c01234e10f00b7b88?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde7c01234e10f00b7b88?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYyNGNkZTdjMDEyMzRlMTBmMDBiN2I4OD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -798,7 +798,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde7c01234e10f00b7b88?api-version=2021-08-01" + "https://management.azure.com/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde7c01234e10f00b7b88?api-version=2022-08-01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -838,7 +838,7 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde7c01234e10f00b7b88?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde7c01234e10f00b7b88?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYyNGNkZTdjMDEyMzRlMTBmMDBiN2I4OD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -898,7 +898,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde7c01234e10f00b7b88?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde7c01234e10f00b7b88?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYyNGNkZTdjMDEyMzRlMTBmMDBiN2I4OD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/UserCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/UserCrudTest.json index 2ffa0002f17a..a4471b2b23bd 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/UserCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/UserCrudTest.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -64,7 +64,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/1?api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/1?api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy8xP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -130,8 +130,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/ps8695?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy9wczg2OTU/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/ps8695?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy9wczg2OTU/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"state\": \"Active\",\r\n \"note\": \"ps1095\",\r\n \"email\": \"contoso@microsoft.com\",\r\n \"firstName\": \"ps4834\",\r\n \"lastName\": \"ps306\",\r\n \"password\": \"ps5184\"\r\n }\r\n}", "RequestHeaders": { @@ -202,8 +202,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/ps8695?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy9wczg2OTU/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/ps8695?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy9wczg2OTU/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -268,8 +268,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/ps8695?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy9wczg2OTU/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/ps8695?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy9wczg2OTU/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -334,8 +334,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/ps8695?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy9wczg2OTU/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/ps8695?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy9wczg2OTU/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -400,8 +400,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/ps8695?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy9wczg2OTU/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/ps8695?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy9wczg2OTU/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -466,8 +466,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/ps8695?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy9wczg2OTU/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/ps8695?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy9wczg2OTU/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -529,8 +529,8 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/ps8695?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy9wczg2OTU/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/ps8695?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy9wczg2OTU/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"state\": \"Active\",\r\n \"note\": \"ps3765\",\r\n \"email\": \"changed.contoso@microsoft.com\",\r\n \"password\": \"ps1967\",\r\n \"firstName\": \"ps3247\",\r\n \"lastName\": \"ps8364\"\r\n }\r\n}", "RequestHeaders": { @@ -604,8 +604,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/ps8695?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy9wczg2OTU/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/ps8695?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy9wczg2OTU/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"state\": \"Blocked\"\r\n }\r\n}", "RequestHeaders": { @@ -679,8 +679,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/ps8695?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy9wczg2OTU/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/ps8695?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy9wczg2OTU/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"state\": \"Active\"\r\n }\r\n}", "RequestHeaders": { @@ -754,7 +754,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users?$filter=email%20eq%20'changed.contoso@microsoft.com'&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users?$filter=email%20eq%20'changed.contoso@microsoft.com'&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycz8kZmlsdGVyPWVtYWlsJTIwZXElMjAnY2hhbmdlZC5jb250b3NvQG1pY3Jvc29mdC5jb20nJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", @@ -817,8 +817,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users?$filter=firstName%20eq%20'ps3247'&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycz8kZmlsdGVyPWZpcnN0TmFtZSUyMGVxJTIwJ3BzMzI0NycmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users?$filter=firstName%20eq%20'ps3247'&api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycz8kZmlsdGVyPWZpcnN0TmFtZSUyMGVxJTIwJ3BzMzI0NycmYXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -880,7 +880,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users?$filter=lastName%20eq%20'ps8364'&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users?$filter=lastName%20eq%20'ps8364'&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycz8kZmlsdGVyPWxhc3ROYW1lJTIwZXElMjAncHM4MzY0JyZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -943,7 +943,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users?$filter=lastName%20eq%20'ps8364'&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users?$filter=lastName%20eq%20'ps8364'&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycz8kZmlsdGVyPWxhc3ROYW1lJTIwZXElMjAncHM4MzY0JyZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", @@ -1006,8 +1006,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users?$filter=state%20eq%20'blocked'&api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycz8kZmlsdGVyPXN0YXRlJTIwZXElMjAnYmxvY2tlZCcmYXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users?$filter=state%20eq%20'blocked'&api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycz8kZmlsdGVyPXN0YXRlJTIwZXElMjAnYmxvY2tlZCcmYXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1069,8 +1069,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/ps8695/generateSsoUrl?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy9wczg2OTUvZ2VuZXJhdGVTc29Vcmw/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/ps8695/generateSsoUrl?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy9wczg2OTUvZ2VuZXJhdGVTc29Vcmw/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { @@ -1132,8 +1132,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/ps8695/token?api-version=2021-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy9wczg2OTUvdG9rZW4/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/ps8695/token?api-version=2022-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy9wczg2OTUvdG9rZW4/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"keyType\": \"primary\",\r\n \"expiry\": \"2022-04-02T02:59:49.2215643Z\"\r\n }\r\n}", "RequestHeaders": { @@ -1201,7 +1201,7 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/ps8695?deleteSubscriptions=true&api-version=2021-08-01", + "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/ps8695?deleteSubscriptions=true&api-version=2022-08-01", "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy9wczg2OTU/ZGVsZXRlU3Vic2NyaXB0aW9ucz10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", diff --git a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestApiManagementHostnamesCrud.json b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestApiManagementHostnamesCrud.json index f5363a2f8408..089686d911b1 100644 --- a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestApiManagementHostnamesCrud.json +++ b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestApiManagementHostnamesCrud.json @@ -68,7 +68,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjA/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjA/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway1.msitesting.net\",\r\n \"encodedCertificate\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAgpyA5NFrZbjwICB9AEggKQpSy2W1iM8pd8/WyI0+q4uvY6SpvRXTpUfBLl7jlNCPOt847nq5zqQggOQSaqP/4zi08CcmQzaQRmHf5FfMMeYJDp6rGLS8ouyt5ElwMHBZWrsuF49dwi5S73AtBRX128CXCc+qKOlgnXM9PpW+LSJ9J4SWS9B2wC0YQfIGtC/niuLcHDVP+zGwXd+fT06nmNR3SzjfzEfHROM/TyOWHMWAlas6/LXIqXpRSl6igWK7SuMDxWZvdr/QC1ahsptkkF7nHq1RC57o6ru7wxkaANwFQXXhBuh9uQ32Szg2nemfLP7jTcOHcUPK32tU7TuGT5osXMbAVHelPFGzNEPAEb6mNfla2cuILVX/QTqqPqjxTGGn8qBf2TtDSHedBSaRqPO62hRbzAfpeSagG6iFWKGeGCvo8LwVnx3pZM36Tu5GBNhdKhOGZvtXeiZH7XoMAER1O8dJblKfffhzl4MG7BCcT5nftU6NpS3TfRC9hvGX9iqZKjZd6Npvycmo+qlld6g86QDNq28NEHLz0xG809IUunp5DxKptZhEHwZhU0EmATucmjZhrDDvembG58gaU/PSBRlwVNjK+h//Gm4jCAQ6l0iR5COqScNnxr9p5ZhmJvKJQ1OpFw0zXgeWi6MTOpNfMwibytjn+28YPe9mUNoUvcb0u6mjxmn+wupHfELXADRuSZ8CF5eRk9pE+SrbrCn6wyoaFY/vdBSxsnNh37HXpCEEcOm19pbQNPfuVktRmU910zhQntm58SVhyNIlBOA0LGllRNxZndwHdTlcqbIE+HRDn7Fnj3uf0xu+9cOvPkIalluKsySbDKQXJyg3p9QQZJIiFpp6jXit+DHmf7d9mZ0G7eoKFtI2yqLDT68mYxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADAAOAAxAEYAMwBCADMAQwAtAEQANQA0ADMALQA0AEEANwAwAC0AOAA3ADcANgAtADkAMgA1AEEARAAxADgARQA2ADgAQwBGAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIvqDlcIY1iqcCAgfQgIICmE7Jw2F3UXilr+Ig+EAVrb2B3zG3rYosQY3iikLJ73ztGs/qiNCr21CxKeoj4mBzLFX+oi4DhvJBDp7PkTIF9z7CKzw7XcVwgmLqfBHYh9lp+lrLk2c3wmJllb06MKtblY7OYp9sNr5f3vB6J4uIE6+R+70oLmB2BhcToytfETjbeyKuFGS+3YhoHwCloMNTu73uXmBDwoPz+Wot7Fq3aZm1Sc5A5Qz68BZhvOz+zR4twH11c79yzlMHzdqpD1aRCLdbXtVrqrjEk7tuwqWQmWAOuPvRAN7oksqO2Gw7w8gx1kqkRKYkYuzrj4benZPsZwT8qXZPCZ5iM+iYImvPQkPxSTmM0O3gxbtK1/Xu0cCZSpNy1yJQo0fyzEMMCbLKYVWjK+0ymNww7bd3ubWW358oLE2U+6Oe7mmtXgZzSVH74vaes/ce1zEm+paItCqfHXe1fo4Qo7s3jfTrRohYw7LWD+uVObdKi8Dg7fUy8/DXomgWn4qP8I33n6Y0LCMrzKUoIe6zhsWBpFobwprlz/jWvASkbdp8ou16Vx6jTf3EwXCnWcRmXXNuPFPOo5znBLs98raCe0546bbcq7jSZr5Sg11qBX5N+N3Bv/eup7qQKAnivAvBOAx6533LzR3fZfe7AN0dOEC2D079Vg0t0o+JBPd7mLxIF54BnHoy5OlRCg0g0ol6R9iN3HlgUbMJWL2dFEoU+kjMVNTUKykEh/Q4Zh/ug9lnyObHsDTzZwr3qe0L308lh9Ko20e/aCFS8YLtTv1qlewKtz/BIxck8vDBsY61hrymbVvlxDD2ESuzt8qJXp5vBF1dfaBFTO5enxBJYVIF2JyeSwDAPOJiYTdsz9ssVolmx6p9yKSTuhuFISyU4xOOcU4wOzAfMAcGBSsOAwIaBBSPRDVaFWhKRqBSQvxQV/NpiUuTawQUxxNV8/5sOf5HrarXJESyg2NwXl4CAgfQ\",\r\n \"certificatePassword\": \"Password\",\r\n \"defaultSslBinding\": true,\r\n \"negotiateClientCertificate\": false\r\n },\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"powershelltest.current.int-azure-api.net\",\r\n \"keyVaultId\": \"https://powershell-apim-kv.vault.azure.net/secrets/powershell-current\",\r\n \"identityClientId\": \"4b7fdc4d-a154-4830-b399-46a12da1a1e2\",\r\n \"defaultSslBinding\": false,\r\n \"negotiateClientCertificate\": false\r\n },\r\n {\r\n \"type\": \"Portal\",\r\n \"hostName\": \"portalsdk.msitesting.net\",\r\n \"encodedCertificate\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAgpyA5NFrZbjwICB9AEggKQpSy2W1iM8pd8/WyI0+q4uvY6SpvRXTpUfBLl7jlNCPOt847nq5zqQggOQSaqP/4zi08CcmQzaQRmHf5FfMMeYJDp6rGLS8ouyt5ElwMHBZWrsuF49dwi5S73AtBRX128CXCc+qKOlgnXM9PpW+LSJ9J4SWS9B2wC0YQfIGtC/niuLcHDVP+zGwXd+fT06nmNR3SzjfzEfHROM/TyOWHMWAlas6/LXIqXpRSl6igWK7SuMDxWZvdr/QC1ahsptkkF7nHq1RC57o6ru7wxkaANwFQXXhBuh9uQ32Szg2nemfLP7jTcOHcUPK32tU7TuGT5osXMbAVHelPFGzNEPAEb6mNfla2cuILVX/QTqqPqjxTGGn8qBf2TtDSHedBSaRqPO62hRbzAfpeSagG6iFWKGeGCvo8LwVnx3pZM36Tu5GBNhdKhOGZvtXeiZH7XoMAER1O8dJblKfffhzl4MG7BCcT5nftU6NpS3TfRC9hvGX9iqZKjZd6Npvycmo+qlld6g86QDNq28NEHLz0xG809IUunp5DxKptZhEHwZhU0EmATucmjZhrDDvembG58gaU/PSBRlwVNjK+h//Gm4jCAQ6l0iR5COqScNnxr9p5ZhmJvKJQ1OpFw0zXgeWi6MTOpNfMwibytjn+28YPe9mUNoUvcb0u6mjxmn+wupHfELXADRuSZ8CF5eRk9pE+SrbrCn6wyoaFY/vdBSxsnNh37HXpCEEcOm19pbQNPfuVktRmU910zhQntm58SVhyNIlBOA0LGllRNxZndwHdTlcqbIE+HRDn7Fnj3uf0xu+9cOvPkIalluKsySbDKQXJyg3p9QQZJIiFpp6jXit+DHmf7d9mZ0G7eoKFtI2yqLDT68mYxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADAAOAAxAEYAMwBCADMAQwAtAEQANQA0ADMALQA0AEEANwAwAC0AOAA3ADcANgAtADkAMgA1AEEARAAxADgARQA2ADgAQwBGAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIvqDlcIY1iqcCAgfQgIICmE7Jw2F3UXilr+Ig+EAVrb2B3zG3rYosQY3iikLJ73ztGs/qiNCr21CxKeoj4mBzLFX+oi4DhvJBDp7PkTIF9z7CKzw7XcVwgmLqfBHYh9lp+lrLk2c3wmJllb06MKtblY7OYp9sNr5f3vB6J4uIE6+R+70oLmB2BhcToytfETjbeyKuFGS+3YhoHwCloMNTu73uXmBDwoPz+Wot7Fq3aZm1Sc5A5Qz68BZhvOz+zR4twH11c79yzlMHzdqpD1aRCLdbXtVrqrjEk7tuwqWQmWAOuPvRAN7oksqO2Gw7w8gx1kqkRKYkYuzrj4benZPsZwT8qXZPCZ5iM+iYImvPQkPxSTmM0O3gxbtK1/Xu0cCZSpNy1yJQo0fyzEMMCbLKYVWjK+0ymNww7bd3ubWW358oLE2U+6Oe7mmtXgZzSVH74vaes/ce1zEm+paItCqfHXe1fo4Qo7s3jfTrRohYw7LWD+uVObdKi8Dg7fUy8/DXomgWn4qP8I33n6Y0LCMrzKUoIe6zhsWBpFobwprlz/jWvASkbdp8ou16Vx6jTf3EwXCnWcRmXXNuPFPOo5znBLs98raCe0546bbcq7jSZr5Sg11qBX5N+N3Bv/eup7qQKAnivAvBOAx6533LzR3fZfe7AN0dOEC2D079Vg0t0o+JBPd7mLxIF54BnHoy5OlRCg0g0ol6R9iN3HlgUbMJWL2dFEoU+kjMVNTUKykEh/Q4Zh/ug9lnyObHsDTzZwr3qe0L308lh9Ko20e/aCFS8YLtTv1qlewKtz/BIxck8vDBsY61hrymbVvlxDD2ESuzt8qJXp5vBF1dfaBFTO5enxBJYVIF2JyeSwDAPOJiYTdsz9ssVolmx6p9yKSTuhuFISyU4xOOcU4wOzAfMAcGBSsOAwIaBBSPRDVaFWhKRqBSQvxQV/NpiUuTawQUxxNV8/5sOf5HrarXJESyg2NwXl4CAgfQ\",\r\n \"certificatePassword\": \"Password\",\r\n \"defaultSslBinding\": false,\r\n \"negotiateClientCertificate\": false\r\n },\r\n {\r\n \"type\": \"Management\",\r\n \"hostName\": \"mgmt.msitesting.net\",\r\n \"encodedCertificate\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAgpyA5NFrZbjwICB9AEggKQpSy2W1iM8pd8/WyI0+q4uvY6SpvRXTpUfBLl7jlNCPOt847nq5zqQggOQSaqP/4zi08CcmQzaQRmHf5FfMMeYJDp6rGLS8ouyt5ElwMHBZWrsuF49dwi5S73AtBRX128CXCc+qKOlgnXM9PpW+LSJ9J4SWS9B2wC0YQfIGtC/niuLcHDVP+zGwXd+fT06nmNR3SzjfzEfHROM/TyOWHMWAlas6/LXIqXpRSl6igWK7SuMDxWZvdr/QC1ahsptkkF7nHq1RC57o6ru7wxkaANwFQXXhBuh9uQ32Szg2nemfLP7jTcOHcUPK32tU7TuGT5osXMbAVHelPFGzNEPAEb6mNfla2cuILVX/QTqqPqjxTGGn8qBf2TtDSHedBSaRqPO62hRbzAfpeSagG6iFWKGeGCvo8LwVnx3pZM36Tu5GBNhdKhOGZvtXeiZH7XoMAER1O8dJblKfffhzl4MG7BCcT5nftU6NpS3TfRC9hvGX9iqZKjZd6Npvycmo+qlld6g86QDNq28NEHLz0xG809IUunp5DxKptZhEHwZhU0EmATucmjZhrDDvembG58gaU/PSBRlwVNjK+h//Gm4jCAQ6l0iR5COqScNnxr9p5ZhmJvKJQ1OpFw0zXgeWi6MTOpNfMwibytjn+28YPe9mUNoUvcb0u6mjxmn+wupHfELXADRuSZ8CF5eRk9pE+SrbrCn6wyoaFY/vdBSxsnNh37HXpCEEcOm19pbQNPfuVktRmU910zhQntm58SVhyNIlBOA0LGllRNxZndwHdTlcqbIE+HRDn7Fnj3uf0xu+9cOvPkIalluKsySbDKQXJyg3p9QQZJIiFpp6jXit+DHmf7d9mZ0G7eoKFtI2yqLDT68mYxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADAAOAAxAEYAMwBCADMAQwAtAEQANQA0ADMALQA0AEEANwAwAC0AOAA3ADcANgAtADkAMgA1AEEARAAxADgARQA2ADgAQwBGAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIvqDlcIY1iqcCAgfQgIICmE7Jw2F3UXilr+Ig+EAVrb2B3zG3rYosQY3iikLJ73ztGs/qiNCr21CxKeoj4mBzLFX+oi4DhvJBDp7PkTIF9z7CKzw7XcVwgmLqfBHYh9lp+lrLk2c3wmJllb06MKtblY7OYp9sNr5f3vB6J4uIE6+R+70oLmB2BhcToytfETjbeyKuFGS+3YhoHwCloMNTu73uXmBDwoPz+Wot7Fq3aZm1Sc5A5Qz68BZhvOz+zR4twH11c79yzlMHzdqpD1aRCLdbXtVrqrjEk7tuwqWQmWAOuPvRAN7oksqO2Gw7w8gx1kqkRKYkYuzrj4benZPsZwT8qXZPCZ5iM+iYImvPQkPxSTmM0O3gxbtK1/Xu0cCZSpNy1yJQo0fyzEMMCbLKYVWjK+0ymNww7bd3ubWW358oLE2U+6Oe7mmtXgZzSVH74vaes/ce1zEm+paItCqfHXe1fo4Qo7s3jfTrRohYw7LWD+uVObdKi8Dg7fUy8/DXomgWn4qP8I33n6Y0LCMrzKUoIe6zhsWBpFobwprlz/jWvASkbdp8ou16Vx6jTf3EwXCnWcRmXXNuPFPOo5znBLs98raCe0546bbcq7jSZr5Sg11qBX5N+N3Bv/eup7qQKAnivAvBOAx6533LzR3fZfe7AN0dOEC2D079Vg0t0o+JBPd7mLxIF54BnHoy5OlRCg0g0ol6R9iN3HlgUbMJWL2dFEoU+kjMVNTUKykEh/Q4Zh/ug9lnyObHsDTzZwr3qe0L308lh9Ko20e/aCFS8YLtTv1qlewKtz/BIxck8vDBsY61hrymbVvlxDD2ESuzt8qJXp5vBF1dfaBFTO5enxBJYVIF2JyeSwDAPOJiYTdsz9ssVolmx6p9yKSTuhuFISyU4xOOcU4wOzAfMAcGBSsOAwIaBBSPRDVaFWhKRqBSQvxQV/NpiUuTawQUxxNV8/5sOf5HrarXJESyg2NwXl4CAgfQ\",\r\n \"certificatePassword\": \"Password\",\r\n \"defaultSslBinding\": false,\r\n \"negotiateClientCertificate\": false\r\n },\r\n {\r\n \"type\": \"DeveloperPortal\",\r\n \"hostName\": \"devportalsdk.msitesting.net\",\r\n \"encodedCertificate\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAgpyA5NFrZbjwICB9AEggKQpSy2W1iM8pd8/WyI0+q4uvY6SpvRXTpUfBLl7jlNCPOt847nq5zqQggOQSaqP/4zi08CcmQzaQRmHf5FfMMeYJDp6rGLS8ouyt5ElwMHBZWrsuF49dwi5S73AtBRX128CXCc+qKOlgnXM9PpW+LSJ9J4SWS9B2wC0YQfIGtC/niuLcHDVP+zGwXd+fT06nmNR3SzjfzEfHROM/TyOWHMWAlas6/LXIqXpRSl6igWK7SuMDxWZvdr/QC1ahsptkkF7nHq1RC57o6ru7wxkaANwFQXXhBuh9uQ32Szg2nemfLP7jTcOHcUPK32tU7TuGT5osXMbAVHelPFGzNEPAEb6mNfla2cuILVX/QTqqPqjxTGGn8qBf2TtDSHedBSaRqPO62hRbzAfpeSagG6iFWKGeGCvo8LwVnx3pZM36Tu5GBNhdKhOGZvtXeiZH7XoMAER1O8dJblKfffhzl4MG7BCcT5nftU6NpS3TfRC9hvGX9iqZKjZd6Npvycmo+qlld6g86QDNq28NEHLz0xG809IUunp5DxKptZhEHwZhU0EmATucmjZhrDDvembG58gaU/PSBRlwVNjK+h//Gm4jCAQ6l0iR5COqScNnxr9p5ZhmJvKJQ1OpFw0zXgeWi6MTOpNfMwibytjn+28YPe9mUNoUvcb0u6mjxmn+wupHfELXADRuSZ8CF5eRk9pE+SrbrCn6wyoaFY/vdBSxsnNh37HXpCEEcOm19pbQNPfuVktRmU910zhQntm58SVhyNIlBOA0LGllRNxZndwHdTlcqbIE+HRDn7Fnj3uf0xu+9cOvPkIalluKsySbDKQXJyg3p9QQZJIiFpp6jXit+DHmf7d9mZ0G7eoKFtI2yqLDT68mYxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADAAOAAxAEYAMwBCADMAQwAtAEQANQA0ADMALQA0AEEANwAwAC0AOAA3ADcANgAtADkAMgA1AEEARAAxADgARQA2ADgAQwBGAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIvqDlcIY1iqcCAgfQgIICmE7Jw2F3UXilr+Ig+EAVrb2B3zG3rYosQY3iikLJ73ztGs/qiNCr21CxKeoj4mBzLFX+oi4DhvJBDp7PkTIF9z7CKzw7XcVwgmLqfBHYh9lp+lrLk2c3wmJllb06MKtblY7OYp9sNr5f3vB6J4uIE6+R+70oLmB2BhcToytfETjbeyKuFGS+3YhoHwCloMNTu73uXmBDwoPz+Wot7Fq3aZm1Sc5A5Qz68BZhvOz+zR4twH11c79yzlMHzdqpD1aRCLdbXtVrqrjEk7tuwqWQmWAOuPvRAN7oksqO2Gw7w8gx1kqkRKYkYuzrj4benZPsZwT8qXZPCZ5iM+iYImvPQkPxSTmM0O3gxbtK1/Xu0cCZSpNy1yJQo0fyzEMMCbLKYVWjK+0ymNww7bd3ubWW358oLE2U+6Oe7mmtXgZzSVH74vaes/ce1zEm+paItCqfHXe1fo4Qo7s3jfTrRohYw7LWD+uVObdKi8Dg7fUy8/DXomgWn4qP8I33n6Y0LCMrzKUoIe6zhsWBpFobwprlz/jWvASkbdp8ou16Vx6jTf3EwXCnWcRmXXNuPFPOo5znBLs98raCe0546bbcq7jSZr5Sg11qBX5N+N3Bv/eup7qQKAnivAvBOAx6533LzR3fZfe7AN0dOEC2D079Vg0t0o+JBPd7mLxIF54BnHoy5OlRCg0g0ol6R9iN3HlgUbMJWL2dFEoU+kjMVNTUKykEh/Q4Zh/ug9lnyObHsDTzZwr3qe0L308lh9Ko20e/aCFS8YLtTv1qlewKtz/BIxck8vDBsY61hrymbVvlxDD2ESuzt8qJXp5vBF1dfaBFTO5enxBJYVIF2JyeSwDAPOJiYTdsz9ssVolmx6p9yKSTuhuFISyU4xOOcU4wOzAfMAcGBSsOAwIaBBSPRDVaFWhKRqBSQvxQV/NpiUuTawQUxxNV8/5sOf5HrarXJESyg2NwXl4CAgfQ\",\r\n \"certificatePassword\": \"Password\",\r\n \"defaultSslBinding\": false,\r\n \"negotiateClientCertificate\": false\r\n }\r\n ],\r\n \"virtualNetworkType\": \"None\",\r\n \"publisherEmail\": \"apim@powershell.org\",\r\n \"publisherName\": \"apimpowershellorg\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/powershelltest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/powershellTestUserIdentity\": {}\r\n }\r\n },\r\n \"location\": \"East US\"\r\n}", "RequestHeaders": { @@ -147,7 +147,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjA/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjA/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway1.msitesting.net\",\r\n \"encodedCertificate\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAgpyA5NFrZbjwICB9AEggKQpSy2W1iM8pd8/WyI0+q4uvY6SpvRXTpUfBLl7jlNCPOt847nq5zqQggOQSaqP/4zi08CcmQzaQRmHf5FfMMeYJDp6rGLS8ouyt5ElwMHBZWrsuF49dwi5S73AtBRX128CXCc+qKOlgnXM9PpW+LSJ9J4SWS9B2wC0YQfIGtC/niuLcHDVP+zGwXd+fT06nmNR3SzjfzEfHROM/TyOWHMWAlas6/LXIqXpRSl6igWK7SuMDxWZvdr/QC1ahsptkkF7nHq1RC57o6ru7wxkaANwFQXXhBuh9uQ32Szg2nemfLP7jTcOHcUPK32tU7TuGT5osXMbAVHelPFGzNEPAEb6mNfla2cuILVX/QTqqPqjxTGGn8qBf2TtDSHedBSaRqPO62hRbzAfpeSagG6iFWKGeGCvo8LwVnx3pZM36Tu5GBNhdKhOGZvtXeiZH7XoMAER1O8dJblKfffhzl4MG7BCcT5nftU6NpS3TfRC9hvGX9iqZKjZd6Npvycmo+qlld6g86QDNq28NEHLz0xG809IUunp5DxKptZhEHwZhU0EmATucmjZhrDDvembG58gaU/PSBRlwVNjK+h//Gm4jCAQ6l0iR5COqScNnxr9p5ZhmJvKJQ1OpFw0zXgeWi6MTOpNfMwibytjn+28YPe9mUNoUvcb0u6mjxmn+wupHfELXADRuSZ8CF5eRk9pE+SrbrCn6wyoaFY/vdBSxsnNh37HXpCEEcOm19pbQNPfuVktRmU910zhQntm58SVhyNIlBOA0LGllRNxZndwHdTlcqbIE+HRDn7Fnj3uf0xu+9cOvPkIalluKsySbDKQXJyg3p9QQZJIiFpp6jXit+DHmf7d9mZ0G7eoKFtI2yqLDT68mYxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADAAOAAxAEYAMwBCADMAQwAtAEQANQA0ADMALQA0AEEANwAwAC0AOAA3ADcANgAtADkAMgA1AEEARAAxADgARQA2ADgAQwBGAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIvqDlcIY1iqcCAgfQgIICmE7Jw2F3UXilr+Ig+EAVrb2B3zG3rYosQY3iikLJ73ztGs/qiNCr21CxKeoj4mBzLFX+oi4DhvJBDp7PkTIF9z7CKzw7XcVwgmLqfBHYh9lp+lrLk2c3wmJllb06MKtblY7OYp9sNr5f3vB6J4uIE6+R+70oLmB2BhcToytfETjbeyKuFGS+3YhoHwCloMNTu73uXmBDwoPz+Wot7Fq3aZm1Sc5A5Qz68BZhvOz+zR4twH11c79yzlMHzdqpD1aRCLdbXtVrqrjEk7tuwqWQmWAOuPvRAN7oksqO2Gw7w8gx1kqkRKYkYuzrj4benZPsZwT8qXZPCZ5iM+iYImvPQkPxSTmM0O3gxbtK1/Xu0cCZSpNy1yJQo0fyzEMMCbLKYVWjK+0ymNww7bd3ubWW358oLE2U+6Oe7mmtXgZzSVH74vaes/ce1zEm+paItCqfHXe1fo4Qo7s3jfTrRohYw7LWD+uVObdKi8Dg7fUy8/DXomgWn4qP8I33n6Y0LCMrzKUoIe6zhsWBpFobwprlz/jWvASkbdp8ou16Vx6jTf3EwXCnWcRmXXNuPFPOo5znBLs98raCe0546bbcq7jSZr5Sg11qBX5N+N3Bv/eup7qQKAnivAvBOAx6533LzR3fZfe7AN0dOEC2D079Vg0t0o+JBPd7mLxIF54BnHoy5OlRCg0g0ol6R9iN3HlgUbMJWL2dFEoU+kjMVNTUKykEh/Q4Zh/ug9lnyObHsDTzZwr3qe0L308lh9Ko20e/aCFS8YLtTv1qlewKtz/BIxck8vDBsY61hrymbVvlxDD2ESuzt8qJXp5vBF1dfaBFTO5enxBJYVIF2JyeSwDAPOJiYTdsz9ssVolmx6p9yKSTuhuFISyU4xOOcU4wOzAfMAcGBSsOAwIaBBSPRDVaFWhKRqBSQvxQV/NpiUuTawQUxxNV8/5sOf5HrarXJESyg2NwXl4CAgfQ\",\r\n \"certificatePassword\": \"Password\",\r\n \"defaultSslBinding\": true,\r\n \"negotiateClientCertificate\": false\r\n }\r\n ],\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"certificates\": [\r\n {\r\n \"encodedCertificate\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAgpyA5NFrZbjwICB9AEggKQpSy2W1iM8pd8/WyI0+q4uvY6SpvRXTpUfBLl7jlNCPOt847nq5zqQggOQSaqP/4zi08CcmQzaQRmHf5FfMMeYJDp6rGLS8ouyt5ElwMHBZWrsuF49dwi5S73AtBRX128CXCc+qKOlgnXM9PpW+LSJ9J4SWS9B2wC0YQfIGtC/niuLcHDVP+zGwXd+fT06nmNR3SzjfzEfHROM/TyOWHMWAlas6/LXIqXpRSl6igWK7SuMDxWZvdr/QC1ahsptkkF7nHq1RC57o6ru7wxkaANwFQXXhBuh9uQ32Szg2nemfLP7jTcOHcUPK32tU7TuGT5osXMbAVHelPFGzNEPAEb6mNfla2cuILVX/QTqqPqjxTGGn8qBf2TtDSHedBSaRqPO62hRbzAfpeSagG6iFWKGeGCvo8LwVnx3pZM36Tu5GBNhdKhOGZvtXeiZH7XoMAER1O8dJblKfffhzl4MG7BCcT5nftU6NpS3TfRC9hvGX9iqZKjZd6Npvycmo+qlld6g86QDNq28NEHLz0xG809IUunp5DxKptZhEHwZhU0EmATucmjZhrDDvembG58gaU/PSBRlwVNjK+h//Gm4jCAQ6l0iR5COqScNnxr9p5ZhmJvKJQ1OpFw0zXgeWi6MTOpNfMwibytjn+28YPe9mUNoUvcb0u6mjxmn+wupHfELXADRuSZ8CF5eRk9pE+SrbrCn6wyoaFY/vdBSxsnNh37HXpCEEcOm19pbQNPfuVktRmU910zhQntm58SVhyNIlBOA0LGllRNxZndwHdTlcqbIE+HRDn7Fnj3uf0xu+9cOvPkIalluKsySbDKQXJyg3p9QQZJIiFpp6jXit+DHmf7d9mZ0G7eoKFtI2yqLDT68mYxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADAAOAAxAEYAMwBCADMAQwAtAEQANQA0ADMALQA0AEEANwAwAC0AOAA3ADcANgAtADkAMgA1AEEARAAxADgARQA2ADgAQwBGAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIvqDlcIY1iqcCAgfQgIICmE7Jw2F3UXilr+Ig+EAVrb2B3zG3rYosQY3iikLJ73ztGs/qiNCr21CxKeoj4mBzLFX+oi4DhvJBDp7PkTIF9z7CKzw7XcVwgmLqfBHYh9lp+lrLk2c3wmJllb06MKtblY7OYp9sNr5f3vB6J4uIE6+R+70oLmB2BhcToytfETjbeyKuFGS+3YhoHwCloMNTu73uXmBDwoPz+Wot7Fq3aZm1Sc5A5Qz68BZhvOz+zR4twH11c79yzlMHzdqpD1aRCLdbXtVrqrjEk7tuwqWQmWAOuPvRAN7oksqO2Gw7w8gx1kqkRKYkYuzrj4benZPsZwT8qXZPCZ5iM+iYImvPQkPxSTmM0O3gxbtK1/Xu0cCZSpNy1yJQo0fyzEMMCbLKYVWjK+0ymNww7bd3ubWW358oLE2U+6Oe7mmtXgZzSVH74vaes/ce1zEm+paItCqfHXe1fo4Qo7s3jfTrRohYw7LWD+uVObdKi8Dg7fUy8/DXomgWn4qP8I33n6Y0LCMrzKUoIe6zhsWBpFobwprlz/jWvASkbdp8ou16Vx6jTf3EwXCnWcRmXXNuPFPOo5znBLs98raCe0546bbcq7jSZr5Sg11qBX5N+N3Bv/eup7qQKAnivAvBOAx6533LzR3fZfe7AN0dOEC2D079Vg0t0o+JBPd7mLxIF54BnHoy5OlRCg0g0ol6R9iN3HlgUbMJWL2dFEoU+kjMVNTUKykEh/Q4Zh/ug9lnyObHsDTzZwr3qe0L308lh9Ko20e/aCFS8YLtTv1qlewKtz/BIxck8vDBsY61hrymbVvlxDD2ESuzt8qJXp5vBF1dfaBFTO5enxBJYVIF2JyeSwDAPOJiYTdsz9ssVolmx6p9yKSTuhuFISyU4xOOcU4wOzAfMAcGBSsOAwIaBBSPRDVaFWhKRqBSQvxQV/NpiUuTawQUxxNV8/5sOf5HrarXJESyg2NwXl4CAgfQ\",\r\n \"certificatePassword\": \"Password\",\r\n \"storeName\": \"CertificateAuthority\"\r\n }\r\n ],\r\n \"disableGateway\": false,\r\n \"virtualNetworkType\": \"None\",\r\n \"publisherEmail\": \"apim@powershell.org\",\r\n \"publisherName\": \"apimpowershellorg\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {}\r\n}", "RequestHeaders": { @@ -226,7 +226,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -289,7 +289,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -352,7 +352,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -415,7 +415,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -478,7 +478,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -541,7 +541,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -604,7 +604,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -667,7 +667,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -730,7 +730,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -793,7 +793,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -856,7 +856,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -919,7 +919,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -982,7 +982,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1045,7 +1045,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1108,7 +1108,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1171,7 +1171,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1234,7 +1234,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1297,7 +1297,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1360,7 +1360,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1423,7 +1423,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1486,7 +1486,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1549,7 +1549,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1612,7 +1612,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1675,7 +1675,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1738,7 +1738,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1801,7 +1801,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1864,7 +1864,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9BY3RfYmFlMzlmM2U=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5QlkzUmZZbUZsTXpsbU0yVT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagement.json b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagement.json index 70769d1f80ff..41466b03360c 100644 --- a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagement.json +++ b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagement.json @@ -128,7 +128,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"True\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"True\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"publisherEmail\": \"apim@powershell.org\",\r\n \"publisherName\": \"apimpowershellorg\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"Central US\"\r\n}", "RequestHeaders": { @@ -4047,7 +4047,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/getssotoken?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvZ2V0c3NvdG9rZW4/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvZ2V0c3NvdG9rZW4/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { @@ -4300,7 +4300,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzY/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzY/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"virtualNetworkType\": \"None\",\r\n \"publisherEmail\": \"second.apim@powershell.org\",\r\n \"publisherName\": \"second.apimpowershellorg\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"capacity\": 2\r\n },\r\n \"location\": \"Central US\"\r\n}", "RequestHeaders": { @@ -7967,7 +7967,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/getssotoken?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvZ2V0c3NvdG9rZW4/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvZ2V0c3NvdG9rZW4/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { @@ -8238,7 +8238,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4889?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ4ODk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ4ODk/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"virtualNetworkType\": \"None\",\r\n \"publisherEmail\": \"second.apim@powershell.org\",\r\n \"publisherName\": \"second.apimpowershellorg\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Consumption\",\r\n \"capacity\": 0\r\n },\r\n \"location\": \"West Europe\"\r\n}", "RequestHeaders": { @@ -8440,7 +8440,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODM/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODM/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -8686,7 +8686,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzY/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzY/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -8932,7 +8932,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4889?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ4ODk/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ4ODk/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementVirtualNetworkStv2CRUD.json b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementVirtualNetworkStv2CRUD.json index fb182e5d6144..95a23affc0e9 100644 --- a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementVirtualNetworkStv2CRUD.json +++ b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementVirtualNetworkStv2CRUD.json @@ -4069,7 +4069,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4132,7 +4132,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4195,7 +4195,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4258,7 +4258,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4321,7 +4321,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4384,7 +4384,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4447,7 +4447,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4510,7 +4510,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4573,7 +4573,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4636,7 +4636,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4699,7 +4699,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4762,7 +4762,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4825,7 +4825,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4888,7 +4888,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4951,7 +4951,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5014,7 +5014,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5077,7 +5077,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5140,7 +5140,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5203,7 +5203,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5266,7 +5266,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5329,7 +5329,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5392,7 +5392,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5455,7 +5455,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5518,7 +5518,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5581,7 +5581,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5644,7 +5644,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX1VwZGF0ZV9mZTA4YTljMg==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMVZ3WkdGMFpWOW1aVEE0WVRsak1nPT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementWithAdditionalRegions.json b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementWithAdditionalRegions.json index be19a3639433..71df4f44f6c5 100644 --- a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementWithAdditionalRegions.json +++ b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementWithAdditionalRegions.json @@ -2620,7 +2620,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2683,7 +2683,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2746,7 +2746,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2809,7 +2809,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2872,7 +2872,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2935,7 +2935,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2998,7 +2998,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3061,7 +3061,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3124,7 +3124,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3187,7 +3187,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3250,7 +3250,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3313,7 +3313,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3376,7 +3376,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3439,7 +3439,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3502,7 +3502,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3565,7 +3565,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3628,7 +3628,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3691,7 +3691,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3754,7 +3754,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3817,7 +3817,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3880,7 +3880,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19VcGRhdGVfZGQ2OTZkYTA=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlWY0dSaGRHVmZaR1EyT1Raa1lUQT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementWithVirtualNetwork.json b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementWithVirtualNetwork.json index eade4406a9b3..d9f830b27349 100644 --- a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementWithVirtualNetwork.json +++ b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementWithVirtualNetwork.json @@ -68,7 +68,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTY/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTY/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/powershelltest/providers/Microsoft.Network/virtualNetworks/powershellvneteastus/subnets/default\"\r\n },\r\n \"virtualNetworkType\": \"External\",\r\n \"publisherEmail\": \"apim@powershell.org\",\r\n \"publisherName\": \"apimpowershellorg\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"East US\"\r\n}", "RequestHeaders": { @@ -147,7 +147,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTY/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTY/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"ps2356.azure-api.net\",\r\n \"defaultSslBinding\": true,\r\n \"negotiateClientCertificate\": false,\r\n \"certificateSource\": \"BuiltIn\"\r\n }\r\n ],\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/powershelltest/providers/Microsoft.Network/virtualNetworks/powershellvneteastus/subnets/default\"\r\n },\r\n \"additionalLocations\": [\r\n {\r\n \"location\": \"South Central US\",\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/powershelltest/providers/Microsoft.Network/virtualNetworks/powershellvnetscu/subnets/default\"\r\n }\r\n }\r\n ],\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"disableGateway\": false,\r\n \"virtualNetworkType\": \"Internal\",\r\n \"publisherEmail\": \"apim@powershell.org\",\r\n \"publisherName\": \"apimpowershellorg\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {}\r\n}", "RequestHeaders": { @@ -226,7 +226,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -289,7 +289,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -352,7 +352,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -415,7 +415,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -478,7 +478,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -541,7 +541,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -604,7 +604,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -667,7 +667,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -730,7 +730,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -793,7 +793,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -856,7 +856,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -919,7 +919,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -982,7 +982,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1045,7 +1045,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1108,7 +1108,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1171,7 +1171,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1234,7 +1234,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1297,7 +1297,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1360,7 +1360,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1423,7 +1423,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1486,7 +1486,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1549,7 +1549,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1612,7 +1612,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1675,7 +1675,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1738,7 +1738,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1801,7 +1801,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1864,7 +1864,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1927,7 +1927,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1990,7 +1990,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2053,7 +2053,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2116,7 +2116,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2179,7 +2179,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2242,7 +2242,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2305,7 +2305,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2368,7 +2368,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2431,7 +2431,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2494,7 +2494,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2557,7 +2557,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2620,7 +2620,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2683,7 +2683,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2746,7 +2746,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2809,7 +2809,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9BY3RfYTQzM2JmNjM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5QlkzUmZZVFF6TTJKbU5qTT0/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2995,7 +2995,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTY/YXBpLXZlcnNpb249MjAyMS0wOC0wMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTY/YXBpLXZlcnNpb249MjAyMi0wOC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 b/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 index 25bad828cfb1..1342605bbb3b 100644 --- a/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 +++ b/src/ApiManagement/ApiManagement/Az.ApiManagement.psd1 @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '4.2.0' + ModuleVersion = '4.1.0' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' From 62dea08f7d892c094f357705c7c0fd215f8aeaa5 Mon Sep 17 00:00:00 2001 From: Update Parameters Pipeline Date: Fri, 21 Nov 2025 15:33:06 +0100 Subject: [PATCH 7/7] =?UTF-8?q?chore:=20=F0=9F=94=84=20clean=20up=20code?= =?UTF-8?q?=20structure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Removed redundant code blocks to enhance readability. * Organized imports and dependencies for better maintainability. * Ensured consistent formatting across all files. --- .../CreateApiManagementService.json | 4 +- .../ApiCloneCrudTest.json | 30 +- .../ApiCrudGraphQLTest.json | 16 +- .../ApiCrudTest.json | 26 +- .../ApiCrudWebSocketTest.json | 16 +- .../ApiDiagnosticCrudTest.json | 12 +- .../ApiImportExportOpenApiJsonTest.json | 10 +- .../ApiImportExportOpenApiTest.json | 16 +- .../ApiImportExportSwaggerTest.json | 16 +- .../ApiImportExportWadlTest.json | 10 +- .../ApiImportExportWsdlTest.json | 18 +- .../ApiRevisionCrudTest.json | 22 +- .../ApiSchemaCrudOnSwaggerApiTest.json | 24 +- .../ApiSchemaCrudOnWsdlApiTest.json | 22 +- .../ApiVersionSetCrudTest.json | 6 +- .../ApiVersionSetImportCrudTest.json | 10 +- .../AuthorizationServerCrudTest.json | 20 +- .../BackendCrudTest.json | 2 +- .../BackendServiceFabricCrudTest.json | 24 +- .../CacheCrudTest.json | 16 +- .../CertificateCrudTest.json | 18 +- .../DiagnosticCrudTest.json | 22 +- .../GatewayCrudTest.json | 22 +- .../GroupCrudTest.json | 36 +-- .../IdentityProviderAadB2CCrudTest.json | 2 +- .../IdentityProviderCrudTest.json | 22 +- .../LoggerCrudTest.json | 22 +- .../OpenIdConnectProviderCrudTest.json | 36 +-- .../OperationsCrudTest.json | 20 +- .../PolicyCrudTest.json | 60 ++-- .../ProductCrudTest.json | 22 +- .../PropertiesCrudTest.json | 40 +-- .../SubscriptionNewModelCrudTest.json | 10 +- .../SubscriptionOldModelCrudTest.json | 28 +- .../TenantAccessConfCrudTest.json | 10 +- .../TenantGitConfCrudTest.json | 22 +- .../UserCrudTest.json | 12 +- .../TestApiManagementHostnamesCrud.json | 58 ++-- .../TestCrudApiManagement.json | 266 +++++++++--------- ...udApiManagementVirtualNetworkStv2CRUD.json | 126 ++++----- ...rudApiManagementWithAdditionalRegions.json | 80 +++--- ...stCrudApiManagementWithVirtualNetwork.json | 56 ++-- 42 files changed, 655 insertions(+), 655 deletions(-) diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/ApiManagementTests/CreateApiManagementService.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/ApiManagementTests/CreateApiManagementService.json index e3d10e9db582..97d7ba3c10f1 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/ApiManagementTests/CreateApiManagementService.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/ApiManagementTests/CreateApiManagementService.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdD9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"publisherEmail\": \"foo@live.com\",\r\n \"publisherName\": \"apimgmt\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUSEUAP\"\r\n}", "RequestHeaders": { @@ -75,7 +75,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdD9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCloneCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCloneCrudTest.json index 20909d8160dc..8761802f7fcf 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCloneCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCloneCrudTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -65,7 +65,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -266,7 +266,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MD9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps8084\",\r\n \"sourceApiId\": \"/apis/echo-api\",\r\n \"displayName\": \"ps1822\",\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/newapi\",\r\n \"path\": \"ps9036\",\r\n \"protocols\": [\r\n \"Http\",\r\n \"Https\"\r\n ]\r\n }\r\n}", "RequestHeaders": { @@ -338,7 +338,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MD9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -401,7 +401,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390/operations?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MC9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MC9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -464,7 +464,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390/operations/create-resource?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MC9vcGVyYXRpb25zL2NyZWF0ZS1yZXNvdXJjZT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MC9vcGVyYXRpb25zL2NyZWF0ZS1yZXNvdXJjZT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -530,7 +530,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390/operations/modify-resource?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MC9vcGVyYXRpb25zL21vZGlmeS1yZXNvdXJjZT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MC9vcGVyYXRpb25zL21vZGlmeS1yZXNvdXJjZT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -596,7 +596,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390/operations/remove-resource?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MC9vcGVyYXRpb25zL3JlbW92ZS1yZXNvdXJjZT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MC9vcGVyYXRpb25zL3JlbW92ZS1yZXNvdXJjZT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -662,7 +662,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390/operations/retrieve-header-only?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MC9vcGVyYXRpb25zL3JldHJpZXZlLWhlYWRlci1vbmx5P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MC9vcGVyYXRpb25zL3JldHJpZXZlLWhlYWRlci1vbmx5P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -728,7 +728,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390/operations/retrieve-resource?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MC9vcGVyYXRpb25zL3JldHJpZXZlLXJlc291cmNlP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MC9vcGVyYXRpb25zL3JldHJpZXZlLXJlc291cmNlP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -794,7 +794,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390/operations/retrieve-resource-cached?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MC9vcGVyYXRpb25zL3JldHJpZXZlLXJlc291cmNlLWNhY2hlZD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MC9vcGVyYXRpb25zL3JldHJpZXZlLXJlc291cmNlLWNhY2hlZD9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -860,7 +860,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps5841?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNTg0MT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNTg0MT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps1906\",\r\n \"apiVersion\": \"2\",\r\n \"apiVersionSetId\": \"/apiVersionSets/ps9813\",\r\n \"subscriptionRequired\": true,\r\n \"sourceApiId\": \"/apis/echo-api\",\r\n \"displayName\": \"ps6463\",\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/newapiv2\",\r\n \"path\": \"ps7493\",\r\n \"protocols\": [\r\n \"Http\",\r\n \"Https\"\r\n ]\r\n }\r\n}", "RequestHeaders": { @@ -932,7 +932,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps5841?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNTg0MT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNTg0MT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -995,7 +995,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps6390?deleteRevisions=true&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MD9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNjM5MD9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -1058,7 +1058,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps5841?deleteRevisions=true&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNTg0MT9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNTg0MT9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCrudGraphQLTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCrudGraphQLTest.json index 6fc148ab1c41..e9b874af6155 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCrudGraphQLTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCrudGraphQLTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps7145?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNzE0NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNzE0NT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps2087\",\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"ps5337\",\r\n \"query\": \"ps6898\"\r\n },\r\n \"type\": \"GraphQL\",\r\n \"termsOfServiceUrl\": \"microsoft.com\",\r\n \"contact\": {\r\n \"name\": \"ps1335\",\r\n \"url\": \"microsoft.com\",\r\n \"email\": \"contoso@microsoft.com\"\r\n },\r\n \"license\": {\r\n \"name\": \"ps6157\",\r\n \"url\": \"microsoft.com\"\r\n },\r\n \"displayName\": \"ps1536\",\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/newapi\",\r\n \"path\": \"ps2594\",\r\n \"protocols\": [\r\n \"Http\",\r\n \"Https\"\r\n ]\r\n }\r\n}", "RequestHeaders": { @@ -74,7 +74,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps7145?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNzE0NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNzE0NT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps4246\",\r\n \"authenticationSettings\": {},\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"ps2534\",\r\n \"query\": \"ps2849\"\r\n },\r\n \"type\": \"GraphQL\",\r\n \"apiRevision\": \"1\",\r\n \"isCurrent\": true,\r\n \"subscriptionRequired\": true,\r\n \"termsOfServiceUrl\": \"changed.microsoft.com\",\r\n \"contact\": {\r\n \"name\": \"ps4549\",\r\n \"url\": \"changed.microsoft.com\",\r\n \"email\": \"changed.contoso@microsoft.com\"\r\n },\r\n \"license\": {\r\n \"name\": \"ps591\",\r\n \"url\": \"changed.microsoft.com\"\r\n },\r\n \"displayName\": \"ps6241\",\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/newapinew\",\r\n \"path\": \"ps5408\",\r\n \"protocols\": [\r\n \"Https\"\r\n ]\r\n }\r\n}", "RequestHeaders": { @@ -149,7 +149,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps7145?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNzE0NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNzE0NT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -212,7 +212,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps7145?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNzE0NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNzE0NT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -278,7 +278,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -341,7 +341,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis/ps7145?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXMvcHM3MTQ1P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXMvcHM3MTQ1P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { @@ -533,7 +533,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis/ps7145?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXMvcHM3MTQ1P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXMvcHM3MTQ1P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -593,7 +593,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps7145?deleteRevisions=true&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNzE0NT9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNzE0NT9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCrudTest.json index 7b54f984274d..380c631ddd7a 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCrudTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -65,7 +65,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -131,7 +131,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?$filter=properties/displayName%20eq%20'Echo%20API'&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzPyRmaWx0ZXI9cHJvcGVydGllcy9kaXNwbGF5TmFtZSUyMGVxJTIwJ0VjaG8lMjBBUEknJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzPyRmaWx0ZXI9cHJvcGVydGllcy9kaXNwbGF5TmFtZSUyMGVxJTIwJ0VjaG8lMjBBUEknJmFwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -194,7 +194,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8344?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODM0ND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODM0ND9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps7322\",\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"ps8160\",\r\n \"query\": \"ps8637\"\r\n },\r\n \"displayName\": \"ps7197\",\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/newapi\",\r\n \"path\": \"ps6547\",\r\n \"protocols\": [\r\n \"Http\",\r\n \"Https\"\r\n ]\r\n }\r\n}", "RequestHeaders": { @@ -266,7 +266,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8344?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODM0ND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODM0ND9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps4232\",\r\n \"authenticationSettings\": {},\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"ps2024\",\r\n \"query\": \"ps8863\"\r\n },\r\n \"apiRevision\": \"1\",\r\n \"isCurrent\": true,\r\n \"subscriptionRequired\": true,\r\n \"displayName\": \"ps7859\",\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/newapinew\",\r\n \"path\": \"ps4000\",\r\n \"protocols\": [\r\n \"Https\"\r\n ]\r\n }\r\n}", "RequestHeaders": { @@ -341,7 +341,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8344?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODM0ND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODM0ND9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps4232\",\r\n \"authenticationSettings\": {},\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"ps2024\",\r\n \"query\": \"ps8863\"\r\n },\r\n \"apiRevision\": \"1\",\r\n \"isCurrent\": true,\r\n \"subscriptionRequired\": true,\r\n \"displayName\": \"ps7859\",\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/updateapi\",\r\n \"path\": \"ps4000\",\r\n \"protocols\": [\r\n \"https\"\r\n ]\r\n }\r\n}", "RequestHeaders": { @@ -416,7 +416,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8344?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODM0ND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODM0ND9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -479,7 +479,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8344?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODM0ND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODM0ND9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -545,7 +545,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8344?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODM0ND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODM0ND9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -611,7 +611,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -674,7 +674,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis/ps8344?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXMvcHM4MzQ0P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXMvcHM4MzQ0P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { @@ -866,7 +866,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis/ps8344?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXMvcHM4MzQ0P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXMvcHM4MzQ0P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -926,7 +926,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8344?deleteRevisions=true&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODM0ND9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODM0ND9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCrudWebSocketTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCrudWebSocketTest.json index 593c1abdc9f6..6e65b8a9aaaf 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCrudWebSocketTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiCrudWebSocketTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8843?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODg0Mz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODg0Mz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps8091\",\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"ps7801\",\r\n \"query\": \"ps2871\"\r\n },\r\n \"type\": \"WebSocket\",\r\n \"termsOfServiceUrl\": \"microsoft.com\",\r\n \"contact\": {\r\n \"name\": \"ps239\",\r\n \"url\": \"microsoft.com\",\r\n \"email\": \"contoso@microsoft.com\"\r\n },\r\n \"license\": {\r\n \"name\": \"ps7920\",\r\n \"url\": \"microsoft.com\"\r\n },\r\n \"displayName\": \"ps5335\",\r\n \"serviceUrl\": \"ws://newechoapi.cloudapp.net/newapi\",\r\n \"path\": \"ps6165\",\r\n \"protocols\": [\r\n \"Ws\",\r\n \"Wss\"\r\n ]\r\n }\r\n}", "RequestHeaders": { @@ -74,7 +74,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8843?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODg0Mz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODg0Mz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps9514\",\r\n \"authenticationSettings\": {},\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"ps2234\",\r\n \"query\": \"ps7138\"\r\n },\r\n \"type\": \"WebSocket\",\r\n \"apiRevision\": \"1\",\r\n \"isCurrent\": true,\r\n \"subscriptionRequired\": true,\r\n \"termsOfServiceUrl\": \"changed.microsoft.com\",\r\n \"contact\": {\r\n \"name\": \"ps400\",\r\n \"url\": \"changed.microsoft.com\",\r\n \"email\": \"changed.contoso@microsoft.com\"\r\n },\r\n \"license\": {\r\n \"name\": \"ps9978\",\r\n \"url\": \"changed.microsoft.com\"\r\n },\r\n \"displayName\": \"ps5044\",\r\n \"serviceUrl\": \"ws://newechoapi.cloudapp.net/newapinew\",\r\n \"path\": \"ps8406\",\r\n \"protocols\": [\r\n \"Ws\"\r\n ]\r\n }\r\n}", "RequestHeaders": { @@ -149,7 +149,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8843?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODg0Mz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODg0Mz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -212,7 +212,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8843?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODg0Mz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODg0Mz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -278,7 +278,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -341,7 +341,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis/ps8843?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXMvcHM4ODQzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXMvcHM4ODQzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { @@ -533,7 +533,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis/ps8843?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXMvcHM4ODQzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXMvcHM4ODQzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -593,7 +593,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8843?deleteRevisions=true&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODg0Mz9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODg0Mz9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiDiagnosticCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiDiagnosticCrudTest.json index 086ea1075deb..48ff14f7e4c4 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiDiagnosticCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiDiagnosticCrudTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -65,7 +65,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/diagnostics?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL2RpYWdub3N0aWNzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL2RpYWdub3N0aWNzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -128,7 +128,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/diagnostics?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL2RpYWdub3N0aWNzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL2RpYWdub3N0aWNzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -191,7 +191,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps5839?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzNTgzOT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzNTgzOT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"loggerType\": \"applicationInsights\",\r\n \"description\": \"ps7270\",\r\n \"credentials\": {\r\n \"instrumentationKey\": \"e2c9fc13-375a-4468-814d-a3acd13dfb4f\"\r\n },\r\n \"isBuffered\": true\r\n }\r\n}", "RequestHeaders": { @@ -665,7 +665,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps5839?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzNTgzOT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzNTgzOT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -728,7 +728,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportOpenApiJsonTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportOpenApiJsonTest.json index 0cdf71c071f8..9a8920f14f71 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportOpenApiJsonTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportOpenApiJsonTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3611?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzYxMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzYxMT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"openapifromFile\",\r\n \"value\": \"{\\r\\n \\\"openapi\\\": \\\"3.0.0\\\",\\r\\n \\\"servers\\\": [\\r\\n {\\r\\n \\\"url\\\": \\\"http://petstore.swagger.io/v2\\\"\\r\\n }\\r\\n ],\\r\\n \\\"info\\\": {\\r\\n \\\"description\\\": \\\":dog: :cat: :rabbit: This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.\\\",\\r\\n \\\"version\\\": \\\"1.0.0\\\",\\r\\n \\\"title\\\": \\\"Swagger Petstore\\\",\\r\\n \\\"termsOfService\\\": \\\"http://swagger.io/terms/\\\",\\r\\n \\\"contact\\\": {\\r\\n \\\"email\\\": \\\"apiteam@swagger.io\\\"\\r\\n },\\r\\n \\\"license\\\": {\\r\\n \\\"name\\\": \\\"Apache 2.0\\\",\\r\\n \\\"url\\\": \\\"http://www.apache.org/licenses/LICENSE-2.0.html\\\"\\r\\n }\\r\\n },\\r\\n \\\"tags\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"pet\\\",\\r\\n \\\"description\\\": \\\"Everything about your Pets\\\",\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"Find out more\\\",\\r\\n \\\"url\\\": \\\"http://swagger.io\\\"\\r\\n }\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"store\\\",\\r\\n \\\"description\\\": \\\"Access to Petstore orders\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"user\\\",\\r\\n \\\"description\\\": \\\"Operations about user\\\",\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"Find out more about our store\\\",\\r\\n \\\"url\\\": \\\"http://swagger.io\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"paths\\\": {\\r\\n \\\"/pet\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"pet\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Add a new pet to the store\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"addPet\\\",\\r\\n \\\"responses\\\": {\\r\\n \\\"405\\\": {\\r\\n \\\"description\\\": \\\"Invalid input\\\"\\r\\n }\\r\\n },\\r\\n \\\"security\\\": [\\r\\n {\\r\\n \\\"petstore_auth\\\": [\\r\\n \\\"write:pets\\\",\\r\\n \\\"read:pets\\\"\\r\\n ]\\r\\n }\\r\\n ],\\r\\n \\\"requestBody\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/requestBodies/Pet\\\"\\r\\n },\\r\\n \\\"parameters\\\": []\\r\\n },\\r\\n \\\"put\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"pet\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Update an existing pet\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"updatePet\\\",\\r\\n \\\"responses\\\": {\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid ID supplied\\\"\\r\\n },\\r\\n \\\"404\\\": {\\r\\n \\\"description\\\": \\\"Pet not found\\\"\\r\\n },\\r\\n \\\"405\\\": {\\r\\n \\\"description\\\": \\\"Validation exception\\\"\\r\\n }\\r\\n },\\r\\n \\\"security\\\": [\\r\\n {\\r\\n \\\"petstore_auth\\\": [\\r\\n \\\"write:pets\\\",\\r\\n \\\"read:pets\\\"\\r\\n ]\\r\\n }\\r\\n ],\\r\\n \\\"requestBody\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/requestBodies/Pet\\\"\\r\\n },\\r\\n \\\"parameters\\\": []\\r\\n }\\r\\n },\\r\\n \\\"/pet/findByStatus\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"pet\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Finds Pets by status\\\",\\r\\n \\\"description\\\": \\\"Multiple status values can be provided with comma separated strings\\\",\\r\\n \\\"operationId\\\": \\\"findPetsByStatus\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"status\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"Status values that need to be considered for filter\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"explode\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"enum\\\": [\\r\\n \\\"available\\\",\\r\\n \\\"pending\\\",\\r\\n \\\"sold\\\"\\r\\n ],\\r\\n \\\"default\\\": \\\"available\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\",\\r\\n \\\"content\\\": {\\r\\n \\\"application/xml\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Pet\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Pet\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid status value\\\"\\r\\n }\\r\\n },\\r\\n \\\"security\\\": [\\r\\n {\\r\\n \\\"petstore_auth\\\": [\\r\\n \\\"write:pets\\\",\\r\\n \\\"read:pets\\\"\\r\\n ]\\r\\n }\\r\\n ]\\r\\n }\\r\\n },\\r\\n \\\"/pet/findByTags\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"pet\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Finds Pets by tags\\\",\\r\\n \\\"description\\\": \\\"Muliple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.\\\",\\r\\n \\\"operationId\\\": \\\"findPetsByTags\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"tags\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"Tags to filter by\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"explode\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\",\\r\\n \\\"content\\\": {\\r\\n \\\"application/xml\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Pet\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Pet\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid tag value\\\"\\r\\n }\\r\\n },\\r\\n \\\"security\\\": [\\r\\n {\\r\\n \\\"petstore_auth\\\": [\\r\\n \\\"write:pets\\\",\\r\\n \\\"read:pets\\\"\\r\\n ]\\r\\n }\\r\\n ],\\r\\n \\\"deprecated\\\": true\\r\\n }\\r\\n },\\r\\n \\\"/pet/{petId}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"pet\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Find pet by ID\\\",\\r\\n \\\"description\\\": \\\"Returns a single pet\\\",\\r\\n \\\"operationId\\\": \\\"getPetById\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"petId\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet to return\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\",\\r\\n \\\"content\\\": {\\r\\n \\\"application/xml\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Pet\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid ID supplied\\\"\\r\\n },\\r\\n \\\"404\\\": {\\r\\n \\\"description\\\": \\\"Pet not found\\\"\\r\\n }\\r\\n },\\r\\n \\\"security\\\": [\\r\\n {\\r\\n \\\"api_key\\\": []\\r\\n }\\r\\n ]\\r\\n },\\r\\n \\\"post\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"pet\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Updates a pet in the store with form data\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"updatePetWithForm\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"petId\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet that needs to be updated\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"405\\\": {\\r\\n \\\"description\\\": \\\"Invalid input\\\"\\r\\n }\\r\\n },\\r\\n \\\"security\\\": [\\r\\n {\\r\\n \\\"petstore_auth\\\": [\\r\\n \\\"write:pets\\\",\\r\\n \\\"read:pets\\\"\\r\\n ]\\r\\n }\\r\\n ],\\r\\n \\\"requestBody\\\": {\\r\\n \\\"content\\\": {\\r\\n \\\"application/x-www-form-urlencoded\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"name\\\": {\\r\\n \\\"description\\\": \\\"Updated name of the pet\\\",\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"status\\\": {\\r\\n \\\"description\\\": \\\"Updated status of the pet\\\",\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"delete\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"pet\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Deletes a pet\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"deletePet\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"api_key\\\",\\r\\n \\\"in\\\": \\\"header\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"petId\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"Pet id to delete\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid ID supplied\\\"\\r\\n },\\r\\n \\\"404\\\": {\\r\\n \\\"description\\\": \\\"Pet not found\\\"\\r\\n }\\r\\n },\\r\\n \\\"security\\\": [\\r\\n {\\r\\n \\\"petstore_auth\\\": [\\r\\n \\\"write:pets\\\",\\r\\n \\\"read:pets\\\"\\r\\n ]\\r\\n }\\r\\n ]\\r\\n }\\r\\n },\\r\\n \\\"/pet/{petId}/uploadImage\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"pet\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"uploads an image\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"uploadFile\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"petId\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet to update\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\",\\r\\n \\\"content\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/ApiResponse\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"security\\\": [\\r\\n {\\r\\n \\\"petstore_auth\\\": [\\r\\n \\\"write:pets\\\",\\r\\n \\\"read:pets\\\"\\r\\n ]\\r\\n }\\r\\n ],\\r\\n \\\"requestBody\\\": {\\r\\n \\\"content\\\": {\\r\\n \\\"application/octet-stream\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"binary\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/store/inventory\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"store\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Returns pet inventories by status\\\",\\r\\n \\\"description\\\": \\\"Returns a map of status codes to quantities\\\",\\r\\n \\\"operationId\\\": \\\"getInventory\\\",\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\",\\r\\n \\\"content\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"additionalProperties\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"security\\\": [\\r\\n {\\r\\n \\\"api_key\\\": []\\r\\n }\\r\\n ],\\r\\n \\\"parameters\\\": []\\r\\n }\\r\\n },\\r\\n \\\"/store/order\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"store\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Place an order for a pet\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"placeOrder\\\",\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\",\\r\\n \\\"content\\\": {\\r\\n \\\"application/xml\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Order\\\"\\r\\n }\\r\\n },\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Order\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid Order\\\"\\r\\n }\\r\\n },\\r\\n \\\"requestBody\\\": {\\r\\n \\\"content\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Order\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"description\\\": \\\"order placed for purchasing the pet\\\",\\r\\n \\\"required\\\": true\\r\\n },\\r\\n \\\"parameters\\\": []\\r\\n }\\r\\n },\\r\\n \\\"/store/order/{orderId}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"store\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Find purchase order by ID\\\",\\r\\n \\\"description\\\": \\\"For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions\\\",\\r\\n \\\"operationId\\\": \\\"getOrderById\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"orderId\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet that needs to be fetched\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\",\\r\\n \\\"minimum\\\": 1,\\r\\n \\\"maximum\\\": 10\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\",\\r\\n \\\"content\\\": {\\r\\n \\\"application/xml\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Order\\\"\\r\\n }\\r\\n },\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Order\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid ID supplied\\\"\\r\\n },\\r\\n \\\"404\\\": {\\r\\n \\\"description\\\": \\\"Order not found\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"delete\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"store\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Delete purchase order by ID\\\",\\r\\n \\\"description\\\": \\\"For valid response try integer IDs with positive integer value. Negative or non-integer values will generate API errors\\\",\\r\\n \\\"operationId\\\": \\\"deleteOrder\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"orderId\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of the order that needs to be deleted\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\",\\r\\n \\\"minimum\\\": 1\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid ID supplied\\\"\\r\\n },\\r\\n \\\"404\\\": {\\r\\n \\\"description\\\": \\\"Order not found\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/user\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"user\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Create user\\\",\\r\\n \\\"description\\\": \\\"This can only be done by the logged in user.\\\",\\r\\n \\\"operationId\\\": \\\"createUser\\\",\\r\\n \\\"responses\\\": {\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\"\\r\\n }\\r\\n },\\r\\n \\\"requestBody\\\": {\\r\\n \\\"content\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/User\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"description\\\": \\\"Created user object\\\",\\r\\n \\\"required\\\": true\\r\\n },\\r\\n \\\"parameters\\\": []\\r\\n }\\r\\n },\\r\\n \\\"/user/createWithArray\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"user\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Creates list of users with given input array\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"createUsersWithArrayInput\\\",\\r\\n \\\"responses\\\": {\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\"\\r\\n }\\r\\n },\\r\\n \\\"requestBody\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/requestBodies/UserArray\\\"\\r\\n },\\r\\n \\\"parameters\\\": []\\r\\n }\\r\\n },\\r\\n \\\"/user/createWithList\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"user\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Creates list of users with given input array\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"createUsersWithListInput\\\",\\r\\n \\\"responses\\\": {\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\"\\r\\n }\\r\\n },\\r\\n \\\"requestBody\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/requestBodies/UserArray\\\"\\r\\n },\\r\\n \\\"parameters\\\": []\\r\\n }\\r\\n },\\r\\n \\\"/user/login\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"user\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Logs user into the system\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"loginUser\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"username\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"The user name for login\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"password\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"The password for login in clear text\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"password\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\",\\r\\n \\\"headers\\\": {\\r\\n \\\"X-Rate-Limit\\\": {\\r\\n \\\"description\\\": \\\"calls per hour allowed by the user\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n }\\r\\n },\\r\\n \\\"X-Expires-After\\\": {\\r\\n \\\"description\\\": \\\"date in UTC when token expires\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"date-time\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"content\\\": {\\r\\n \\\"application/xml\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n },\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid username/password supplied\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/user/logout\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"user\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Logs out current logged in user session\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"logoutUser\\\",\\r\\n \\\"responses\\\": {\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\"\\r\\n }\\r\\n },\\r\\n \\\"parameters\\\": []\\r\\n }\\r\\n },\\r\\n \\\"/user/{username}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"user\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Get user by user name\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"getUserByName\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"username\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"The name that needs to be fetched. Use user1 for testing. \\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\",\\r\\n \\\"content\\\": {\\r\\n \\\"application/xml\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/User\\\"\\r\\n }\\r\\n },\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/User\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid username supplied\\\"\\r\\n },\\r\\n \\\"404\\\": {\\r\\n \\\"description\\\": \\\"User not found\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"put\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"user\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Updated user\\\",\\r\\n \\\"description\\\": \\\"This can only be done by the logged in user.\\\",\\r\\n \\\"operationId\\\": \\\"updateUser\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"username\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"name that need to be updated\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid user supplied\\\"\\r\\n },\\r\\n \\\"404\\\": {\\r\\n \\\"description\\\": \\\"User not found\\\"\\r\\n }\\r\\n },\\r\\n \\\"requestBody\\\": {\\r\\n \\\"content\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/User\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"description\\\": \\\"Updated user object\\\",\\r\\n \\\"required\\\": true\\r\\n }\\r\\n },\\r\\n \\\"delete\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"user\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Delete user\\\",\\r\\n \\\"description\\\": \\\"This can only be done by the logged in user.\\\",\\r\\n \\\"operationId\\\": \\\"deleteUser\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"username\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"The name that needs to be deleted\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid username supplied\\\"\\r\\n },\\r\\n \\\"404\\\": {\\r\\n \\\"description\\\": \\\"User not found\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"See AsyncAPI example\\\",\\r\\n \\\"url\\\": \\\"https://mermade.github.io/shins/asyncapi.html\\\"\\r\\n },\\r\\n \\\"components\\\": {\\r\\n \\\"schemas\\\": {\\r\\n \\\"Order\\\": {\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"petId\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"quantity\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n },\\r\\n \\\"shipDate\\\": {\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"date-time\\\"\\r\\n },\\r\\n \\\"status\\\": {\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"description\\\": \\\"Order Status\\\",\\r\\n \\\"enum\\\": [\\r\\n \\\"placed\\\",\\r\\n \\\"approved\\\",\\r\\n \\\"delivered\\\"\\r\\n ]\\r\\n },\\r\\n \\\"complete\\\": {\\r\\n \\\"type\\\": \\\"boolean\\\",\\r\\n \\\"default\\\": false\\r\\n }\\r\\n },\\r\\n \\\"xml\\\": {\\r\\n \\\"name\\\": \\\"Order\\\"\\r\\n }\\r\\n },\\r\\n \\\"Category\\\": {\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n },\\r\\n \\\"xml\\\": {\\r\\n \\\"name\\\": \\\"Category\\\"\\r\\n }\\r\\n },\\r\\n \\\"User\\\": {\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"username\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"firstName\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"lastName\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"email\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"password\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"phone\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"userStatus\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\",\\r\\n \\\"description\\\": \\\"User Status\\\"\\r\\n }\\r\\n },\\r\\n \\\"xml\\\": {\\r\\n \\\"name\\\": \\\"User\\\"\\r\\n }\\r\\n },\\r\\n \\\"Tag\\\": {\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n },\\r\\n \\\"xml\\\": {\\r\\n \\\"name\\\": \\\"Tag\\\"\\r\\n }\\r\\n },\\r\\n \\\"Pet\\\": {\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"required\\\": [\\r\\n \\\"name\\\",\\r\\n \\\"photoUrls\\\"\\r\\n ],\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"category\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Category\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"example\\\": \\\"doggie\\\"\\r\\n },\\r\\n \\\"photoUrls\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"xml\\\": {\\r\\n \\\"name\\\": \\\"photoUrl\\\",\\r\\n \\\"wrapped\\\": true\\r\\n },\\r\\n \\\"items\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n },\\r\\n \\\"tags\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"xml\\\": {\\r\\n \\\"name\\\": \\\"tag\\\",\\r\\n \\\"wrapped\\\": true\\r\\n },\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Tag\\\"\\r\\n }\\r\\n },\\r\\n \\\"status\\\": {\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"description\\\": \\\"pet status in the store\\\",\\r\\n \\\"enum\\\": [\\r\\n \\\"available\\\",\\r\\n \\\"pending\\\",\\r\\n \\\"sold\\\"\\r\\n ]\\r\\n }\\r\\n },\\r\\n \\\"xml\\\": {\\r\\n \\\"name\\\": \\\"Pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"ApiResponse\\\": {\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"code\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n },\\r\\n \\\"type\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"message\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"requestBodies\\\": {\\r\\n \\\"Pet\\\": {\\r\\n \\\"content\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"application/xml\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Pet\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"description\\\": \\\"Pet object that needs to be added to the store\\\",\\r\\n \\\"required\\\": true\\r\\n },\\r\\n \\\"UserArray\\\": {\\r\\n \\\"content\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/User\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"description\\\": \\\"List of user object\\\",\\r\\n \\\"required\\\": true\\r\\n }\\r\\n },\\r\\n \\\"securitySchemes\\\": {\\r\\n \\\"petstore_auth\\\": {\\r\\n \\\"type\\\": \\\"oauth2\\\",\\r\\n \\\"flows\\\": {\\r\\n \\\"implicit\\\": {\\r\\n \\\"authorizationUrl\\\": \\\"http://petstore.swagger.io/oauth/dialog\\\",\\r\\n \\\"scopes\\\": {\\r\\n \\\"write:pets\\\": \\\"modify pets in your account\\\",\\r\\n \\\"read:pets\\\": \\\"read your pets\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"api_key\\\": {\\r\\n \\\"type\\\": \\\"apiKey\\\",\\r\\n \\\"name\\\": \\\"api_key\\\",\\r\\n \\\"in\\\": \\\"header\\\"\\r\\n }\\r\\n },\\r\\n \\\"links\\\": {},\\r\\n \\\"callbacks\\\": {}\\r\\n },\\r\\n \\\"security\\\": []\\r\\n}\",\r\n \"format\": \"openapi\"\r\n }\r\n}", "RequestHeaders": { @@ -71,7 +71,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3611?api-version=2022-08-01&asyncId=62474a74217d200d902d7da5&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzYxMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzRhNzQyMTdkMjAwZDkwMmQ3ZGE1JmFzeW5jQ29kZT0yMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzYxMT9hcGktdmVyc2lvbj0yMDIyLTA4LTAxJmFzeW5jSWQ9NjI0NzRhNzQyMTdkMjAwZDkwMmQ3ZGE1JmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -134,7 +134,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3611?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzYxMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzYxMT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -200,7 +200,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3611/schemas?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzYxMS9zY2hlbWFzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzYxMS9zY2hlbWFzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -338,7 +338,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3611?deleteRevisions=true&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzYxMT9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzYxMT9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportOpenApiTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportOpenApiTest.json index aaa7558e2c39..e4dbccfbc130 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportOpenApiTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportOpenApiTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps120?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTIwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTIwP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"openapifromFile\",\r\n \"value\": \"openapi: 3.0.1\\r\\nservers:\\r\\n - url: 'https://developer.uspto.gov/ds-api'\\r\\ninfo:\\r\\n description: >-\\r\\n The Data Set API (DSAPI) allows the public users to discover and search\\r\\n USPTO exported data sets. This is a generic API that allows USPTO users to\\r\\n make any CSV based data files searchable through API. With the help of GET\\r\\n call, it returns the list of data fields that are searchable. With the help\\r\\n of POST call, data can be fetched based on the filters on the field names.\\r\\n Please note that POST call is used to search the actual data. The reason for\\r\\n the POST call is that it allows users to specify any complex search criteria\\r\\n without worry about the GET size limitations as well as encoding of the\\r\\n input parameters.\\r\\n version: 1.0.0\\r\\n title: USPTO Data Set API\\r\\n contact:\\r\\n name: Open Data Portal\\r\\n url: 'https://developer.uspto.gov'\\r\\n email: developer@uspto.gov\\r\\ntags:\\r\\n - name: metadata\\r\\n description: Find out about the data sets\\r\\n - name: search\\r\\n description: Search a data set\\r\\npaths:\\r\\n /:\\r\\n get:\\r\\n tags:\\r\\n - metadata\\r\\n operationId: list-data-sets\\r\\n summary: List available data sets\\r\\n responses:\\r\\n '200':\\r\\n description: Returns a list of data sets\\r\\n content:\\r\\n application/json:\\r\\n schema:\\r\\n $ref: '#/components/schemas/dataSetList'\\r\\n example:\\r\\n {\\r\\n \\\"total\\\": 2,\\r\\n \\\"apis\\\": [\\r\\n {\\r\\n \\\"apiKey\\\": \\\"oa_citations\\\",\\r\\n \\\"apiVersionNumber\\\": \\\"v1\\\",\\r\\n \\\"apiUrl\\\": \\\"https://developer.uspto.gov/ds-api/oa_citations/v1/fields\\\",\\r\\n \\\"apiDocumentationUrl\\\": \\\"https://developer.uspto.gov/ds-api-docs/index.html?url=https://developer.uspto.gov/ds-api/swagger/docs/oa_citations.json\\\"\\r\\n },\\r\\n {\\r\\n \\\"apiKey\\\": \\\"cancer_moonshot\\\",\\r\\n \\\"apiVersionNumber\\\": \\\"v1\\\",\\r\\n \\\"apiUrl\\\": \\\"https://developer.uspto.gov/ds-api/cancer_moonshot/v1/fields\\\",\\r\\n \\\"apiDocumentationUrl\\\": \\\"https://developer.uspto.gov/ds-api-docs/index.html?url=https://developer.uspto.gov/ds-api/swagger/docs/cancer_moonshot.json\\\"\\r\\n }\\r\\n ]\\r\\n }\\r\\n /{dataset}/{version}/fields:\\r\\n get:\\r\\n tags:\\r\\n - metadata\\r\\n summary: >-\\r\\n Provides the general information about the API and the list of fields\\r\\n that can be used to query the dataset.\\r\\n description: >-\\r\\n This GET API returns the list of all the searchable field names that are\\r\\n in the oa_citations. Please see the 'fields' attribute which returns an\\r\\n array of field names. Each field or a combination of fields can be\\r\\n searched using the syntax options shown below.\\r\\n operationId: list-searchable-fields\\r\\n parameters:\\r\\n - name: dataset\\r\\n in: path\\r\\n description: 'Name of the dataset.'\\r\\n required: true\\r\\n example: \\\"oa_citations\\\"\\r\\n schema:\\r\\n type: string\\r\\n - name: version\\r\\n in: path\\r\\n description: Version of the dataset.\\r\\n required: true\\r\\n example: \\\"v1\\\"\\r\\n schema:\\r\\n type: string\\r\\n responses:\\r\\n '200':\\r\\n description: >-\\r\\n The dataset API for the given version is found and it is accessible\\r\\n to consume.\\r\\n content:\\r\\n application/json:\\r\\n schema:\\r\\n type: string\\r\\n '404':\\r\\n description: >-\\r\\n The combination of dataset name and version is not found in the\\r\\n system or it is not published yet to be consumed by public.\\r\\n content:\\r\\n application/json:\\r\\n schema:\\r\\n type: string\\r\\n /{dataset}/{version}/records:\\r\\n post:\\r\\n tags:\\r\\n - search\\r\\n summary: >-\\r\\n Provides search capability for the data set with the given search\\r\\n criteria.\\r\\n description: >-\\r\\n This API is based on Solr/Lucense Search. The data is indexed using\\r\\n SOLR. This GET API returns the list of all the searchable field names\\r\\n that are in the Solr Index. Please see the 'fields' attribute which\\r\\n returns an array of field names. Each field or a combination of fields\\r\\n can be searched using the Solr/Lucene Syntax. Please refer\\r\\n https://lucene.apache.org/core/3_6_2/queryparsersyntax.html#Overview for\\r\\n the query syntax. List of field names that are searchable can be\\r\\n determined using above GET api.\\r\\n operationId: perform-search\\r\\n parameters:\\r\\n - name: version\\r\\n in: path\\r\\n description: Version of the dataset.\\r\\n required: true\\r\\n schema:\\r\\n type: string\\r\\n default: v1\\r\\n - name: dataset\\r\\n in: path\\r\\n description: 'Name of the dataset. In this case, the default value is oa_citations'\\r\\n required: true\\r\\n schema:\\r\\n type: string\\r\\n default: oa_citations\\r\\n responses:\\r\\n '200':\\r\\n description: successful operation\\r\\n content:\\r\\n application/json:\\r\\n schema:\\r\\n type: array\\r\\n items:\\r\\n type: object\\r\\n additionalProperties:\\r\\n type: object\\r\\n '404':\\r\\n description: No matching record found for the given criteria.\\r\\n requestBody:\\r\\n content:\\r\\n application/x-www-form-urlencoded:\\r\\n schema:\\r\\n type: object\\r\\n properties:\\r\\n criteria:\\r\\n description: >-\\r\\n Uses Lucene Query Syntax in the format of\\r\\n propertyName:value, propertyName:[num1 TO num2] and date\\r\\n range format: propertyName:[yyyyMMdd TO yyyyMMdd]. In the\\r\\n response please see the 'docs' element which has the list of\\r\\n record objects. Each record structure would consist of all\\r\\n the fields and their corresponding values.\\r\\n type: string\\r\\n default: '*:*'\\r\\n start:\\r\\n description: Starting record number. Default value is 0.\\r\\n type: integer\\r\\n default: 0\\r\\n rows:\\r\\n description: >-\\r\\n Specify number of rows to be returned. If you run the search\\r\\n with default values, in the response you will see 'numFound'\\r\\n attribute which will tell the number of records available in\\r\\n the dataset.\\r\\n type: integer\\r\\n default: 100\\r\\n required:\\r\\n - criteria\\r\\ncomponents:\\r\\n schemas:\\r\\n dataSetList:\\r\\n type: object\\r\\n properties:\\r\\n total:\\r\\n type: integer\\r\\n apis:\\r\\n type: array\\r\\n items:\\r\\n type: object\\r\\n properties:\\r\\n apiKey:\\r\\n type: string\\r\\n description: To be used as a dataset parameter value\\r\\n apiVersionNumber:\\r\\n type: string\\r\\n description: To be used as a version parameter value\\r\\n apiUrl:\\r\\n type: string\\r\\n format: uriref\\r\\n description: \\\"The URL describing the dataset's fields\\\"\\r\\n apiDocumentationUrl:\\r\\n type: string\\r\\n format: uriref\\r\\n description: A URL to the API console for each API\",\r\n \"format\": \"openapi\"\r\n }\r\n}", "RequestHeaders": { @@ -71,7 +71,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps120?api-version=2022-08-01&asyncId=62474b27217d200d902d7dd5&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTIwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDEmYXN5bmNJZD02MjQ3NGIyNzIxN2QyMDBkOTAyZDdkZDUmYXN5bmNDb2RlPTIwMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTIwP2FwaS12ZXJzaW9uPTIwMjItMDgtMDEmYXN5bmNJZD02MjQ3NGIyNzIxN2QyMDBkOTAyZDdkZDUmYXN5bmNDb2RlPTIwMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -134,7 +134,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps120?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTIwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTIwP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -200,7 +200,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4545?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDU0NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDU0NT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"openapifromUrl\",\r\n \"value\": \"https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/examples/v3.0/petstore.yaml\",\r\n \"format\": \"openapi-link\"\r\n }\r\n}", "RequestHeaders": { @@ -269,7 +269,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4545?api-version=2022-08-01&asyncId=62474b46217d200d902d7dda&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDU0NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzRiNDYyMTdkMjAwZDkwMmQ3ZGRhJmFzeW5jQ29kZT0yMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDU0NT9hcGktdmVyc2lvbj0yMDIyLTA4LTAxJmFzeW5jSWQ9NjI0NzRiNDYyMTdkMjAwZDkwMmQ3ZGRhJmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -332,7 +332,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4545?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDU0NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDU0NT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -536,7 +536,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps120?deleteRevisions=true&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTIwP2RlbGV0ZVJldmlzaW9ucz10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTIwP2RlbGV0ZVJldmlzaW9ucz10cnVlJmFwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -599,7 +599,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4545?deleteRevisions=true&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDU0NT9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDU0NT9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportSwaggerTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportSwaggerTest.json index b926c65fdd30..301a7f2edc43 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportSwaggerTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportSwaggerTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1938?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTkzOD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTkzOD9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"swaggerapifromFile\",\r\n \"value\": \"{\\r\\n \\\"x-comment\\\": \\\"This file was extended from /github.com/swagger-api/swagger-spec/blob/master/examples/v2.0/json/petstore-with-external-docs.json\\\",\\r\\n \\\"swagger\\\": \\\"2.0\\\",\\r\\n \\\"info\\\": {\\r\\n \\\"version\\\": \\\"1.0.0\\\",\\r\\n \\\"title\\\": \\\"Swagger Petstore Extensive\\\",\\r\\n \\\"description\\\": \\\"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\\\",\\r\\n \\\"termsOfService\\\": \\\"http://helloreverb.com/terms/\\\",\\r\\n \\\"contact\\\": {\\r\\n \\\"name\\\": \\\"Wordnik API Team\\\",\\r\\n \\\"email\\\": \\\"foo@example.com\\\",\\r\\n \\\"url\\\": \\\"http://madskristensen.net\\\"\\r\\n },\\r\\n \\\"license\\\": {\\r\\n \\\"name\\\": \\\"MIT\\\",\\r\\n \\\"url\\\": \\\"http://github.com/gruntjs/grunt/blob/master/LICENSE-MIT\\\"\\r\\n }\\r\\n },\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"host\\\": \\\"petstore.swagger.wordnik.com\\\",\\r\\n \\\"basePath\\\": \\\"/api\\\",\\r\\n \\\"schemes\\\": [\\r\\n \\\"http\\\"\\r\\n ],\\r\\n \\\"consumes\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"paths\\\": {\\r\\n \\\"/mySamplePath?willbeignored={willbeignored}\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"Dummy desc\\\",\\r\\n \\\"operationId\\\": \\\"dummyid1\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyDateHeaderParam\\\",\\r\\n \\\"in\\\": \\\"header\\\",\\r\\n \\\"description\\\": \\\"dummyDateHeaderParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"date\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyReqQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyNotReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyNotReqQueryParam description\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyBodyParam\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"dummyBodyParam description\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\",\\r\\n \\\"example\\\": {\\r\\n \\\"id\\\": 2,\\r\\n \\\"name\\\": \\\"myreqpet\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"headers\\\": {\\r\\n \\\"header1\\\": {\\r\\n \\\"description\\\": \\\"sampleheader\\\",\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n },\\r\\n \\\"examples\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"id\\\": 3,\\r\\n \\\"name\\\": \\\"myresppet\\\" \\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/resourceWithFormData\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"resourceWithFormData desc\\\",\\r\\n \\\"operationId\\\": \\\"resourceWithFormDataPOST\\\",\\r\\n \\\"consumes\\\": [ \\\"multipart/form-data\\\" ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyFormDataParam\\\",\\r\\n \\\"in\\\": \\\"formData\\\",\\r\\n \\\"description\\\": \\\"dummyFormDataParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyReqQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"sample response\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/mySamplePath2?definedQueryParam={definedQueryParam}\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"produces\\\": [\\r\\n \\\"contenttype1\\\",\\r\\n \\\"application/xml\\\"\\r\\n ],\\r\\n \\\"description\\\": \\\"Dummy desc\\\",\\r\\n \\\"operationId\\\": \\\"dummyid2\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/parameters/dummyQueryParameterDef\\\"\\r\\n },\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/parameters/dummyBodyParameterDef\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"204\\\": {\\r\\n \\\"$ref\\\": \\\"#/responses/dummyResponseDef\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets2?dummyParam={dummyParam}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Dummy description\\\",\\r\\n \\\"operationId\\\": \\\"dummyOperationId\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyParam desc\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"collectionFormat\\\": \\\"csv\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"limit\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"maximum number of results to return\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Returns all pets from the system that the user has access to\\\",\\r\\n \\\"operationId\\\": \\\"findPets\\\",\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\",\\r\\n \\\"application/xml\\\"\\r\\n ],\\r\\n \\\"consumes\\\": [\\r\\n \\\"text/xml\\\",\\r\\n \\\"text/html\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"tags\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"tags to filter by\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"collectionFormat\\\": \\\"csv\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"limit\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"maximum number of results to return\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"Creates a new pet in the store. Duplicates are allowed\\\",\\r\\n \\\"operationId\\\": \\\"addPet\\\",\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"pet\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"Pet to add to the store\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/newPet\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets/{id}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Returns a user based on a single ID, if the user does not have access to the pet\\\",\\r\\n \\\"operationId\\\": \\\"findPetById\\\",\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\",\\r\\n \\\"application/xml\\\",\\r\\n \\\"text/xml\\\",\\r\\n \\\"text/html\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"id\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet to fetch\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"delete\\\": {\\r\\n \\\"description\\\": \\\"deletes a single pet based on the ID supplied\\\",\\r\\n \\\"operationId\\\": \\\"deletePet\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"id\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet to delete\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"204\\\": {\\r\\n \\\"description\\\": \\\"pet deleted\\\"\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"definitions\\\": {\\r\\n \\\"pet\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"id\\\",\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"tag\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"newPet\\\": {\\r\\n \\\"allOf\\\": [\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n },\\r\\n {\\r\\n \\\"required\\\": [\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ]\\r\\n },\\r\\n \\\"errorModel\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"code\\\",\\r\\n \\\"message\\\"\\r\\n ],\\r\\n \\\"properties\\\": {\\r\\n \\\"code\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n },\\r\\n \\\"message\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"parameters\\\": {\\r\\n \\\"dummyBodyParameterDef\\\": {\\r\\n \\\"name\\\": \\\"definedBodyParam\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"definedBodyParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"title\\\": \\\"Example Schema\\\",\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"firstName\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"lastName\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"age\\\": {\\r\\n \\\"description\\\": \\\"Age in years\\\",\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"minimum\\\": 0\\r\\n }\\r\\n },\\r\\n \\\"required\\\": [ \\\"firstName\\\", \\\"lastName\\\" ]\\r\\n }\\r\\n },\\r\\n \\\"dummyQueryParameterDef\\\": {\\r\\n \\\"name\\\": \\\"definedQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"definedQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"whateverformat\\\"\\r\\n }\\r\\n },\\r\\n \\\"responses\\\": {\\r\\n \\\"dummyResponseDef\\\": {\\r\\n \\\"description\\\": \\\"dummyResponseDef description\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n },\\r\\n \\\"headers\\\": {\\r\\n \\\"header1\\\": {\\r\\n \\\"type\\\": \\\"integer\\\"\\r\\n },\\r\\n \\\"header2\\\": {\\r\\n \\\"type\\\": \\\"integer\\\"\\r\\n }\\r\\n },\\r\\n \\\"examples\\\": {\\r\\n \\\"contenttype1\\\": \\\"contenttype1 example\\\",\\r\\n \\\"contenttype2\\\": \\\"contenttype2 example\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n}\\r\\n\\r\\n\",\r\n \"format\": \"swagger-json\"\r\n }\r\n}", "RequestHeaders": { @@ -71,7 +71,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1938?api-version=2022-08-01&asyncId=624749d4217d200d902d7d8d&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTkzOD9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzQ5ZDQyMTdkMjAwZDkwMmQ3ZDhkJmFzeW5jQ29kZT0yMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTkzOD9hcGktdmVyc2lvbj0yMDIyLTA4LTAxJmFzeW5jSWQ9NjI0NzQ5ZDQyMTdkMjAwZDkwMmQ3ZDhkJmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -134,7 +134,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1938?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTkzOD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTkzOD9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -200,7 +200,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps5277?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNTI3Nz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNTI3Nz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"swaggerapifromUrl\",\r\n \"value\": \"http://petstore.swagger.io/v2/swagger.json\",\r\n \"format\": \"swagger-link-json\"\r\n }\r\n}", "RequestHeaders": { @@ -269,7 +269,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps5277?api-version=2022-08-01&asyncId=624749f6217d200d902d7d92&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNTI3Nz9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzQ5ZjYyMTdkMjAwZDkwMmQ3ZDkyJmFzeW5jQ29kZT0yMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNTI3Nz9hcGktdmVyc2lvbj0yMDIyLTA4LTAxJmFzeW5jSWQ9NjI0NzQ5ZjYyMTdkMjAwZDkwMmQ3ZDkyJmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -332,7 +332,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps5277?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNTI3Nz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNTI3Nz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -473,7 +473,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1938?deleteRevisions=true&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTkzOD9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTkzOD9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -536,7 +536,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps5277?deleteRevisions=true&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNTI3Nz9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNTI3Nz9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportWadlTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportWadlTest.json index 2eb9f8fb589a..10d4b488b563 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportWadlTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportWadlTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3926?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzkyNj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzkyNj9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"wadlapi\",\r\n \"value\": \"\\r\\n\\r\\n Yahoo News Search API\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\",\r\n \"format\": \"wadl-xml\"\r\n }\r\n}", "RequestHeaders": { @@ -71,7 +71,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3926?api-version=2022-08-01&asyncId=62474cd6217d200d902d7e52&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzkyNj9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzRjZDYyMTdkMjAwZDkwMmQ3ZTUyJmFzeW5jQ29kZT0yMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzkyNj9hcGktdmVyc2lvbj0yMDIyLTA4LTAxJmFzeW5jSWQ9NjI0NzRjZDYyMTdkMjAwZDkwMmQ3ZTUyJmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -134,7 +134,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3926?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzkyNj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzkyNj9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -200,7 +200,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3926/schemas?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzkyNi9zY2hlbWFzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzkyNi9zY2hlbWFzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -263,7 +263,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps3926?deleteRevisions=true&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzkyNj9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMzkyNj9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportWsdlTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportWsdlTest.json index 765f9d1f7da8..62b6f93187e0 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportWsdlTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiImportExportWsdlTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1240?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTI0MD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTI0MD9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"soapapifromFile\",\r\n \"value\": \"\\r\\n\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Gets Information for each WeatherID\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City Forecast Over the Next 7 Days, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City's Weather, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Gets Information for each WeatherID\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City Forecast Over the Next 7 Days, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City's Weather, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Gets Information for each WeatherID\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City Forecast Over the Next 7 Days, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City's Weather, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\",\r\n \"format\": \"wsdl\",\r\n \"wsdlSelector\": {\r\n \"wsdlServiceName\": \"Weather\",\r\n \"wsdlEndpointName\": \"WeatherSoap\"\r\n },\r\n \"apiType\": \"soap\"\r\n }\r\n}", "RequestHeaders": { @@ -71,7 +71,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1240?api-version=2022-08-01&asyncId=62474bf4217d200d902d7e22&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTI0MD9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzRiZjQyMTdkMjAwZDkwMmQ3ZTIyJmFzeW5jQ29kZT0yMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTI0MD9hcGktdmVyc2lvbj0yMDIyLTA4LTAxJmFzeW5jSWQ9NjI0NzRiZjQyMTdkMjAwZDkwMmQ3ZTIyJmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -134,7 +134,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1240?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTI0MD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTI0MD9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -200,7 +200,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4295?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDI5NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDI5NT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"soapapifromUrl\",\r\n \"value\": \"http://fazioapisoap.azurewebsites.net/fazioService.svc?singleWSDL\",\r\n \"format\": \"wsdl-link\",\r\n \"wsdlSelector\": {\r\n \"wsdlServiceName\": \"OrdersAPI\",\r\n \"wsdlEndpointName\": \"basic\"\r\n },\r\n \"apiType\": \"soap\"\r\n }\r\n}", "RequestHeaders": { @@ -269,7 +269,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4295?api-version=2022-08-01&asyncId=62474c13217d200d902d7e29&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDI5NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzRjMTMyMTdkMjAwZDkwMmQ3ZTI5JmFzeW5jQ29kZT0yMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDI5NT9hcGktdmVyc2lvbj0yMDIyLTA4LTAxJmFzeW5jSWQ9NjI0NzRjMTMyMTdkMjAwZDkwMmQ3ZTI5JmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -332,7 +332,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4295?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDI5NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDI5NT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -398,7 +398,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4295/schemas?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDI5NS9zY2hlbWFzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDI5NS9zY2hlbWFzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -536,7 +536,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1240?deleteRevisions=true&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTI0MD9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTI0MD9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -599,7 +599,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps4295?deleteRevisions=true&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDI5NT9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNDI5NT9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiRevisionCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiRevisionCrudTest.json index b15772217e33..99889016b66b 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiRevisionCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiRevisionCrudTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOD9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"swaggerapifromFile\",\r\n \"value\": \"{\\r\\n \\\"x-comment\\\": \\\"This file was extended from /github.com/swagger-api/swagger-spec/blob/master/examples/v2.0/json/petstore-with-external-docs.json\\\",\\r\\n \\\"swagger\\\": \\\"2.0\\\",\\r\\n \\\"info\\\": {\\r\\n \\\"version\\\": \\\"1.0.0\\\",\\r\\n \\\"title\\\": \\\"Swagger Petstore Extensive\\\",\\r\\n \\\"description\\\": \\\"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\\\",\\r\\n \\\"termsOfService\\\": \\\"http://helloreverb.com/terms/\\\",\\r\\n \\\"contact\\\": {\\r\\n \\\"name\\\": \\\"Wordnik API Team\\\",\\r\\n \\\"email\\\": \\\"foo@example.com\\\",\\r\\n \\\"url\\\": \\\"http://madskristensen.net\\\"\\r\\n },\\r\\n \\\"license\\\": {\\r\\n \\\"name\\\": \\\"MIT\\\",\\r\\n \\\"url\\\": \\\"http://github.com/gruntjs/grunt/blob/master/LICENSE-MIT\\\"\\r\\n }\\r\\n },\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"host\\\": \\\"petstore.swagger.wordnik.com\\\",\\r\\n \\\"basePath\\\": \\\"/api\\\",\\r\\n \\\"schemes\\\": [\\r\\n \\\"http\\\"\\r\\n ],\\r\\n \\\"consumes\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"paths\\\": {\\r\\n \\\"/mySamplePath?willbeignored={willbeignored}\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"Dummy desc\\\",\\r\\n \\\"operationId\\\": \\\"dummyid1\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyDateHeaderParam\\\",\\r\\n \\\"in\\\": \\\"header\\\",\\r\\n \\\"description\\\": \\\"dummyDateHeaderParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"date\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyReqQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyNotReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyNotReqQueryParam description\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyBodyParam\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"dummyBodyParam description\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\",\\r\\n \\\"example\\\": {\\r\\n \\\"id\\\": 2,\\r\\n \\\"name\\\": \\\"myreqpet\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"headers\\\": {\\r\\n \\\"header1\\\": {\\r\\n \\\"description\\\": \\\"sampleheader\\\",\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n },\\r\\n \\\"examples\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"id\\\": 3,\\r\\n \\\"name\\\": \\\"myresppet\\\" \\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/resourceWithFormData\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"resourceWithFormData desc\\\",\\r\\n \\\"operationId\\\": \\\"resourceWithFormDataPOST\\\",\\r\\n \\\"consumes\\\": [ \\\"multipart/form-data\\\" ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyFormDataParam\\\",\\r\\n \\\"in\\\": \\\"formData\\\",\\r\\n \\\"description\\\": \\\"dummyFormDataParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyReqQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"sample response\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/mySamplePath2?definedQueryParam={definedQueryParam}\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"produces\\\": [\\r\\n \\\"contenttype1\\\",\\r\\n \\\"application/xml\\\"\\r\\n ],\\r\\n \\\"description\\\": \\\"Dummy desc\\\",\\r\\n \\\"operationId\\\": \\\"dummyid2\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/parameters/dummyQueryParameterDef\\\"\\r\\n },\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/parameters/dummyBodyParameterDef\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"204\\\": {\\r\\n \\\"$ref\\\": \\\"#/responses/dummyResponseDef\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets2?dummyParam={dummyParam}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Dummy description\\\",\\r\\n \\\"operationId\\\": \\\"dummyOperationId\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyParam desc\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"collectionFormat\\\": \\\"csv\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"limit\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"maximum number of results to return\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Returns all pets from the system that the user has access to\\\",\\r\\n \\\"operationId\\\": \\\"findPets\\\",\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\",\\r\\n \\\"application/xml\\\"\\r\\n ],\\r\\n \\\"consumes\\\": [\\r\\n \\\"text/xml\\\",\\r\\n \\\"text/html\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"tags\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"tags to filter by\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"collectionFormat\\\": \\\"csv\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"limit\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"maximum number of results to return\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"Creates a new pet in the store. Duplicates are allowed\\\",\\r\\n \\\"operationId\\\": \\\"addPet\\\",\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"pet\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"Pet to add to the store\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/newPet\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets/{id}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Returns a user based on a single ID, if the user does not have access to the pet\\\",\\r\\n \\\"operationId\\\": \\\"findPetById\\\",\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\",\\r\\n \\\"application/xml\\\",\\r\\n \\\"text/xml\\\",\\r\\n \\\"text/html\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"id\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet to fetch\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"delete\\\": {\\r\\n \\\"description\\\": \\\"deletes a single pet based on the ID supplied\\\",\\r\\n \\\"operationId\\\": \\\"deletePet\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"id\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet to delete\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"204\\\": {\\r\\n \\\"description\\\": \\\"pet deleted\\\"\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"definitions\\\": {\\r\\n \\\"pet\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"id\\\",\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"tag\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"newPet\\\": {\\r\\n \\\"allOf\\\": [\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n },\\r\\n {\\r\\n \\\"required\\\": [\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ]\\r\\n },\\r\\n \\\"errorModel\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"code\\\",\\r\\n \\\"message\\\"\\r\\n ],\\r\\n \\\"properties\\\": {\\r\\n \\\"code\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n },\\r\\n \\\"message\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"parameters\\\": {\\r\\n \\\"dummyBodyParameterDef\\\": {\\r\\n \\\"name\\\": \\\"definedBodyParam\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"definedBodyParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"title\\\": \\\"Example Schema\\\",\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"firstName\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"lastName\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"age\\\": {\\r\\n \\\"description\\\": \\\"Age in years\\\",\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"minimum\\\": 0\\r\\n }\\r\\n },\\r\\n \\\"required\\\": [ \\\"firstName\\\", \\\"lastName\\\" ]\\r\\n }\\r\\n },\\r\\n \\\"dummyQueryParameterDef\\\": {\\r\\n \\\"name\\\": \\\"definedQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"definedQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"whateverformat\\\"\\r\\n }\\r\\n },\\r\\n \\\"responses\\\": {\\r\\n \\\"dummyResponseDef\\\": {\\r\\n \\\"description\\\": \\\"dummyResponseDef description\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n },\\r\\n \\\"headers\\\": {\\r\\n \\\"header1\\\": {\\r\\n \\\"type\\\": \\\"integer\\\"\\r\\n },\\r\\n \\\"header2\\\": {\\r\\n \\\"type\\\": \\\"integer\\\"\\r\\n }\\r\\n },\\r\\n \\\"examples\\\": {\\r\\n \\\"contenttype1\\\": \\\"contenttype1 example\\\",\\r\\n \\\"contenttype2\\\": \\\"contenttype2 example\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n}\\r\\n\\r\\n\",\r\n \"format\": \"swagger-json\"\r\n }\r\n}", "RequestHeaders": { @@ -71,7 +71,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128?api-version=2022-08-01&asyncId=62474a1e217d200d902d7d9a&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOD9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzRhMWUyMTdkMjAwZDkwMmQ3ZDlhJmFzeW5jQ29kZT0yMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOD9hcGktdmVyc2lvbj0yMDIyLTA4LTAxJmFzeW5jSWQ9NjI0NzRhMWUyMTdkMjAwZDkwMmQ3ZDlhJmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -134,7 +134,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOD9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -200,7 +200,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOD9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -266,7 +266,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -329,7 +329,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/apis/ps8128?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXMvcHM4MTI4P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2FwaXMvcHM4MTI4P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { @@ -458,7 +458,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128/operations?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOC9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOC9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -722,7 +722,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128%3Brev%3D2/operations?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOCUzQnJldiUzRDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOCUzQnJldiUzRDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1127,7 +1127,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128/releases?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOC9yZWxlYXNlcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOC9yZWxlYXNlcz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1190,7 +1190,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128%3Brev%3D1?deleteRevisions=false&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOCUzQnJldiUzRDE/ZGVsZXRlUmV2aXNpb25zPWZhbHNlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOCUzQnJldiUzRDE/ZGVsZXRlUmV2aXNpb25zPWZhbHNlJmFwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -1253,7 +1253,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps8128?deleteRevisions=true&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOD9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzODEyOD9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiSchemaCrudOnSwaggerApiTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiSchemaCrudOnSwaggerApiTest.json index 6c0e680dc99e..6292fa8ecaba 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiSchemaCrudOnSwaggerApiTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiSchemaCrudOnSwaggerApiTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps5613\",\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"ps9154\",\r\n \"query\": \"ps2844\"\r\n },\r\n \"displayName\": \"ps3801\",\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/newapi\",\r\n \"path\": \"ps8767\",\r\n \"protocols\": [\r\n \"Http\",\r\n \"Https\"\r\n ]\r\n }\r\n}", "RequestHeaders": { @@ -74,7 +74,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -137,7 +137,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NS9zY2hlbWFzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NS9zY2hlbWFzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -200,7 +200,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NS9zY2hlbWFzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NS9zY2hlbWFzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -263,7 +263,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas/ps438?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NS9zY2hlbWFzL3BzNDM4P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NS9zY2hlbWFzL3BzNDM4P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"contentType\": \"application/vnd.ms-azure-apim.swagger.definitions+json\",\r\n \"document\": {\r\n \"value\": \"{\\r\\n \\\"pet\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"id\\\",\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"findmoreinfohere\\\",\\r\\n \\\"url\\\": \\\"https: //helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"tag\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"newPet\\\": {\\r\\n \\\"allOf\\\": [\\r\\n {\\r\\n \\\"$ref\\\": \\\"pet\\\"\\r\\n },\\r\\n {\\r\\n \\\"required\\\": [\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"id\\\": {\\r\\n \\\"properties\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ]\\r\\n },\\r\\n \\\"errorModel\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"code\\\",\\r\\n \\\"message\\\"\\r\\n ],\\r\\n \\\"properties\\\": {\\r\\n \\\"code\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n },\\r\\n \\\"message\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n}\"\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -332,7 +332,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas/ps438?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NS9zY2hlbWFzL3BzNDM4P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NS9zY2hlbWFzL3BzNDM4P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"contentType\": \"application/json\",\r\n \"document\": {\r\n \"value\": \"{\\r\\n \\\"pet\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"id\\\",\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"findmoreinfohere\\\",\\r\\n \\\"url\\\": \\\"https: //helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"tag\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"newPet\\\": {\\r\\n \\\"allOf\\\": [\\r\\n {\\r\\n \\\"$ref\\\": \\\"pet\\\"\\r\\n },\\r\\n {\\r\\n \\\"required\\\": [\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"id\\\": {\\r\\n \\\"properties\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ]\\r\\n },\\r\\n \\\"errorModel\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"code\\\",\\r\\n \\\"message\\\"\\r\\n ],\\r\\n \\\"properties\\\": {\\r\\n \\\"code\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n },\\r\\n \\\"message\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n}\"\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -404,7 +404,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas/ps438?api-version=2022-08-01&asyncId=6247860501234e13942b0703&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NS9zY2hlbWFzL3BzNDM4P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDEmYXN5bmNJZD02MjQ3ODYwNTAxMjM0ZTEzOTQyYjA3MDMmYXN5bmNDb2RlPTIwMQ==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NS9zY2hlbWFzL3BzNDM4P2FwaS12ZXJzaW9uPTIwMjItMDgtMDEmYXN5bmNJZD02MjQ3ODYwNTAxMjM0ZTEzOTQyYjA3MDMmYXN5bmNDb2RlPTIwMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -467,7 +467,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas/ps438?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NS9zY2hlbWFzL3BzNDM4P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NS9zY2hlbWFzL3BzNDM4P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -533,7 +533,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas/ps438?api-version=2022-08-01&asyncId=6247862401234e13942b0707&asyncCode=200", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NS9zY2hlbWFzL3BzNDM4P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDEmYXN5bmNJZD02MjQ3ODYyNDAxMjM0ZTEzOTQyYjA3MDcmYXN5bmNDb2RlPTIwMA==", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NS9zY2hlbWFzL3BzNDM4P2FwaS12ZXJzaW9uPTIwMjItMDgtMDEmYXN5bmNJZD02MjQ3ODYyNDAxMjM0ZTEzOTQyYjA3MDcmYXN5bmNDb2RlPTIwMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -596,7 +596,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas/ps438?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NS9zY2hlbWFzL3BzNDM4P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NS9zY2hlbWFzL3BzNDM4P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -659,7 +659,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085/schemas/ps438?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NS9zY2hlbWFzL3BzNDM4P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NS9zY2hlbWFzL3BzNDM4P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -719,7 +719,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1085?deleteRevisions=true&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NT9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTA4NT9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiSchemaCrudOnWsdlApiTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiSchemaCrudOnWsdlApiTest.json index 781c0d8e442e..48b8708e3a26 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiSchemaCrudOnWsdlApiTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiSchemaCrudOnWsdlApiTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Nz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Nz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"soapapifromFile\",\r\n \"value\": \"\\r\\n\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Gets Information for each WeatherID\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City Forecast Over the Next 7 Days, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City's Weather, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Gets Information for each WeatherID\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City Forecast Over the Next 7 Days, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City's Weather, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Gets Information for each WeatherID\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City Forecast Over the Next 7 Days, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City's Weather, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\",\r\n \"format\": \"wsdl\",\r\n \"wsdlSelector\": {\r\n \"wsdlServiceName\": \"Weather\",\r\n \"wsdlEndpointName\": \"WeatherSoap\"\r\n },\r\n \"apiType\": \"soap\"\r\n }\r\n}", "RequestHeaders": { @@ -71,7 +71,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267?api-version=2022-08-01&asyncId=62474a99217d200d902d7dab&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Nz9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzRhOTkyMTdkMjAwZDkwMmQ3ZGFiJmFzeW5jQ29kZT0yMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Nz9hcGktdmVyc2lvbj0yMDIyLTA4LTAxJmFzeW5jSWQ9NjI0NzRhOTkyMTdkMjAwZDkwMmQ3ZGFiJmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -134,7 +134,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Nz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Nz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -200,7 +200,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267/schemas?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Ny9zY2hlbWFzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Ny9zY2hlbWFzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -263,7 +263,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267/schemas?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Ny9zY2hlbWFzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Ny9zY2hlbWFzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -326,7 +326,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267/schemas/2e6e173a-debb-4799-a374-1680010b306d?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Ny9zY2hlbWFzLzJlNmUxNzNhLWRlYmItNDc5OS1hMzc0LTE2ODAwMTBiMzA2ZD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Ny9zY2hlbWFzLzJlNmUxNzNhLWRlYmItNDc5OS1hMzc0LTE2ODAwMTBiMzA2ZD9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"contentType\": \"application/vnd.ms-azure-apim.xsd+xml\",\r\n \"document\": {\r\n \"value\": \"\\r\\n\\r\\n\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\\r\\n \"\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -395,7 +395,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267/schemas/2e6e173a-debb-4799-a374-1680010b306d?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Ny9zY2hlbWFzLzJlNmUxNzNhLWRlYmItNDc5OS1hMzc0LTE2ODAwMTBiMzA2ZD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Ny9zY2hlbWFzLzJlNmUxNzNhLWRlYmItNDc5OS1hMzc0LTE2ODAwMTBiMzA2ZD9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"contentType\": \"application/json\",\r\n \"document\": {\r\n \"value\": \"\\r\\n\\r\\n\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\\r\\n \"\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -467,7 +467,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267/schemas/2e6e173a-debb-4799-a374-1680010b306d?api-version=2022-08-01&asyncId=62474ab9217d200d902d7db2&asyncCode=200", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Ny9zY2hlbWFzLzJlNmUxNzNhLWRlYmItNDc5OS1hMzc0LTE2ODAwMTBiMzA2ZD9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzRhYjkyMTdkMjAwZDkwMmQ3ZGIyJmFzeW5jQ29kZT0yMDA=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Ny9zY2hlbWFzLzJlNmUxNzNhLWRlYmItNDc5OS1hMzc0LTE2ODAwMTBiMzA2ZD9hcGktdmVyc2lvbj0yMDIyLTA4LTAxJmFzeW5jSWQ9NjI0NzRhYjkyMTdkMjAwZDkwMmQ3ZGIyJmFzeW5jQ29kZT0yMDA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -530,7 +530,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267/schemas/2e6e173a-debb-4799-a374-1680010b306d?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Ny9zY2hlbWFzLzJlNmUxNzNhLWRlYmItNDc5OS1hMzc0LTE2ODAwMTBiMzA2ZD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Ny9zY2hlbWFzLzJlNmUxNzNhLWRlYmItNDc5OS1hMzc0LTE2ODAwMTBiMzA2ZD9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -596,7 +596,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267/schemas/2e6e173a-debb-4799-a374-1680010b306d?api-version=2022-08-01&asyncId=62474ad7217d200d902d7db6&asyncCode=200", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Ny9zY2hlbWFzLzJlNmUxNzNhLWRlYmItNDc5OS1hMzc0LTE2ODAwMTBiMzA2ZD9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzRhZDcyMTdkMjAwZDkwMmQ3ZGI2JmFzeW5jQ29kZT0yMDA=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Ny9zY2hlbWFzLzJlNmUxNzNhLWRlYmItNDc5OS1hMzc0LTE2ODAwMTBiMzA2ZD9hcGktdmVyc2lvbj0yMDIyLTA4LTAxJmFzeW5jSWQ9NjI0NzRhZDcyMTdkMjAwZDkwMmQ3ZGI2JmFzeW5jQ29kZT0yMDA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -659,7 +659,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps2267?deleteRevisions=true&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Nz9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMjI2Nz9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiVersionSetCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiVersionSetCrudTest.json index da24a774451c..0c1877118c05 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiVersionSetCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiVersionSetCrudTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -413,7 +413,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps72?api-version=2022-08-01&asyncId=62474cb1217d200d902d7e4b&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNzI/YXBpLXZlcnNpb249MjAyMS0wOC0wMSZhc3luY0lkPTYyNDc0Y2IxMjE3ZDIwMGQ5MDJkN2U0YiZhc3luY0NvZGU9MjAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNzI/YXBpLXZlcnNpb249MjAyMi0wOC0wMSZhc3luY0lkPTYyNDc0Y2IxMjE3ZDIwMGQ5MDJkN2U0YiZhc3luY0NvZGU9MjAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -542,7 +542,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps72%3Brev%3D1?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNzIlM0JyZXYlM0QxP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzNzIlM0JyZXYlM0QxP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\",\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"type\": \"http\",\r\n \"apiRevision\": \"1\",\r\n \"apiVersion\": \"v1\",\r\n \"isCurrent\": true,\r\n \"apiVersionDescription\": \"ps3756\",\r\n \"apiVersionSetId\": \"/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets/ps2834\",\r\n \"subscriptionRequired\": true,\r\n \"displayName\": \"Swagger Petstore Extensive\",\r\n \"serviceUrl\": \"http://petstore.swagger.wordnik.com/api\",\r\n \"path\": \"swaggerapifromFile\",\r\n \"protocols\": [\r\n \"Http\"\r\n ]\r\n }\r\n}", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiVersionSetImportCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiVersionSetImportCrudTest.json index af89be6d3af8..a865b1914130 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiVersionSetImportCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ApiVersionSetImportCrudTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apiVersionSets?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlWZXJzaW9uU2V0cz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -344,7 +344,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps9114?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzOTExND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzOTExND9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"apiVersion\": \"2\",\r\n \"apiVersionSetId\": \"/apiVersionSets/ps7374\",\r\n \"path\": \"swaggerapifromFile\",\r\n \"value\": \"{\\r\\n \\\"x-comment\\\": \\\"This file was extended from /github.com/swagger-api/swagger-spec/blob/master/examples/v2.0/json/petstore-with-external-docs.json\\\",\\r\\n \\\"swagger\\\": \\\"2.0\\\",\\r\\n \\\"info\\\": {\\r\\n \\\"version\\\": \\\"1.0.0\\\",\\r\\n \\\"title\\\": \\\"Swagger Petstore Extensive\\\",\\r\\n \\\"description\\\": \\\"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\\\",\\r\\n \\\"termsOfService\\\": \\\"http://helloreverb.com/terms/\\\",\\r\\n \\\"contact\\\": {\\r\\n \\\"name\\\": \\\"Wordnik API Team\\\",\\r\\n \\\"email\\\": \\\"foo@example.com\\\",\\r\\n \\\"url\\\": \\\"http://madskristensen.net\\\"\\r\\n },\\r\\n \\\"license\\\": {\\r\\n \\\"name\\\": \\\"MIT\\\",\\r\\n \\\"url\\\": \\\"http://github.com/gruntjs/grunt/blob/master/LICENSE-MIT\\\"\\r\\n }\\r\\n },\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"host\\\": \\\"petstore.swagger.wordnik.com\\\",\\r\\n \\\"basePath\\\": \\\"/api\\\",\\r\\n \\\"schemes\\\": [\\r\\n \\\"http\\\"\\r\\n ],\\r\\n \\\"consumes\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"paths\\\": {\\r\\n \\\"/mySamplePath?willbeignored={willbeignored}\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"Dummy desc\\\",\\r\\n \\\"operationId\\\": \\\"dummyid1\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyDateHeaderParam\\\",\\r\\n \\\"in\\\": \\\"header\\\",\\r\\n \\\"description\\\": \\\"dummyDateHeaderParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"date\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyReqQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyNotReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyNotReqQueryParam description\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyBodyParam\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"dummyBodyParam description\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\",\\r\\n \\\"example\\\": {\\r\\n \\\"id\\\": 2,\\r\\n \\\"name\\\": \\\"myreqpet\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"headers\\\": {\\r\\n \\\"header1\\\": {\\r\\n \\\"description\\\": \\\"sampleheader\\\",\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n },\\r\\n \\\"examples\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"id\\\": 3,\\r\\n \\\"name\\\": \\\"myresppet\\\" \\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/resourceWithFormData\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"resourceWithFormData desc\\\",\\r\\n \\\"operationId\\\": \\\"resourceWithFormDataPOST\\\",\\r\\n \\\"consumes\\\": [ \\\"multipart/form-data\\\" ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyFormDataParam\\\",\\r\\n \\\"in\\\": \\\"formData\\\",\\r\\n \\\"description\\\": \\\"dummyFormDataParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyReqQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"sample response\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/mySamplePath2?definedQueryParam={definedQueryParam}\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"produces\\\": [\\r\\n \\\"contenttype1\\\",\\r\\n \\\"application/xml\\\"\\r\\n ],\\r\\n \\\"description\\\": \\\"Dummy desc\\\",\\r\\n \\\"operationId\\\": \\\"dummyid2\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/parameters/dummyQueryParameterDef\\\"\\r\\n },\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/parameters/dummyBodyParameterDef\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"204\\\": {\\r\\n \\\"$ref\\\": \\\"#/responses/dummyResponseDef\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets2?dummyParam={dummyParam}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Dummy description\\\",\\r\\n \\\"operationId\\\": \\\"dummyOperationId\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyParam desc\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"collectionFormat\\\": \\\"csv\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"limit\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"maximum number of results to return\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Returns all pets from the system that the user has access to\\\",\\r\\n \\\"operationId\\\": \\\"findPets\\\",\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\",\\r\\n \\\"application/xml\\\"\\r\\n ],\\r\\n \\\"consumes\\\": [\\r\\n \\\"text/xml\\\",\\r\\n \\\"text/html\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"tags\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"tags to filter by\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"collectionFormat\\\": \\\"csv\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"limit\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"maximum number of results to return\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"Creates a new pet in the store. Duplicates are allowed\\\",\\r\\n \\\"operationId\\\": \\\"addPet\\\",\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"pet\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"Pet to add to the store\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/newPet\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets/{id}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Returns a user based on a single ID, if the user does not have access to the pet\\\",\\r\\n \\\"operationId\\\": \\\"findPetById\\\",\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\",\\r\\n \\\"application/xml\\\",\\r\\n \\\"text/xml\\\",\\r\\n \\\"text/html\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"id\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet to fetch\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"delete\\\": {\\r\\n \\\"description\\\": \\\"deletes a single pet based on the ID supplied\\\",\\r\\n \\\"operationId\\\": \\\"deletePet\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"id\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet to delete\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"204\\\": {\\r\\n \\\"description\\\": \\\"pet deleted\\\"\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"definitions\\\": {\\r\\n \\\"pet\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"id\\\",\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"tag\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"newPet\\\": {\\r\\n \\\"allOf\\\": [\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n },\\r\\n {\\r\\n \\\"required\\\": [\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ]\\r\\n },\\r\\n \\\"errorModel\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"code\\\",\\r\\n \\\"message\\\"\\r\\n ],\\r\\n \\\"properties\\\": {\\r\\n \\\"code\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n },\\r\\n \\\"message\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"parameters\\\": {\\r\\n \\\"dummyBodyParameterDef\\\": {\\r\\n \\\"name\\\": \\\"definedBodyParam\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"definedBodyParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"title\\\": \\\"Example Schema\\\",\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"firstName\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"lastName\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"age\\\": {\\r\\n \\\"description\\\": \\\"Age in years\\\",\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"minimum\\\": 0\\r\\n }\\r\\n },\\r\\n \\\"required\\\": [ \\\"firstName\\\", \\\"lastName\\\" ]\\r\\n }\\r\\n },\\r\\n \\\"dummyQueryParameterDef\\\": {\\r\\n \\\"name\\\": \\\"definedQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"definedQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"whateverformat\\\"\\r\\n }\\r\\n },\\r\\n \\\"responses\\\": {\\r\\n \\\"dummyResponseDef\\\": {\\r\\n \\\"description\\\": \\\"dummyResponseDef description\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n },\\r\\n \\\"headers\\\": {\\r\\n \\\"header1\\\": {\\r\\n \\\"type\\\": \\\"integer\\\"\\r\\n },\\r\\n \\\"header2\\\": {\\r\\n \\\"type\\\": \\\"integer\\\"\\r\\n }\\r\\n },\\r\\n \\\"examples\\\": {\\r\\n \\\"contenttype1\\\": \\\"contenttype1 example\\\",\\r\\n \\\"contenttype2\\\": \\\"contenttype2 example\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n}\\r\\n\\r\\n\",\r\n \"format\": \"swagger-json\"\r\n }\r\n}", "RequestHeaders": { @@ -413,7 +413,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps9114?api-version=2022-08-01&asyncId=62474cfb217d200d902d7e5b&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzOTExND9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzRjZmIyMTdkMjAwZDkwMmQ3ZTViJmFzeW5jQ29kZT0yMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzOTExND9hcGktdmVyc2lvbj0yMDIyLTA4LTAxJmFzeW5jSWQ9NjI0NzRjZmIyMTdkMjAwZDkwMmQ3ZTViJmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -476,7 +476,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps9114?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzOTExND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzOTExND9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -542,7 +542,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps9114?deleteRevisions=true&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzOTExND9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzOTExND9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/AuthorizationServerCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/AuthorizationServerCrudTest.json index 8fba8a39e86b..2b11fe5d9efc 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/AuthorizationServerCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/AuthorizationServerCrudTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -65,7 +65,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers/ps734?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycy9wczczND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycy9wczczND9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps4362\",\r\n \"authorizationMethods\": [\r\n \"POST\",\r\n \"GET\"\r\n ],\r\n \"clientAuthenticationMethod\": [\r\n \"Basic\"\r\n ],\r\n \"tokenBodyParameters\": [\r\n {\r\n \"name\": \"tokenname\",\r\n \"value\": \"tokenvalue\"\r\n }\r\n ],\r\n \"tokenEndpoint\": \"https://contoso.com/token\",\r\n \"supportState\": true,\r\n \"defaultScope\": \"ps3573\",\r\n \"bearerTokenSendingMethods\": [\r\n \"AuthorizationHeader\",\r\n \"Query\"\r\n ],\r\n \"resourceOwnerUsername\": \"ps7661\",\r\n \"resourceOwnerPassword\": \"ps5177\",\r\n \"displayName\": \"ps143\",\r\n \"clientRegistrationEndpoint\": \"https://contoso.com/clients/reg\",\r\n \"authorizationEndpoint\": \"https://contoso.com/auth\",\r\n \"grantTypes\": [\r\n \"AuthorizationCode\",\r\n \"Implicit\",\r\n \"ResourceOwnerPassword\"\r\n ],\r\n \"clientId\": \"ps3310\",\r\n \"clientSecret\": \"ps4659\"\r\n }\r\n}", "RequestHeaders": { @@ -137,7 +137,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers/ps734?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycy9wczczND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycy9wczczND9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -203,7 +203,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers/ps734?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycy9wczczND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycy9wczczND9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -269,7 +269,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers/ps734?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycy9wczczND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycy9wczczND9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -335,7 +335,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers/ps734?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycy9wczczND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycy9wczczND9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -398,7 +398,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers/ps734/listSecrets?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycy9wczczNC9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycy9wczczNC9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { @@ -464,7 +464,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers/ps734/listSecrets?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycy9wczczNC9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycy9wczczNC9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { @@ -530,7 +530,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers/ps734?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycy9wczczND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycy9wczczND9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps8125\",\r\n \"authorizationMethods\": [\r\n \"GET\"\r\n ],\r\n \"clientAuthenticationMethod\": [\r\n \"Basic\"\r\n ],\r\n \"tokenBodyParameters\": [\r\n {\r\n \"name\": \"tokenname1\",\r\n \"value\": \"tokenvalue1\"\r\n }\r\n ],\r\n \"tokenEndpoint\": \"https://contoso.com/tokenv2\",\r\n \"supportState\": false,\r\n \"defaultScope\": \"ps8853\",\r\n \"bearerTokenSendingMethods\": [\r\n \"AuthorizationHeader\"\r\n ],\r\n \"displayName\": \"ps8099\",\r\n \"clientRegistrationEndpoint\": \"https://contoso.com/clients/regv2\",\r\n \"authorizationEndpoint\": \"https://contoso.com/authv2\",\r\n \"grantTypes\": [\r\n \"AuthorizationCode\",\r\n \"Implicit\",\r\n \"ClientCredentials\"\r\n ],\r\n \"clientId\": \"ps5599\",\r\n \"clientSecret\": \"ps7578\"\r\n }\r\n}", "RequestHeaders": { @@ -605,7 +605,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/authorizationServers/ps734?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycy9wczczND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hdXRob3JpemF0aW9uU2VydmVycy9wczczND9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/BackendCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/BackendCrudTest.json index 0cd157fa705d..78ee0ad1a80c 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/BackendCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/BackendCrudTest.json @@ -485,7 +485,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/BackendServiceFabricCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/BackendServiceFabricCrudTest.json index 157b9cc31ca6..b69098df8c71 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/BackendServiceFabricCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/BackendServiceFabricCrudTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -65,7 +65,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -128,7 +128,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1202?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMjAyP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMjAyP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"data\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAgpyA5NFrZbjwICB9AEggKQpSy2W1iM8pd8/WyI0+q4uvY6SpvRXTpUfBLl7jlNCPOt847nq5zqQggOQSaqP/4zi08CcmQzaQRmHf5FfMMeYJDp6rGLS8ouyt5ElwMHBZWrsuF49dwi5S73AtBRX128CXCc+qKOlgnXM9PpW+LSJ9J4SWS9B2wC0YQfIGtC/niuLcHDVP+zGwXd+fT06nmNR3SzjfzEfHROM/TyOWHMWAlas6/LXIqXpRSl6igWK7SuMDxWZvdr/QC1ahsptkkF7nHq1RC57o6ru7wxkaANwFQXXhBuh9uQ32Szg2nemfLP7jTcOHcUPK32tU7TuGT5osXMbAVHelPFGzNEPAEb6mNfla2cuILVX/QTqqPqjxTGGn8qBf2TtDSHedBSaRqPO62hRbzAfpeSagG6iFWKGeGCvo8LwVnx3pZM36Tu5GBNhdKhOGZvtXeiZH7XoMAER1O8dJblKfffhzl4MG7BCcT5nftU6NpS3TfRC9hvGX9iqZKjZd6Npvycmo+qlld6g86QDNq28NEHLz0xG809IUunp5DxKptZhEHwZhU0EmATucmjZhrDDvembG58gaU/PSBRlwVNjK+h//Gm4jCAQ6l0iR5COqScNnxr9p5ZhmJvKJQ1OpFw0zXgeWi6MTOpNfMwibytjn+28YPe9mUNoUvcb0u6mjxmn+wupHfELXADRuSZ8CF5eRk9pE+SrbrCn6wyoaFY/vdBSxsnNh37HXpCEEcOm19pbQNPfuVktRmU910zhQntm58SVhyNIlBOA0LGllRNxZndwHdTlcqbIE+HRDn7Fnj3uf0xu+9cOvPkIalluKsySbDKQXJyg3p9QQZJIiFpp6jXit+DHmf7d9mZ0G7eoKFtI2yqLDT68mYxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADAAOAAxAEYAMwBCADMAQwAtAEQANQA0ADMALQA0AEEANwAwAC0AOAA3ADcANgAtADkAMgA1AEEARAAxADgARQA2ADgAQwBGAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIvqDlcIY1iqcCAgfQgIICmE7Jw2F3UXilr+Ig+EAVrb2B3zG3rYosQY3iikLJ73ztGs/qiNCr21CxKeoj4mBzLFX+oi4DhvJBDp7PkTIF9z7CKzw7XcVwgmLqfBHYh9lp+lrLk2c3wmJllb06MKtblY7OYp9sNr5f3vB6J4uIE6+R+70oLmB2BhcToytfETjbeyKuFGS+3YhoHwCloMNTu73uXmBDwoPz+Wot7Fq3aZm1Sc5A5Qz68BZhvOz+zR4twH11c79yzlMHzdqpD1aRCLdbXtVrqrjEk7tuwqWQmWAOuPvRAN7oksqO2Gw7w8gx1kqkRKYkYuzrj4benZPsZwT8qXZPCZ5iM+iYImvPQkPxSTmM0O3gxbtK1/Xu0cCZSpNy1yJQo0fyzEMMCbLKYVWjK+0ymNww7bd3ubWW358oLE2U+6Oe7mmtXgZzSVH74vaes/ce1zEm+paItCqfHXe1fo4Qo7s3jfTrRohYw7LWD+uVObdKi8Dg7fUy8/DXomgWn4qP8I33n6Y0LCMrzKUoIe6zhsWBpFobwprlz/jWvASkbdp8ou16Vx6jTf3EwXCnWcRmXXNuPFPOo5znBLs98raCe0546bbcq7jSZr5Sg11qBX5N+N3Bv/eup7qQKAnivAvBOAx6533LzR3fZfe7AN0dOEC2D079Vg0t0o+JBPd7mLxIF54BnHoy5OlRCg0g0ol6R9iN3HlgUbMJWL2dFEoU+kjMVNTUKykEh/Q4Zh/ug9lnyObHsDTzZwr3qe0L308lh9Ko20e/aCFS8YLtTv1qlewKtz/BIxck8vDBsY61hrymbVvlxDD2ESuzt8qJXp5vBF1dfaBFTO5enxBJYVIF2JyeSwDAPOJiYTdsz9ssVolmx6p9yKSTuhuFISyU4xOOcU4wOzAfMAcGBSsOAwIaBBSPRDVaFWhKRqBSQvxQV/NpiUuTawQUxxNV8/5sOf5HrarXJESyg2NwXl4CAgfQ\",\r\n \"password\": \"Password\"\r\n }\r\n}", "RequestHeaders": { @@ -200,7 +200,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1202?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMjAyP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMjAyP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -266,7 +266,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1202?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMjAyP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMjAyP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -329,7 +329,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps516?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczUxNj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczUxNj9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"title\": \"ps6518\",\r\n \"description\": \"ps360\",\r\n \"properties\": {\r\n \"serviceFabricCluster\": {\r\n \"clientCertificatethumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"managementEndpoints\": [\r\n \"https://sfbackend-01.net:443\",\r\n \"https://sfbackend-02.net:443\"\r\n ],\r\n \"serverCertificateThumbprints\": [],\r\n \"serverX509Names\": [\r\n {\r\n \"name\": \"CN=foobar.net\",\r\n \"issuerCertificateThumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\"\r\n }\r\n ]\r\n }\r\n },\r\n \"url\": \"fabric:/mytestapp/mytestservice\",\r\n \"protocol\": \"http\"\r\n }\r\n}", "RequestHeaders": { @@ -401,7 +401,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps516?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczUxNj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczUxNj9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps4230\"\r\n }\r\n}", "RequestHeaders": { @@ -476,7 +476,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps516?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczUxNj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczUxNj9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -542,7 +542,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps516?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczUxNj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczUxNj9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -608,7 +608,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps516?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczUxNj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczUxNj9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -671,7 +671,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/backends/ps516?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczUxNj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9iYWNrZW5kcy9wczUxNj9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -734,7 +734,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1202?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMjAyP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMjAyP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/CacheCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/CacheCrudTest.json index e0596039176b..647e602c4f77 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/CacheCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/CacheCrudTest.json @@ -128,7 +128,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/caches/default?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jYWNoZXMvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jYWNoZXMvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps4958\",\r\n \"connectionString\": \"teamdemo.redis.cache.windows.net:6380,password=xxxxxx+xxxxx=,ssl=True,abortConnect=False\",\r\n \"useFromLocation\": \"default\"\r\n }\r\n}", "RequestHeaders": { @@ -200,7 +200,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/caches/default?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jYWNoZXMvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jYWNoZXMvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -266,7 +266,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/caches/default?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jYWNoZXMvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jYWNoZXMvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -332,7 +332,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/caches/default?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jYWNoZXMvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jYWNoZXMvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -398,7 +398,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/caches/default?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jYWNoZXMvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jYWNoZXMvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -461,7 +461,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/caches/default?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jYWNoZXMvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jYWNoZXMvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"ps4997\",\r\n \"connectionString\": \"{{62474b08217d200d902d7dbe}}\",\r\n \"useFromLocation\": \"default\"\r\n }\r\n}", "RequestHeaders": { @@ -536,7 +536,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/caches/default?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jYWNoZXMvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jYWNoZXMvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -599,7 +599,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/CertificateCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/CertificateCrudTest.json index 228272f3c069..6914314f559c 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/CertificateCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/CertificateCrudTest.json @@ -461,7 +461,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/cert1234/refreshSecret?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvY2VydDEyMzQvcmVmcmVzaFNlY3JldD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvY2VydDEyMzQvcmVmcmVzaFNlY3JldD9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { @@ -527,7 +527,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1172?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMTcyP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMTcyP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"data\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAgpyA5NFrZbjwICB9AEggKQpSy2W1iM8pd8/WyI0+q4uvY6SpvRXTpUfBLl7jlNCPOt847nq5zqQggOQSaqP/4zi08CcmQzaQRmHf5FfMMeYJDp6rGLS8ouyt5ElwMHBZWrsuF49dwi5S73AtBRX128CXCc+qKOlgnXM9PpW+LSJ9J4SWS9B2wC0YQfIGtC/niuLcHDVP+zGwXd+fT06nmNR3SzjfzEfHROM/TyOWHMWAlas6/LXIqXpRSl6igWK7SuMDxWZvdr/QC1ahsptkkF7nHq1RC57o6ru7wxkaANwFQXXhBuh9uQ32Szg2nemfLP7jTcOHcUPK32tU7TuGT5osXMbAVHelPFGzNEPAEb6mNfla2cuILVX/QTqqPqjxTGGn8qBf2TtDSHedBSaRqPO62hRbzAfpeSagG6iFWKGeGCvo8LwVnx3pZM36Tu5GBNhdKhOGZvtXeiZH7XoMAER1O8dJblKfffhzl4MG7BCcT5nftU6NpS3TfRC9hvGX9iqZKjZd6Npvycmo+qlld6g86QDNq28NEHLz0xG809IUunp5DxKptZhEHwZhU0EmATucmjZhrDDvembG58gaU/PSBRlwVNjK+h//Gm4jCAQ6l0iR5COqScNnxr9p5ZhmJvKJQ1OpFw0zXgeWi6MTOpNfMwibytjn+28YPe9mUNoUvcb0u6mjxmn+wupHfELXADRuSZ8CF5eRk9pE+SrbrCn6wyoaFY/vdBSxsnNh37HXpCEEcOm19pbQNPfuVktRmU910zhQntm58SVhyNIlBOA0LGllRNxZndwHdTlcqbIE+HRDn7Fnj3uf0xu+9cOvPkIalluKsySbDKQXJyg3p9QQZJIiFpp6jXit+DHmf7d9mZ0G7eoKFtI2yqLDT68mYxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADAAOAAxAEYAMwBCADMAQwAtAEQANQA0ADMALQA0AEEANwAwAC0AOAA3ADcANgAtADkAMgA1AEEARAAxADgARQA2ADgAQwBGAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIvqDlcIY1iqcCAgfQgIICmE7Jw2F3UXilr+Ig+EAVrb2B3zG3rYosQY3iikLJ73ztGs/qiNCr21CxKeoj4mBzLFX+oi4DhvJBDp7PkTIF9z7CKzw7XcVwgmLqfBHYh9lp+lrLk2c3wmJllb06MKtblY7OYp9sNr5f3vB6J4uIE6+R+70oLmB2BhcToytfETjbeyKuFGS+3YhoHwCloMNTu73uXmBDwoPz+Wot7Fq3aZm1Sc5A5Qz68BZhvOz+zR4twH11c79yzlMHzdqpD1aRCLdbXtVrqrjEk7tuwqWQmWAOuPvRAN7oksqO2Gw7w8gx1kqkRKYkYuzrj4benZPsZwT8qXZPCZ5iM+iYImvPQkPxSTmM0O3gxbtK1/Xu0cCZSpNy1yJQo0fyzEMMCbLKYVWjK+0ymNww7bd3ubWW358oLE2U+6Oe7mmtXgZzSVH74vaes/ce1zEm+paItCqfHXe1fo4Qo7s3jfTrRohYw7LWD+uVObdKi8Dg7fUy8/DXomgWn4qP8I33n6Y0LCMrzKUoIe6zhsWBpFobwprlz/jWvASkbdp8ou16Vx6jTf3EwXCnWcRmXXNuPFPOo5znBLs98raCe0546bbcq7jSZr5Sg11qBX5N+N3Bv/eup7qQKAnivAvBOAx6533LzR3fZfe7AN0dOEC2D079Vg0t0o+JBPd7mLxIF54BnHoy5OlRCg0g0ol6R9iN3HlgUbMJWL2dFEoU+kjMVNTUKykEh/Q4Zh/ug9lnyObHsDTzZwr3qe0L308lh9Ko20e/aCFS8YLtTv1qlewKtz/BIxck8vDBsY61hrymbVvlxDD2ESuzt8qJXp5vBF1dfaBFTO5enxBJYVIF2JyeSwDAPOJiYTdsz9ssVolmx6p9yKSTuhuFISyU4xOOcU4wOzAfMAcGBSsOAwIaBBSPRDVaFWhKRqBSQvxQV/NpiUuTawQUxxNV8/5sOf5HrarXJESyg2NwXl4CAgfQ\",\r\n \"password\": \"Password\"\r\n }\r\n}", "RequestHeaders": { @@ -599,7 +599,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1172?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMTcyP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMTcyP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"data\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAgpyA5NFrZbjwICB9AEggKQpSy2W1iM8pd8/WyI0+q4uvY6SpvRXTpUfBLl7jlNCPOt847nq5zqQggOQSaqP/4zi08CcmQzaQRmHf5FfMMeYJDp6rGLS8ouyt5ElwMHBZWrsuF49dwi5S73AtBRX128CXCc+qKOlgnXM9PpW+LSJ9J4SWS9B2wC0YQfIGtC/niuLcHDVP+zGwXd+fT06nmNR3SzjfzEfHROM/TyOWHMWAlas6/LXIqXpRSl6igWK7SuMDxWZvdr/QC1ahsptkkF7nHq1RC57o6ru7wxkaANwFQXXhBuh9uQ32Szg2nemfLP7jTcOHcUPK32tU7TuGT5osXMbAVHelPFGzNEPAEb6mNfla2cuILVX/QTqqPqjxTGGn8qBf2TtDSHedBSaRqPO62hRbzAfpeSagG6iFWKGeGCvo8LwVnx3pZM36Tu5GBNhdKhOGZvtXeiZH7XoMAER1O8dJblKfffhzl4MG7BCcT5nftU6NpS3TfRC9hvGX9iqZKjZd6Npvycmo+qlld6g86QDNq28NEHLz0xG809IUunp5DxKptZhEHwZhU0EmATucmjZhrDDvembG58gaU/PSBRlwVNjK+h//Gm4jCAQ6l0iR5COqScNnxr9p5ZhmJvKJQ1OpFw0zXgeWi6MTOpNfMwibytjn+28YPe9mUNoUvcb0u6mjxmn+wupHfELXADRuSZ8CF5eRk9pE+SrbrCn6wyoaFY/vdBSxsnNh37HXpCEEcOm19pbQNPfuVktRmU910zhQntm58SVhyNIlBOA0LGllRNxZndwHdTlcqbIE+HRDn7Fnj3uf0xu+9cOvPkIalluKsySbDKQXJyg3p9QQZJIiFpp6jXit+DHmf7d9mZ0G7eoKFtI2yqLDT68mYxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADAAOAAxAEYAMwBCADMAQwAtAEQANQA0ADMALQA0AEEANwAwAC0AOAA3ADcANgAtADkAMgA1AEEARAAxADgARQA2ADgAQwBGAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIvqDlcIY1iqcCAgfQgIICmE7Jw2F3UXilr+Ig+EAVrb2B3zG3rYosQY3iikLJ73ztGs/qiNCr21CxKeoj4mBzLFX+oi4DhvJBDp7PkTIF9z7CKzw7XcVwgmLqfBHYh9lp+lrLk2c3wmJllb06MKtblY7OYp9sNr5f3vB6J4uIE6+R+70oLmB2BhcToytfETjbeyKuFGS+3YhoHwCloMNTu73uXmBDwoPz+Wot7Fq3aZm1Sc5A5Qz68BZhvOz+zR4twH11c79yzlMHzdqpD1aRCLdbXtVrqrjEk7tuwqWQmWAOuPvRAN7oksqO2Gw7w8gx1kqkRKYkYuzrj4benZPsZwT8qXZPCZ5iM+iYImvPQkPxSTmM0O3gxbtK1/Xu0cCZSpNy1yJQo0fyzEMMCbLKYVWjK+0ymNww7bd3ubWW358oLE2U+6Oe7mmtXgZzSVH74vaes/ce1zEm+paItCqfHXe1fo4Qo7s3jfTrRohYw7LWD+uVObdKi8Dg7fUy8/DXomgWn4qP8I33n6Y0LCMrzKUoIe6zhsWBpFobwprlz/jWvASkbdp8ou16Vx6jTf3EwXCnWcRmXXNuPFPOo5znBLs98raCe0546bbcq7jSZr5Sg11qBX5N+N3Bv/eup7qQKAnivAvBOAx6533LzR3fZfe7AN0dOEC2D079Vg0t0o+JBPd7mLxIF54BnHoy5OlRCg0g0ol6R9iN3HlgUbMJWL2dFEoU+kjMVNTUKykEh/Q4Zh/ug9lnyObHsDTzZwr3qe0L308lh9Ko20e/aCFS8YLtTv1qlewKtz/BIxck8vDBsY61hrymbVvlxDD2ESuzt8qJXp5vBF1dfaBFTO5enxBJYVIF2JyeSwDAPOJiYTdsz9ssVolmx6p9yKSTuhuFISyU4xOOcU4wOzAfMAcGBSsOAwIaBBSPRDVaFWhKRqBSQvxQV/NpiUuTawQUxxNV8/5sOf5HrarXJESyg2NwXl4CAgfQ\",\r\n \"password\": \"Password\"\r\n }\r\n}", "RequestHeaders": { @@ -674,7 +674,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1172?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMTcyP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMTcyP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -740,7 +740,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1172?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMTcyP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMTcyP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -806,7 +806,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1172?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMTcyP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMTcyP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -872,7 +872,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1172?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMTcyP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMTcyP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -938,7 +938,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1172?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMTcyP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMTcyP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1001,7 +1001,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps1172?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMTcyP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMxMTcyP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/DiagnosticCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/DiagnosticCrudTest.json index d428f815e14b..6ad4bdf90a89 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/DiagnosticCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/DiagnosticCrudTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/diagnostics?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9kaWFnbm9zdGljcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9kaWFnbm9zdGljcz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -65,7 +65,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/diagnostics?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9kaWFnbm9zdGljcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9kaWFnbm9zdGljcz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -128,7 +128,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps9535?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzOTUzNT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzOTUzNT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"loggerType\": \"applicationInsights\",\r\n \"description\": \"ps6174\",\r\n \"credentials\": {\r\n \"instrumentationKey\": \"474edd50-b07f-48ea-b472-f1ec6a3ef92d\"\r\n },\r\n \"isBuffered\": true\r\n }\r\n}", "RequestHeaders": { @@ -200,7 +200,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/diagnostics/applicationinsights?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"alwaysLog\": \"allErrors\",\r\n \"loggerId\": \"/loggers/ps9535\",\r\n \"sampling\": {\r\n \"samplingType\": \"fixed\",\r\n \"percentage\": 100.0\r\n },\r\n \"frontend\": {\r\n \"request\": {\r\n \"headers\": [\r\n \"Content-Type\",\r\n \"UserAgent\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 100\r\n }\r\n },\r\n \"response\": {\r\n \"headers\": [\r\n \"Content-Type\",\r\n \"UserAgent\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 100\r\n }\r\n }\r\n },\r\n \"backend\": {\r\n \"request\": {\r\n \"headers\": [\r\n \"Content-Type\",\r\n \"UserAgent\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 100\r\n }\r\n },\r\n \"response\": {\r\n \"headers\": [\r\n \"Content-Type\",\r\n \"UserAgent\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 100\r\n }\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -272,7 +272,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/diagnostics/applicationinsights?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"alwaysLog\": \"allErrors\",\r\n \"loggerId\": \"/loggers/ps9535\",\r\n \"sampling\": {\r\n \"samplingType\": \"fixed\",\r\n \"percentage\": 50.0\r\n },\r\n \"frontend\": {\r\n \"request\": {\r\n \"headers\": [\r\n \"Content-Type\",\r\n \"UserAgent\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 100\r\n }\r\n },\r\n \"response\": {\r\n \"headers\": [\r\n \"Content-Type\",\r\n \"UserAgent\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 100\r\n }\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -347,7 +347,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/diagnostics/applicationinsights?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -413,7 +413,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/diagnostics/applicationinsights?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -479,7 +479,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/diagnostics/applicationinsights?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -542,7 +542,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/diagnostics/applicationinsights?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -602,7 +602,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps9535?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzOTUzNT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzOTUzNT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -665,7 +665,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/GatewayCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/GatewayCrudTest.json index a17e5480d0f3..3d8ef710fcc1 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/GatewayCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/GatewayCrudTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -65,7 +65,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -884,7 +884,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -947,7 +947,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372/apis/echo-api?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzIvYXBpcy9lY2hvLWFwaT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzIvYXBpcy9lY2hvLWFwaT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { @@ -1013,7 +1013,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372/apis?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzIvYXBpcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzIvYXBpcz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1076,7 +1076,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372/apis?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzIvYXBpcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzIvYXBpcz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1139,7 +1139,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372/apis/echo-api?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzIvYXBpcy9lY2hvLWFwaT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzIvYXBpcy9lY2hvLWFwaT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -1199,7 +1199,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps2145?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMyMTQ1P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMyMTQ1P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"data\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAgpyA5NFrZbjwICB9AEggKQpSy2W1iM8pd8/WyI0+q4uvY6SpvRXTpUfBLl7jlNCPOt847nq5zqQggOQSaqP/4zi08CcmQzaQRmHf5FfMMeYJDp6rGLS8ouyt5ElwMHBZWrsuF49dwi5S73AtBRX128CXCc+qKOlgnXM9PpW+LSJ9J4SWS9B2wC0YQfIGtC/niuLcHDVP+zGwXd+fT06nmNR3SzjfzEfHROM/TyOWHMWAlas6/LXIqXpRSl6igWK7SuMDxWZvdr/QC1ahsptkkF7nHq1RC57o6ru7wxkaANwFQXXhBuh9uQ32Szg2nemfLP7jTcOHcUPK32tU7TuGT5osXMbAVHelPFGzNEPAEb6mNfla2cuILVX/QTqqPqjxTGGn8qBf2TtDSHedBSaRqPO62hRbzAfpeSagG6iFWKGeGCvo8LwVnx3pZM36Tu5GBNhdKhOGZvtXeiZH7XoMAER1O8dJblKfffhzl4MG7BCcT5nftU6NpS3TfRC9hvGX9iqZKjZd6Npvycmo+qlld6g86QDNq28NEHLz0xG809IUunp5DxKptZhEHwZhU0EmATucmjZhrDDvembG58gaU/PSBRlwVNjK+h//Gm4jCAQ6l0iR5COqScNnxr9p5ZhmJvKJQ1OpFw0zXgeWi6MTOpNfMwibytjn+28YPe9mUNoUvcb0u6mjxmn+wupHfELXADRuSZ8CF5eRk9pE+SrbrCn6wyoaFY/vdBSxsnNh37HXpCEEcOm19pbQNPfuVktRmU910zhQntm58SVhyNIlBOA0LGllRNxZndwHdTlcqbIE+HRDn7Fnj3uf0xu+9cOvPkIalluKsySbDKQXJyg3p9QQZJIiFpp6jXit+DHmf7d9mZ0G7eoKFtI2yqLDT68mYxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADAAOAAxAEYAMwBCADMAQwAtAEQANQA0ADMALQA0AEEANwAwAC0AOAA3ADcANgAtADkAMgA1AEEARAAxADgARQA2ADgAQwBGAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIvqDlcIY1iqcCAgfQgIICmE7Jw2F3UXilr+Ig+EAVrb2B3zG3rYosQY3iikLJ73ztGs/qiNCr21CxKeoj4mBzLFX+oi4DhvJBDp7PkTIF9z7CKzw7XcVwgmLqfBHYh9lp+lrLk2c3wmJllb06MKtblY7OYp9sNr5f3vB6J4uIE6+R+70oLmB2BhcToytfETjbeyKuFGS+3YhoHwCloMNTu73uXmBDwoPz+Wot7Fq3aZm1Sc5A5Qz68BZhvOz+zR4twH11c79yzlMHzdqpD1aRCLdbXtVrqrjEk7tuwqWQmWAOuPvRAN7oksqO2Gw7w8gx1kqkRKYkYuzrj4benZPsZwT8qXZPCZ5iM+iYImvPQkPxSTmM0O3gxbtK1/Xu0cCZSpNy1yJQo0fyzEMMCbLKYVWjK+0ymNww7bd3ubWW358oLE2U+6Oe7mmtXgZzSVH74vaes/ce1zEm+paItCqfHXe1fo4Qo7s3jfTrRohYw7LWD+uVObdKi8Dg7fUy8/DXomgWn4qP8I33n6Y0LCMrzKUoIe6zhsWBpFobwprlz/jWvASkbdp8ou16Vx6jTf3EwXCnWcRmXXNuPFPOo5znBLs98raCe0546bbcq7jSZr5Sg11qBX5N+N3Bv/eup7qQKAnivAvBOAx6533LzR3fZfe7AN0dOEC2D079Vg0t0o+JBPd7mLxIF54BnHoy5OlRCg0g0ol6R9iN3HlgUbMJWL2dFEoU+kjMVNTUKykEh/Q4Zh/ug9lnyObHsDTzZwr3qe0L308lh9Ko20e/aCFS8YLtTv1qlewKtz/BIxck8vDBsY61hrymbVvlxDD2ESuzt8qJXp5vBF1dfaBFTO5enxBJYVIF2JyeSwDAPOJiYTdsz9ssVolmx6p9yKSTuhuFISyU4xOOcU4wOzAfMAcGBSsOAwIaBBSPRDVaFWhKRqBSQvxQV/NpiUuTawQUxxNV8/5sOf5HrarXJESyg2NwXl4CAgfQ\",\r\n \"password\": \"Password\"\r\n }\r\n}", "RequestHeaders": { @@ -1271,7 +1271,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps2145?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMyMTQ1P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMyMTQ1P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1475,7 +1475,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/gateways/ps1372/hostnameConfigurations?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzIvaG9zdG5hbWVDb25maWd1cmF0aW9ucz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9nYXRld2F5cy9wczEzNzIvaG9zdG5hbWVDb25maWd1cmF0aW9ucz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1601,7 +1601,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/certificates/ps2145?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMyMTQ1P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9jZXJ0aWZpY2F0ZXMvcHMyMTQ1P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/GroupCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/GroupCrudTest.json index bb95d55c37f4..d03acc58aa49 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/GroupCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/GroupCrudTest.json @@ -131,7 +131,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/developers?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvZGV2ZWxvcGVycz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvZGV2ZWxvcGVycz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -197,7 +197,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/guests?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvZ3Vlc3RzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvZ3Vlc3RzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -263,7 +263,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1481?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxNDgxP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxNDgxP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"ps8746\",\r\n \"description\": \"ps6259\",\r\n \"type\": \"custom\"\r\n }\r\n}", "RequestHeaders": { @@ -335,7 +335,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1481?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxNDgxP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxNDgxP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -401,7 +401,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1481?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxNDgxP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxNDgxP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -467,7 +467,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1481?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxNDgxP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxNDgxP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -530,7 +530,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1481?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxNDgxP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxNDgxP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"ps7389\",\r\n \"description\": \"ps9627\"\r\n }\r\n}", "RequestHeaders": { @@ -605,7 +605,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -734,7 +734,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/groups?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2dyb3Vwcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2dyb3Vwcz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -797,7 +797,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter/groups?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2dyb3Vwcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyL2dyb3Vwcz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -920,7 +920,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1049,7 +1049,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/1/groups?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy8xL2dyb3Vwcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy8xL2dyb3Vwcz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1112,7 +1112,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/1/groups?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy8xL2dyb3Vwcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy8xL2dyb3Vwcz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1235,7 +1235,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1366?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxMzY2P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxMzY2P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"ps7498\",\r\n \"description\": \"ps1129\",\r\n \"type\": \"external\"\r\n }\r\n}", "RequestHeaders": { @@ -1307,7 +1307,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1366?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxMzY2P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxMzY2P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1373,7 +1373,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1366?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxMzY2P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxMzY2P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1436,7 +1436,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1481?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxNDgxP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxNDgxP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -1499,7 +1499,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/groups/ps1366?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxMzY2P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9ncm91cHMvcHMxMzY2P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/IdentityProviderAadB2CCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/IdentityProviderAadB2CCrudTest.json index 210586c964da..4de7ddca594d 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/IdentityProviderAadB2CCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/IdentityProviderAadB2CCrudTest.json @@ -464,7 +464,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/IdentityProviderCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/IdentityProviderCrudTest.json index b06114677b8e..62896f548108 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/IdentityProviderCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/IdentityProviderCrudTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"clientId\": \"ps1177\",\r\n \"clientSecret\": \"ps2009\"\r\n }\r\n}", "RequestHeaders": { @@ -74,7 +74,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -140,7 +140,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -206,7 +206,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -269,7 +269,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -332,7 +332,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook/listSecrets?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vay9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vay9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { @@ -398,7 +398,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook/listSecrets?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vay9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vay9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { @@ -464,7 +464,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -527,7 +527,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"clientSecret\": \"ps6087\"\r\n }\r\n}", "RequestHeaders": { @@ -602,7 +602,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -665,7 +665,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/identityProviders/Facebook?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9pZGVudGl0eVByb3ZpZGVycy9GYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/LoggerCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/LoggerCrudTest.json index 9e3b59a7eb22..c2a40ca69917 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/LoggerCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/LoggerCrudTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps8876?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzODg3Nj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzODg3Nj9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"loggerType\": \"azureEventHub\",\r\n \"description\": \"ps1839\",\r\n \"credentials\": {\r\n \"name\": \"powershell\",\r\n \"connectionString\": \"Endpoint=sb://sdkeventhub.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=JAjWJTI8CDJaPz0so9U5OqmtW3qFdkA/BGtbxsa4YeI=\"\r\n },\r\n \"isBuffered\": true\r\n }\r\n}", "RequestHeaders": { @@ -74,7 +74,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps8876?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzODg3Nj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzODg3Nj9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"loggerType\": \"azureEventHub\",\r\n \"description\": \"ps554\",\r\n \"isBuffered\": false\r\n }\r\n}", "RequestHeaders": { @@ -149,7 +149,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps8876?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzODg3Nj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzODg3Nj9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -215,7 +215,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps8876?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzODg3Nj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzODg3Nj9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -281,7 +281,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps8876?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzODg3Nj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzODg3Nj9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -344,7 +344,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -407,7 +407,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps5265?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzNTI2NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzNTI2NT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"loggerType\": \"applicationInsights\",\r\n \"description\": \"ps9812\",\r\n \"credentials\": {\r\n \"instrumentationKey\": \"a4144606-1fdb-4dec-ac82-368cc2746044\"\r\n },\r\n \"isBuffered\": true\r\n }\r\n}", "RequestHeaders": { @@ -479,7 +479,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps8876?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzODg3Nj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzODg3Nj9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -542,7 +542,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps5265?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzNTI2NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzNTI2NT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -605,7 +605,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/loggers/ps5265?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzNTI2NT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9sb2dnZXJzL3BzNTI2NT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -668,7 +668,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/OpenIdConnectProviderCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/OpenIdConnectProviderCrudTest.json index 1525e8892746..a33c5917378c 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/OpenIdConnectProviderCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/OpenIdConnectProviderCrudTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"ps6639\",\r\n \"description\": \"ps4660\",\r\n \"metadataEndpoint\": \"https://login.microsoftonline.com/contoso.onmicrosoft.com/v2.0/.well-known/openid-configuration\",\r\n \"clientId\": \"ps8166\"\r\n }\r\n}", "RequestHeaders": { @@ -74,7 +74,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -140,7 +140,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -206,7 +206,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -272,7 +272,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -338,7 +338,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -401,7 +401,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -527,7 +527,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -590,7 +590,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699/listSecrets?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OS9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OS9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { @@ -656,7 +656,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699/listSecrets?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OS9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OS9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { @@ -722,7 +722,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1771?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTc3MT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTc3MT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"openapifromFile\",\r\n \"value\": \"openapi: 3.0.1\\r\\nservers:\\r\\n - url: 'https://developer.uspto.gov/ds-api'\\r\\ninfo:\\r\\n description: >-\\r\\n The Data Set API (DSAPI) allows the public users to discover and search\\r\\n USPTO exported data sets. This is a generic API that allows USPTO users to\\r\\n make any CSV based data files searchable through API. With the help of GET\\r\\n call, it returns the list of data fields that are searchable. With the help\\r\\n of POST call, data can be fetched based on the filters on the field names.\\r\\n Please note that POST call is used to search the actual data. The reason for\\r\\n the POST call is that it allows users to specify any complex search criteria\\r\\n without worry about the GET size limitations as well as encoding of the\\r\\n input parameters.\\r\\n version: 1.0.0\\r\\n title: USPTO Data Set API\\r\\n contact:\\r\\n name: Open Data Portal\\r\\n url: 'https://developer.uspto.gov'\\r\\n email: developer@uspto.gov\\r\\ntags:\\r\\n - name: metadata\\r\\n description: Find out about the data sets\\r\\n - name: search\\r\\n description: Search a data set\\r\\npaths:\\r\\n /:\\r\\n get:\\r\\n tags:\\r\\n - metadata\\r\\n operationId: list-data-sets\\r\\n summary: List available data sets\\r\\n responses:\\r\\n '200':\\r\\n description: Returns a list of data sets\\r\\n content:\\r\\n application/json:\\r\\n schema:\\r\\n $ref: '#/components/schemas/dataSetList'\\r\\n example:\\r\\n {\\r\\n \\\"total\\\": 2,\\r\\n \\\"apis\\\": [\\r\\n {\\r\\n \\\"apiKey\\\": \\\"oa_citations\\\",\\r\\n \\\"apiVersionNumber\\\": \\\"v1\\\",\\r\\n \\\"apiUrl\\\": \\\"https://developer.uspto.gov/ds-api/oa_citations/v1/fields\\\",\\r\\n \\\"apiDocumentationUrl\\\": \\\"https://developer.uspto.gov/ds-api-docs/index.html?url=https://developer.uspto.gov/ds-api/swagger/docs/oa_citations.json\\\"\\r\\n },\\r\\n {\\r\\n \\\"apiKey\\\": \\\"cancer_moonshot\\\",\\r\\n \\\"apiVersionNumber\\\": \\\"v1\\\",\\r\\n \\\"apiUrl\\\": \\\"https://developer.uspto.gov/ds-api/cancer_moonshot/v1/fields\\\",\\r\\n \\\"apiDocumentationUrl\\\": \\\"https://developer.uspto.gov/ds-api-docs/index.html?url=https://developer.uspto.gov/ds-api/swagger/docs/cancer_moonshot.json\\\"\\r\\n }\\r\\n ]\\r\\n }\\r\\n /{dataset}/{version}/fields:\\r\\n get:\\r\\n tags:\\r\\n - metadata\\r\\n summary: >-\\r\\n Provides the general information about the API and the list of fields\\r\\n that can be used to query the dataset.\\r\\n description: >-\\r\\n This GET API returns the list of all the searchable field names that are\\r\\n in the oa_citations. Please see the 'fields' attribute which returns an\\r\\n array of field names. Each field or a combination of fields can be\\r\\n searched using the syntax options shown below.\\r\\n operationId: list-searchable-fields\\r\\n parameters:\\r\\n - name: dataset\\r\\n in: path\\r\\n description: 'Name of the dataset.'\\r\\n required: true\\r\\n example: \\\"oa_citations\\\"\\r\\n schema:\\r\\n type: string\\r\\n - name: version\\r\\n in: path\\r\\n description: Version of the dataset.\\r\\n required: true\\r\\n example: \\\"v1\\\"\\r\\n schema:\\r\\n type: string\\r\\n responses:\\r\\n '200':\\r\\n description: >-\\r\\n The dataset API for the given version is found and it is accessible\\r\\n to consume.\\r\\n content:\\r\\n application/json:\\r\\n schema:\\r\\n type: string\\r\\n '404':\\r\\n description: >-\\r\\n The combination of dataset name and version is not found in the\\r\\n system or it is not published yet to be consumed by public.\\r\\n content:\\r\\n application/json:\\r\\n schema:\\r\\n type: string\\r\\n /{dataset}/{version}/records:\\r\\n post:\\r\\n tags:\\r\\n - search\\r\\n summary: >-\\r\\n Provides search capability for the data set with the given search\\r\\n criteria.\\r\\n description: >-\\r\\n This API is based on Solr/Lucense Search. The data is indexed using\\r\\n SOLR. This GET API returns the list of all the searchable field names\\r\\n that are in the Solr Index. Please see the 'fields' attribute which\\r\\n returns an array of field names. Each field or a combination of fields\\r\\n can be searched using the Solr/Lucene Syntax. Please refer\\r\\n https://lucene.apache.org/core/3_6_2/queryparsersyntax.html#Overview for\\r\\n the query syntax. List of field names that are searchable can be\\r\\n determined using above GET api.\\r\\n operationId: perform-search\\r\\n parameters:\\r\\n - name: version\\r\\n in: path\\r\\n description: Version of the dataset.\\r\\n required: true\\r\\n schema:\\r\\n type: string\\r\\n default: v1\\r\\n - name: dataset\\r\\n in: path\\r\\n description: 'Name of the dataset. In this case, the default value is oa_citations'\\r\\n required: true\\r\\n schema:\\r\\n type: string\\r\\n default: oa_citations\\r\\n responses:\\r\\n '200':\\r\\n description: successful operation\\r\\n content:\\r\\n application/json:\\r\\n schema:\\r\\n type: array\\r\\n items:\\r\\n type: object\\r\\n additionalProperties:\\r\\n type: object\\r\\n '404':\\r\\n description: No matching record found for the given criteria.\\r\\n requestBody:\\r\\n content:\\r\\n application/x-www-form-urlencoded:\\r\\n schema:\\r\\n type: object\\r\\n properties:\\r\\n criteria:\\r\\n description: >-\\r\\n Uses Lucene Query Syntax in the format of\\r\\n propertyName:value, propertyName:[num1 TO num2] and date\\r\\n range format: propertyName:[yyyyMMdd TO yyyyMMdd]. In the\\r\\n response please see the 'docs' element which has the list of\\r\\n record objects. Each record structure would consist of all\\r\\n the fields and their corresponding values.\\r\\n type: string\\r\\n default: '*:*'\\r\\n start:\\r\\n description: Starting record number. Default value is 0.\\r\\n type: integer\\r\\n default: 0\\r\\n rows:\\r\\n description: >-\\r\\n Specify number of rows to be returned. If you run the search\\r\\n with default values, in the response you will see 'numFound'\\r\\n attribute which will tell the number of records available in\\r\\n the dataset.\\r\\n type: integer\\r\\n default: 100\\r\\n required:\\r\\n - criteria\\r\\ncomponents:\\r\\n schemas:\\r\\n dataSetList:\\r\\n type: object\\r\\n properties:\\r\\n total:\\r\\n type: integer\\r\\n apis:\\r\\n type: array\\r\\n items:\\r\\n type: object\\r\\n properties:\\r\\n apiKey:\\r\\n type: string\\r\\n description: To be used as a dataset parameter value\\r\\n apiVersionNumber:\\r\\n type: string\\r\\n description: To be used as a version parameter value\\r\\n apiUrl:\\r\\n type: string\\r\\n format: uriref\\r\\n description: \\\"The URL describing the dataset's fields\\\"\\r\\n apiDocumentationUrl:\\r\\n type: string\\r\\n format: uriref\\r\\n description: A URL to the API console for each API\",\r\n \"format\": \"openapi\"\r\n }\r\n}", "RequestHeaders": { @@ -791,7 +791,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1771?api-version=2022-08-01&asyncId=62474d20217d200d902d7e62&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTc3MT9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzRkMjAyMTdkMjAwZDkwMmQ3ZTYyJmFzeW5jQ29kZT0yMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTc3MT9hcGktdmVyc2lvbj0yMDIyLTA4LTAxJmFzeW5jSWQ9NjI0NzRkMjAyMTdkMjAwZDkwMmQ3ZTYyJmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -854,7 +854,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1771?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTc3MT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTc3MT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -995,7 +995,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"clientSecret\": \"ps723\"\r\n }\r\n}", "RequestHeaders": { @@ -1070,7 +1070,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1771?deleteRevisions=true&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTc3MT9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTc3MT9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -1133,7 +1133,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/ps1771?deleteRevisions=true&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTc3MT9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL3BzMTc3MT9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -1193,7 +1193,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -1256,7 +1256,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/openidConnectProviders/ps6699?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL3BzNjY5OT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/OperationsCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/OperationsCrudTest.json index 58a95bb051b2..83c03d37860b 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/OperationsCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/OperationsCrudTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?$filter=properties/displayName%20eq%20'Echo%20API'&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzPyRmaWx0ZXI9cHJvcGVydGllcy9kaXNwbGF5TmFtZSUyMGVxJTIwJ0VjaG8lMjBBUEknJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzPyRmaWx0ZXI9cHJvcGVydGllcy9kaXNwbGF5TmFtZSUyMGVxJTIwJ0VjaG8lMjBBUEknJmFwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -128,7 +128,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/create-resource?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -194,7 +194,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/modify-resource?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvbW9kaWZ5LXJlc291cmNlP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvbW9kaWZ5LXJlc291cmNlP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -260,7 +260,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/remove-resource?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvcmVtb3ZlLXJlc291cmNlP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvcmVtb3ZlLXJlc291cmNlP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -458,7 +458,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/retrieve-resource-cached?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvcmV0cmlldmUtcmVzb3VyY2UtY2FjaGVkP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvcmV0cmlldmUtcmVzb3VyY2UtY2FjaGVkP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -524,7 +524,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/ps5110?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvcHM1MTEwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvcHM1MTEwP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"rid\",\r\n \"description\": \"Resource identifier\",\r\n \"type\": \"string\",\r\n \"required\": false,\r\n \"values\": [],\r\n \"examples\": {}\r\n },\r\n {\r\n \"name\": \"query\",\r\n \"description\": \"Query string\",\r\n \"type\": \"string\",\r\n \"required\": false,\r\n \"values\": [],\r\n \"examples\": {}\r\n }\r\n ],\r\n \"description\": \"ps2971\",\r\n \"request\": {\r\n \"description\": \"Create/update resource request\",\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"ps1358\",\r\n \"description\": \"ps9153\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"ps1092\",\r\n \"required\": true,\r\n \"values\": [\r\n \"ps1092\"\r\n ],\r\n \"examples\": {}\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"ps1256\",\r\n \"description\": \"ps5034\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"ps8090\",\r\n \"required\": true,\r\n \"values\": [\r\n \"ps8090\"\r\n ],\r\n \"examples\": {}\r\n }\r\n ],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"typeName\": \"the type name\",\r\n \"examples\": {\r\n \"default\": {\r\n \"summary\": \"default\",\r\n \"description\": \"My default request example\",\r\n \"value\": \"default\",\r\n \"externalValue\": \"https://contoso.com\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 1980785443,\r\n \"description\": \"ps2440\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"ps9983\",\r\n \"examples\": {\r\n \"default\": {\r\n \"summary\": \"default\",\r\n \"description\": \"My default request example\",\r\n \"value\": \"default\",\r\n \"externalValue\": \"https://contoso.com\"\r\n }\r\n }\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"displayName\": \"ps8496\",\r\n \"method\": \"PATCH\",\r\n \"urlTemplate\": \"/resource/{rid}?q={query}\"\r\n }\r\n}", "RequestHeaders": { @@ -596,7 +596,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/ps5110?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvcHM1MTEwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvcHM1MTEwP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"xrid\",\r\n \"description\": \"Resource identifier modified\",\r\n \"type\": \"string\",\r\n \"required\": false,\r\n \"values\": [],\r\n \"examples\": {}\r\n },\r\n {\r\n \"name\": \"xquery\",\r\n \"description\": \"Query string modified\",\r\n \"type\": \"string\",\r\n \"required\": false,\r\n \"values\": [],\r\n \"examples\": {}\r\n }\r\n ],\r\n \"description\": \"ps5684\",\r\n \"request\": {\r\n \"description\": \"Create/update resource request modified\",\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"ps4561\",\r\n \"description\": \"ps5466\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"ps1233\",\r\n \"required\": true,\r\n \"values\": [\r\n \"ps1233\"\r\n ],\r\n \"examples\": {}\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"ps6413\",\r\n \"description\": \"ps5409\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"ps1566\",\r\n \"required\": true,\r\n \"values\": [\r\n \"ps1566\"\r\n ],\r\n \"examples\": {}\r\n }\r\n ],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"examples\": {\r\n \"default\": {\r\n \"summary\": \"default\",\r\n \"description\": \"My default request example\",\r\n \"value\": \"default\",\r\n \"externalValue\": \"https://contoso.com\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 1980785443,\r\n \"description\": \"ps7051\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"ps889\",\r\n \"examples\": {\r\n \"default\": {\r\n \"summary\": \"default\",\r\n \"description\": \"My default request example\",\r\n \"value\": \"default\",\r\n \"externalValue\": \"https://contoso.com\"\r\n }\r\n }\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"displayName\": \"ps5072\",\r\n \"method\": \"PUT\",\r\n \"urlTemplate\": \"/resource/{xrid}?q={xquery}\"\r\n }\r\n}", "RequestHeaders": { @@ -671,7 +671,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/ps5110?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvcHM1MTEwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvcHM1MTEwP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -737,7 +737,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/ps5110?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvcHM1MTEwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvcHM1MTEwP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -800,7 +800,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/ps5110?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvcHM1MTEwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvcHM1MTEwP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/PolicyCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/PolicyCrudTest.json index 89f8cfeee5ca..2b35cb5b088d 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/PolicyCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/PolicyCrudTest.json @@ -146,7 +146,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/policies/policy?format=xml&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wb2xpY2llcy9wb2xpY3k/Zm9ybWF0PXhtbCZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wb2xpY2llcy9wb2xpY3k/Zm9ybWF0PXhtbCZhcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -212,7 +212,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/policies/policy?format=xml&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wb2xpY2llcy9wb2xpY3k/Zm9ybWF0PXhtbCZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wb2xpY2llcy9wb2xpY3k/Zm9ybWF0PXhtbCZhcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -275,7 +275,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/policies/policy?format=xml&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wb2xpY2llcy9wb2xpY3k/Zm9ybWF0PXhtbCZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wb2xpY2llcy9wb2xpY3k/Zm9ybWF0PXhtbCZhcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -341,7 +341,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/policies/policy?format=xml&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wb2xpY2llcy9wb2xpY3k/Zm9ybWF0PXhtbCZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wb2xpY2llcy9wb2xpY3k/Zm9ybWF0PXhtbCZhcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -530,7 +530,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products?$filter=properties/displayName%20eq%20'Unlimited'&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cz8kZmlsdGVyPXByb3BlcnRpZXMvZGlzcGxheU5hbWUlMjBlcSUyMCdVbmxpbWl0ZWQnJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cz8kZmlsdGVyPXByb3BlcnRpZXMvZGlzcGxheU5hbWUlMjBlcSUyMCdVbmxpbWl0ZWQnJmFwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -593,7 +593,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products?$filter=properties/displayName%20eq%20'Unlimited'&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cz8kZmlsdGVyPXByb3BlcnRpZXMvZGlzcGxheU5hbWUlMjBlcSUyMCdVbmxpbWl0ZWQnJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cz8kZmlsdGVyPXByb3BlcnRpZXMvZGlzcGxheU5hbWUlMjBlcSUyMCdVbmxpbWl0ZWQnJmFwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -656,7 +656,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/unlimited/policies/policy?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"value\": \"\\r\\n\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\",\r\n \"format\": \"xml\"\r\n }\r\n}", "RequestHeaders": { @@ -731,7 +731,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/unlimited/policies/policy?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"value\": \"\",\r\n \"format\": \"xml\"\r\n }\r\n}", "RequestHeaders": { @@ -998,7 +998,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/unlimited/policies/policy?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -1061,7 +1061,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/unlimited/policies/policy?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -1124,7 +1124,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1187,7 +1187,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1250,7 +1250,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1313,7 +1313,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1376,7 +1376,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/policies/policy?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"value\": \"\\r\\n\\r\\n \\r\\n \\r\\n \\r\\n version\\r\\n Accept\\r\\n Accept-Charset\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\",\r\n \"format\": \"xml\"\r\n }\r\n}", "RequestHeaders": { @@ -1451,7 +1451,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/policies/policy?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"value\": \"versionAcceptAccept-Charset\",\r\n \"format\": \"xml\"\r\n }\r\n}", "RequestHeaders": { @@ -1526,7 +1526,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/policies/policy?format=xml&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9mb3JtYXQ9eG1sJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9mb3JtYXQ9eG1sJmFwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1592,7 +1592,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/policies/policy?format=xml&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9mb3JtYXQ9eG1sJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9mb3JtYXQ9eG1sJmFwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1655,7 +1655,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/policies/policy?format=xml&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9mb3JtYXQ9eG1sJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9mb3JtYXQ9eG1sJmFwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1718,7 +1718,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/policies/policy?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -1781,7 +1781,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/policies/policy?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -1970,7 +1970,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/create-resource/policies/policy?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"value\": \"\\r\\n\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\",\r\n \"format\": \"xml\"\r\n }\r\n}", "RequestHeaders": { @@ -2045,7 +2045,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/create-resource/policies/policy?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"value\": \"\",\r\n \"format\": \"xml\"\r\n }\r\n}", "RequestHeaders": { @@ -2120,7 +2120,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/create-resource/policies/policy?format=xml&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9mb3JtYXQ9eG1sJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9mb3JtYXQ9eG1sJmFwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2186,7 +2186,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/create-resource/policies/policy?format=xml&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9mb3JtYXQ9eG1sJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9mb3JtYXQ9eG1sJmFwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2249,7 +2249,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/create-resource/policies/policy?format=xml&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9mb3JtYXQ9eG1sJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9mb3JtYXQ9eG1sJmFwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2312,7 +2312,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/create-resource/policies/policy?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -2375,7 +2375,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/create-resource/policies/policy?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -2504,7 +2504,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/policies/policy?format=rawxml&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9mb3JtYXQ9cmF3eG1sJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9mb3JtYXQ9cmF3eG1sJmFwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2570,7 +2570,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/operations/create-resource/policies/policy?format=rawxml&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9mb3JtYXQ9cmF3eG1sJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9mb3JtYXQ9cmF3eG1sJmFwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ProductCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ProductCrudTest.json index d6744fb7383f..d83147ec507f 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ProductCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/ProductCrudTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -269,7 +269,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/ps9207/apis?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9wczkyMDcvYXBpcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9wczkyMDcvYXBpcz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -332,7 +332,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/ps9207/apis?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9wczkyMDcvYXBpcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9wczkyMDcvYXBpcz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -395,7 +395,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/ps9207/apis?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9wczkyMDcvYXBpcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9wczkyMDcvYXBpcz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -458,7 +458,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -521,7 +521,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -584,7 +584,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/ps9207/apis/echo-api?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9wczkyMDcvYXBpcy9lY2hvLWFwaT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9wczkyMDcvYXBpcy9lY2hvLWFwaT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { @@ -725,7 +725,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products?$filter=properties/displayName%20eq%20'ps8974'&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cz8kZmlsdGVyPXByb3BlcnRpZXMvZGlzcGxheU5hbWUlMjBlcSUyMCdwczg5NzQnJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cz8kZmlsdGVyPXByb3BlcnRpZXMvZGlzcGxheU5hbWUlMjBlcSUyMCdwczg5NzQnJmFwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -788,7 +788,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/apis/echo-api/products?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL3Byb2R1Y3RzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9hcGlzL2VjaG8tYXBpL3Byb2R1Y3RzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -851,7 +851,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/ps9207/apis/echo-api?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9wczkyMDcvYXBpcy9lY2hvLWFwaT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9wczkyMDcvYXBpcy9lY2hvLWFwaT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -911,7 +911,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/ps9207?deleteSubscriptions=true&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9wczkyMDc/ZGVsZXRlU3Vic2NyaXB0aW9ucz10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9wczkyMDc/ZGVsZXRlU3Vic2NyaXB0aW9ucz10cnVlJmFwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/PropertiesCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/PropertiesCrudTest.json index fbc9682fe5fc..e0a17421c6c1 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/PropertiesCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/PropertiesCrudTest.json @@ -71,7 +71,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969?api-version=2022-08-01&asyncId=624773a901234e13942b06e7&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczI5Njk/YXBpLXZlcnNpb249MjAyMS0wOC0wMSZhc3luY0lkPTYyNDc3M2E5MDEyMzRlMTM5NDJiMDZlNyZhc3luY0NvZGU9MjAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczI5Njk/YXBpLXZlcnNpb249MjAyMi0wOC0wMSZhc3luY0lkPTYyNDc3M2E5MDEyMzRlMTM5NDJiMDZlNyZhc3luY0NvZGU9MjAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -134,7 +134,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969/listValue?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczI5NjkvbGlzdFZhbHVlP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczI5NjkvbGlzdFZhbHVlP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { @@ -200,7 +200,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969/listValue?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczI5NjkvbGlzdFZhbHVlP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczI5NjkvbGlzdFZhbHVlP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { @@ -335,7 +335,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2148?api-version=2022-08-01&asyncId=624773c801234e13942b06eb&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczIxNDg/YXBpLXZlcnNpb249MjAyMS0wOC0wMSZhc3luY0lkPTYyNDc3M2M4MDEyMzRlMTM5NDJiMDZlYiZhc3luY0NvZGU9MjAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczIxNDg/YXBpLXZlcnNpb249MjAyMi0wOC0wMSZhc3luY0lkPTYyNDc3M2M4MDEyMzRlMTM5NDJiMDZlYiZhc3luY0NvZGU9MjAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -398,7 +398,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2148/refreshSecret?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczIxNDgvcmVmcmVzaFNlY3JldD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczIxNDgvcmVmcmVzaFNlY3JldD9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { @@ -461,7 +461,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2148/refreshSecret?api-version=2022-08-01&asyncId=624773e701234e13942b06ef&asyncCode=200", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczIxNDgvcmVmcmVzaFNlY3JldD9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzczZTcwMTIzNGUxMzk0MmIwNmVmJmFzeW5jQ29kZT0yMDA=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczIxNDgvcmVmcmVzaFNlY3JldD9hcGktdmVyc2lvbj0yMDIyLTA4LTAxJmFzeW5jSWQ9NjI0NzczZTcwMTIzNGUxMzk0MmIwNmVmJmFzeW5jQ29kZT0yMDA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -524,7 +524,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2148/refreshSecret?api-version=2022-08-01&asyncId=624773e701234e13942b06ef&asyncCode=200", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczIxNDgvcmVmcmVzaFNlY3JldD9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0NzczZTcwMTIzNGUxMzk0MmIwNmVmJmFzeW5jQ29kZT0yMDA=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczIxNDgvcmVmcmVzaFNlY3JldD9hcGktdmVyc2lvbj0yMDIyLTA4LTAxJmFzeW5jSWQ9NjI0NzczZTcwMTIzNGUxMzk0MmIwNmVmJmFzeW5jQ29kZT0yMDA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -653,7 +653,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"secret\": true,\r\n \"displayName\": \"ps5649\",\r\n \"value\": \"ps3376\"\r\n }\r\n}", "RequestHeaders": { @@ -722,7 +722,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2022-08-01&asyncId=6247740501234e13942b06f3&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0Nzc0MDUwMTIzNGUxMzk0MmIwNmYzJmFzeW5jQ29kZT0yMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIyLTA4LTAxJmFzeW5jSWQ9NjI0Nzc0MDUwMTIzNGUxMzk0MmIwNmYzJmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -785,7 +785,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -911,7 +911,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues?$filter=tags/any(t:%20t%20eq%20'sdk')&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcz8kZmlsdGVyPXRhZ3MvYW55KHQ6JTIwdCUyMGVxJTIwJ3NkaycpJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcz8kZmlsdGVyPXRhZ3MvYW55KHQ6JTIwdCUyMGVxJTIwJ3NkaycpJmFwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -974,7 +974,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1040,7 +1040,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1106,7 +1106,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1172,7 +1172,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1433,7 +1433,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"tags\": [\r\n \"sdk\",\r\n \"powershell\",\r\n \"test\"\r\n ]\r\n }\r\n}", "RequestHeaders": { @@ -1505,7 +1505,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2022-08-01&asyncId=6247742601234e13942b06f7&asyncCode=200", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAxJmFzeW5jSWQ9NjI0Nzc0MjYwMTIzNGUxMzk0MmIwNmY3JmFzeW5jQ29kZT0yMDA=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIyLTA4LTAxJmFzeW5jSWQ9NjI0Nzc0MjYwMTIzNGUxMzk0MmIwNmY3JmFzeW5jQ29kZT0yMDA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1835,7 +1835,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps2969?api-version=2022-08-01&asyncId=6247744501234e13942b06fb&asyncCode=200", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczI5Njk/YXBpLXZlcnNpb249MjAyMS0wOC0wMSZhc3luY0lkPTYyNDc3NDQ1MDEyMzRlMTM5NDJiMDZmYiZhc3luY0NvZGU9MjAw", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczI5Njk/YXBpLXZlcnNpb249MjAyMi0wOC0wMSZhc3luY0lkPTYyNDc3NDQ1MDEyMzRlMTM5NDJiMDZmYiZhc3luY0NvZGU9MjAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1898,7 +1898,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { @@ -1961,7 +1961,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/namedValues/ps821?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9uYW1lZFZhbHVlcy9wczgyMT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/SubscriptionNewModelCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/SubscriptionNewModelCrudTest.json index aef89cc28313..129c769217ea 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/SubscriptionNewModelCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/SubscriptionNewModelCrudTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -65,7 +65,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/62462d849d398d005a070001?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zLzYyNDYyZDg0OWQzOThkMDA1YTA3MDAwMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zLzYyNDYyZDg0OWQzOThkMDA1YTA3MDAwMT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -131,7 +131,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/62462d849d398d005a070002?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zLzYyNDYyZDg0OWQzOThkMDA1YTA3MDAwMj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zLzYyNDYyZDg0OWQzOThkMDA1YTA3MDAwMj9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -197,7 +197,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/master?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL21hc3Rlcj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL21hc3Rlcj9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -608,7 +608,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions?$filter=properties/scope%20eq%20'/apis'&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zPyRmaWx0ZXI9cHJvcGVydGllcy9zY29wZSUyMGVxJTIwJy9hcGlzJyZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zPyRmaWx0ZXI9cHJvcGVydGllcy9zY29wZSUyMGVxJTIwJy9hcGlzJyZhcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/SubscriptionOldModelCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/SubscriptionOldModelCrudTest.json index 54fa05c9c274..f1b02b93a088 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/SubscriptionOldModelCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/SubscriptionOldModelCrudTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -65,7 +65,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/62462d849d398d005a070001?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zLzYyNDYyZDg0OWQzOThkMDA1YTA3MDAwMT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zLzYyNDYyZDg0OWQzOThkMDA1YTA3MDAwMT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -131,7 +131,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/62462d849d398d005a070001/listSecrets?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zLzYyNDYyZDg0OWQzOThkMDA1YTA3MDAwMS9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zLzYyNDYyZDg0OWQzOThkMDA1YTA3MDAwMS9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { @@ -197,7 +197,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/62462d849d398d005a070002?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zLzYyNDYyZDg0OWQzOThkMDA1YTA3MDAwMj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zLzYyNDYyZDg0OWQzOThkMDA1YTA3MDAwMj9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -263,7 +263,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/62462d849d398d005a070002/listSecrets?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zLzYyNDYyZDg0OWQzOThkMDA1YTA3MDAwMi9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zLzYyNDYyZDg0OWQzOThkMDA1YTA3MDAwMi9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { @@ -329,7 +329,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/master?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL21hc3Rlcj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL21hc3Rlcj9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -395,7 +395,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/master/listSecrets?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL21hc3Rlci9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL21hc3Rlci9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { @@ -461,7 +461,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/products/starter?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9wcm9kdWN0cy9zdGFydGVyP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"subscriptionsLimit\": 100\r\n }\r\n}", "RequestHeaders": { @@ -536,7 +536,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/ps7787?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL3BzNzc4Nz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL3BzNzc4Nz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"ownerId\": \"/users/1\",\r\n \"scope\": \"/products/starter\",\r\n \"displayName\": \"ps1086\",\r\n \"primaryKey\": \"ps5940\",\r\n \"secondaryKey\": \"ps9034\",\r\n \"state\": \"active\"\r\n }\r\n}", "RequestHeaders": { @@ -608,7 +608,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/ps7787?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL3BzNzc4Nz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL3BzNzc4Nz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"expirationDate\": \"2025-07-20T00:00:00Z\",\r\n \"displayName\": \"ps4757\",\r\n \"primaryKey\": \"ps6666\",\r\n \"secondaryKey\": \"ps1510\"\r\n }\r\n}", "RequestHeaders": { @@ -683,7 +683,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/ps7787?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL3BzNzc4Nz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL3BzNzc4Nz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -749,7 +749,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/ps7787/listSecrets?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL3BzNzc4Ny9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL3BzNzc4Ny9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { @@ -941,7 +941,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions?$filter=properties/scope%20eq%20'/products/starter'%20and%20properties/ownerId%20eq%20'1'&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zPyRmaWx0ZXI9cHJvcGVydGllcy9zY29wZSUyMGVxJTIwJy9wcm9kdWN0cy9zdGFydGVyJyUyMGFuZCUyMHByb3BlcnRpZXMvb3duZXJJZCUyMGVxJTIwJzEnJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zPyRmaWx0ZXI9cHJvcGVydGllcy9zY29wZSUyMGVxJTIwJy9wcm9kdWN0cy9zdGFydGVyJyUyMGFuZCUyMHByb3BlcnRpZXMvb3duZXJJZCUyMGVxJTIwJzEnJmFwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1004,7 +1004,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/subscriptions/ps7787?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL3BzNzc4Nz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC9zdWJzY3JpcHRpb25zL3BzNzc4Nz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/TenantAccessConfCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/TenantAccessConfCrudTest.json index 0895ca7aa6ce..4afb46295c76 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/TenantAccessConfCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/TenantAccessConfCrudTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/access?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvYWNjZXNzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvYWNjZXNzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -68,7 +68,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/access?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvYWNjZXNzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvYWNjZXNzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -134,7 +134,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/access?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvYWNjZXNzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvYWNjZXNzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -200,7 +200,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/access?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvYWNjZXNzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvYWNjZXNzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"enabled\": true\r\n }\r\n}", "RequestHeaders": { @@ -275,7 +275,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/access?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvYWNjZXNzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvYWNjZXNzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"enabled\": false\r\n }\r\n}", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/TenantGitConfCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/TenantGitConfCrudTest.json index 56eadca5c300..0b192e93d838 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/TenantGitConfCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/TenantGitConfCrudTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/gitaccess/listSecrets?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvZ2l0YWNjZXNzL2xpc3RTZWNyZXRzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvZ2l0YWNjZXNzL2xpc3RTZWNyZXRzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { @@ -257,7 +257,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/save?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9zYXZlP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9zYXZlP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"branch\": \"master\",\r\n \"force\": false\r\n }\r\n}", "RequestHeaders": { @@ -329,7 +329,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde2101234e10f00b7b84?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYyNGNkZTIxMDEyMzRlMTBmMDBiN2I4ND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYyNGNkZTIxMDEyMzRlMTBmMDBiN2I4ND9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -392,7 +392,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde2101234e10f00b7b84?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYyNGNkZTIxMDEyMzRlMTBmMDBiN2I4ND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYyNGNkZTIxMDEyMzRlMTBmMDBiN2I4ND9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -452,7 +452,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde2101234e10f00b7b84?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYyNGNkZTIxMDEyMzRlMTBmMDBiN2I4ND9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYyNGNkZTIxMDEyMzRlMTBmMDBiN2I4ND9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -512,7 +512,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/validate?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi92YWxpZGF0ZT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi92YWxpZGF0ZT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"branch\": \"master\",\r\n \"force\": false\r\n }\r\n}", "RequestHeaders": { @@ -584,7 +584,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde5e01234e10f00b7b86?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYyNGNkZTVlMDEyMzRlMTBmMDBiN2I4Nj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYyNGNkZTVlMDEyMzRlMTBmMDBiN2I4Nj9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -644,7 +644,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde5e01234e10f00b7b86?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYyNGNkZTVlMDEyMzRlMTBmMDBiN2I4Nj9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYyNGNkZTVlMDEyMzRlMTBmMDBiN2I4Nj9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -776,7 +776,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde7c01234e10f00b7b88?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYyNGNkZTdjMDEyMzRlMTBmMDBiN2I4OD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYyNGNkZTdjMDEyMzRlMTBmMDBiN2I4OD9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -839,7 +839,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde7c01234e10f00b7b88?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYyNGNkZTdjMDEyMzRlMTBmMDBiN2I4OD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYyNGNkZTdjMDEyMzRlMTBmMDBiN2I4OD9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -899,7 +899,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/tenant/configuration/operationResults/624cde7c01234e10f00b7b88?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYyNGNkZTdjMDEyMzRlMTBmMDBiN2I4OD9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYyNGNkZTdjMDEyMzRlMTBmMDBiN2I4OD9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/UserCrudTest.json b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/UserCrudTest.json index a4471b2b23bd..6cc514931b00 100644 --- a/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/UserCrudTest.json +++ b/src/ApiManagement/ApiManagement.ServiceManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Test.ScenarioTests.ApiManagementTests/UserCrudTest.json @@ -2,7 +2,7 @@ "Entries": [ { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -65,7 +65,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/1?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy8xP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy8xP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -755,7 +755,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users?$filter=email%20eq%20'changed.contoso@microsoft.com'&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycz8kZmlsdGVyPWVtYWlsJTIwZXElMjAnY2hhbmdlZC5jb250b3NvQG1pY3Jvc29mdC5jb20nJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycz8kZmlsdGVyPWVtYWlsJTIwZXElMjAnY2hhbmdlZC5jb250b3NvQG1pY3Jvc29mdC5jb20nJmFwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -881,7 +881,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users?$filter=lastName%20eq%20'ps8364'&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycz8kZmlsdGVyPWxhc3ROYW1lJTIwZXElMjAncHM4MzY0JyZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycz8kZmlsdGVyPWxhc3ROYW1lJTIwZXElMjAncHM4MzY0JyZhcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -944,7 +944,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users?$filter=lastName%20eq%20'ps8364'&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycz8kZmlsdGVyPWxhc3ROYW1lJTIwZXElMjAncHM4MzY0JyZhcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycz8kZmlsdGVyPWxhc3ROYW1lJTIwZXElMjAncHM4MzY0JyZhcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1202,7 +1202,7 @@ }, { "RequestUri": "/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-20210801/providers/Microsoft.ApiManagement/service/powershellsdkservicetest/users/ps8695?deleteSubscriptions=true&api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy9wczg2OTU/ZGVsZXRlU3Vic2NyaXB0aW9ucz10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZGJkYmViYzMtMWYxNS00ZTc0LTllZjItN2RiMjU0ODNjYjE1L3Jlc291cmNlR3JvdXBzL0FwaW0tTmV0U2RrLTIwMjEwODAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Bvd2Vyc2hlbGxzZGtzZXJ2aWNldGVzdC91c2Vycy9wczg2OTU/ZGVsZXRlU3Vic2NyaXB0aW9ucz10cnVlJmFwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestApiManagementHostnamesCrud.json b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestApiManagementHostnamesCrud.json index 089686d911b1..5554ea12a5c6 100644 --- a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestApiManagementHostnamesCrud.json +++ b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestApiManagementHostnamesCrud.json @@ -1924,7 +1924,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1987,7 +1987,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2050,7 +2050,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2113,7 +2113,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2176,7 +2176,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2239,7 +2239,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2302,7 +2302,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2365,7 +2365,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2428,7 +2428,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2491,7 +2491,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2554,7 +2554,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2617,7 +2617,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2680,7 +2680,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2743,7 +2743,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2806,7 +2806,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2869,7 +2869,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2932,7 +2932,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2995,7 +2995,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3058,7 +3058,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3121,7 +3121,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3184,7 +3184,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3247,7 +3247,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3310,7 +3310,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3373,7 +3373,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3436,7 +3436,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3499,7 +3499,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3562,7 +3562,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3625,7 +3625,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3688,7 +3688,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8518/providers/Microsoft.ApiManagement/service/ps6860/operationresults/ZWFzdHVzOnBzNjg2MF9VcGRhdGVfZTI3NmM1ODk=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODUxOC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczY4NjAvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpOamcyTUY5VmNHUmhkR1ZmWlRJM05tTTFPRGs9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagement.json b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagement.json index 41466b03360c..c13d12b936f4 100644 --- a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagement.json +++ b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagement.json @@ -207,7 +207,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -270,7 +270,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -333,7 +333,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -396,7 +396,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -459,7 +459,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -522,7 +522,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -585,7 +585,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -648,7 +648,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -711,7 +711,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -774,7 +774,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -837,7 +837,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -900,7 +900,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -963,7 +963,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1026,7 +1026,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1089,7 +1089,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1152,7 +1152,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1215,7 +1215,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1278,7 +1278,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1341,7 +1341,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1404,7 +1404,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1467,7 +1467,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1530,7 +1530,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1593,7 +1593,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1656,7 +1656,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1719,7 +1719,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1782,7 +1782,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1845,7 +1845,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1908,7 +1908,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1971,7 +1971,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2034,7 +2034,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2097,7 +2097,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2160,7 +2160,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2223,7 +2223,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2286,7 +2286,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2349,7 +2349,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2412,7 +2412,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2475,7 +2475,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2538,7 +2538,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2601,7 +2601,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2664,7 +2664,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2727,7 +2727,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2790,7 +2790,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2853,7 +2853,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2916,7 +2916,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2979,7 +2979,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3042,7 +3042,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3105,7 +3105,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3168,7 +3168,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3231,7 +3231,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3294,7 +3294,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3357,7 +3357,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3420,7 +3420,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3483,7 +3483,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3546,7 +3546,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3609,7 +3609,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3672,7 +3672,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3735,7 +3735,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3798,7 +3798,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3861,7 +3861,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3924,7 +3924,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3987,7 +3987,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19BY3RfMjJmMzZlNmE=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOUJZM1JmTWpKbU16WmxObUU9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4110,7 +4110,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4173,7 +4173,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4237,7 +4237,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4379,7 +4379,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4442,7 +4442,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4505,7 +4505,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4568,7 +4568,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4631,7 +4631,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4694,7 +4694,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4757,7 +4757,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4820,7 +4820,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4883,7 +4883,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4946,7 +4946,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5009,7 +5009,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5072,7 +5072,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5135,7 +5135,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5198,7 +5198,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5261,7 +5261,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5324,7 +5324,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5387,7 +5387,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5450,7 +5450,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5513,7 +5513,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5576,7 +5576,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5639,7 +5639,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5702,7 +5702,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5765,7 +5765,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5828,7 +5828,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5891,7 +5891,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -5954,7 +5954,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6017,7 +6017,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6080,7 +6080,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6143,7 +6143,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6206,7 +6206,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6269,7 +6269,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6332,7 +6332,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6395,7 +6395,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6458,7 +6458,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6521,7 +6521,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6584,7 +6584,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6647,7 +6647,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6710,7 +6710,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6773,7 +6773,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6836,7 +6836,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6899,7 +6899,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -6962,7 +6962,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7025,7 +7025,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7088,7 +7088,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7151,7 +7151,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7214,7 +7214,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7277,7 +7277,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7340,7 +7340,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7403,7 +7403,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7466,7 +7466,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7529,7 +7529,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7592,7 +7592,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7655,7 +7655,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7718,7 +7718,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7781,7 +7781,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7844,7 +7844,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -7907,7 +7907,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9BY3RfMWMxNTk4NmI=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOUJZM1JmTVdNeE5UazRObUk9P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8030,7 +8030,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/providers/Microsoft.ApiManagement/service?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8134,7 +8134,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/providers/Microsoft.ApiManagement/service?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8317,7 +8317,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4889/operationresults/d2VzdGV1cm9wZTpwczQ4ODlfQWN0Xzg1YjdlYmY0?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ4ODkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdWMWNtOXdaVHB3Y3pRNE9EbGZRV04wWHpnMVlqZGxZbVkwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ4ODkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdWMWNtOXdaVHB3Y3pRNE9EbGZRV04wWHpnMVlqZGxZbVkwP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8380,7 +8380,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4889/operationresults/d2VzdGV1cm9wZTpwczQ4ODlfQWN0Xzg1YjdlYmY0?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ4ODkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdWMWNtOXdaVHB3Y3pRNE9EbGZRV04wWHpnMVlqZGxZbVkwP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ4ODkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdWMWNtOXdaVHB3Y3pRNE9EbGZRV04wWHpnMVlqZGxZbVkwP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8509,7 +8509,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19UZXJtX2Q1OThiYWRh?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOVVaWEp0WDJRMU9UaGlZV1JoP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOVVaWEp0WDJRMU9UaGlZV1JoP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8572,7 +8572,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19UZXJtX2Q1OThiYWRh?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOVVaWEp0WDJRMU9UaGlZV1JoP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOVVaWEp0WDJRMU9UaGlZV1JoP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8629,7 +8629,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps2883/operationresults/Y2VudHJhbHVzOnBzMjg4M19UZXJtX2Q1OThiYWRh?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOVVaWEp0WDJRMU9UaGlZV1JoP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczI4ODMvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TWpnNE0xOVVaWEp0WDJRMU9UaGlZV1JoP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8755,7 +8755,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9UZXJtXzUwZDcyMjgw?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOVVaWEp0WHpVd1pEY3lNamd3P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOVVaWEp0WHpVd1pEY3lNamd3P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8818,7 +8818,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9UZXJtXzUwZDcyMjgw?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOVVaWEp0WHpVd1pEY3lNamd3P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOVVaWEp0WHpVd1pEY3lNamd3P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -8875,7 +8875,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4976/operationresults/Y2VudHJhbHVzOnBzNDk3Nl9UZXJtXzUwZDcyMjgw?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOVVaWEp0WHpVd1pEY3lNamd3P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ5NzYvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbkJ6TkRrM05sOVVaWEp0WHpVd1pEY3lNamd3P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9001,7 +9001,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4889/operationresults/d2VzdGV1cm9wZTpwczQ4ODlfVGVybV84NWMwZjM1Mw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ4ODkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdWMWNtOXdaVHB3Y3pRNE9EbGZWR1Z5YlY4NE5XTXdaak0xTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ4ODkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdWMWNtOXdaVHB3Y3pRNE9EbGZWR1Z5YlY4NE5XTXdaak0xTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -9058,7 +9058,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps9455/providers/Microsoft.ApiManagement/service/ps4889/operationresults/d2VzdGV1cm9wZTpwczQ4ODlfVGVybV84NWMwZjM1Mw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ4ODkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdWMWNtOXdaVHB3Y3pRNE9EbGZWR1Z5YlY4NE5XTXdaak0xTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzOTQ1NS9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ4ODkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdWMWNtOXdaVHB3Y3pRNE9EbGZWR1Z5YlY4NE5XTXdaak0xTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementVirtualNetworkStv2CRUD.json b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementVirtualNetworkStv2CRUD.json index 95a23affc0e9..2c55a776444a 100644 --- a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementVirtualNetworkStv2CRUD.json +++ b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementVirtualNetworkStv2CRUD.json @@ -68,7 +68,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"publicIpAddressId\": \"/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/powershelltest/providers/Microsoft.Network/publicIPAddresses/powershellvneteastusip\",\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/powershelltest/providers/Microsoft.Network/virtualNetworks/powershellvneteastus/subnets/stv2subnet\"\r\n },\r\n \"virtualNetworkType\": \"External\",\r\n \"publisherEmail\": \"apim@powershell.org\",\r\n \"publisherName\": \"apimpowershellorg\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"East US\"\r\n}", "RequestHeaders": { @@ -147,7 +147,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"ps471.azure-api.net\",\r\n \"defaultSslBinding\": true,\r\n \"negotiateClientCertificate\": false,\r\n \"certificateSource\": \"BuiltIn\"\r\n }\r\n ],\r\n \"publicIpAddressId\": \"/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/powershelltest/providers/Microsoft.Network/publicIPAddresses/powershellvneteastusip2\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/powershelltest/providers/Microsoft.Network/virtualNetworks/powershellvneteastus/subnets/stv2subnet\"\r\n },\r\n \"additionalLocations\": [\r\n {\r\n \"location\": \"South Central US\",\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"publicIpAddressId\": \"/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/powershelltest/providers/Microsoft.Network/publicIPAddresses/powershellvnetscuip\",\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/powershelltest/providers/Microsoft.Network/virtualNetworks/powershellvnetscu/subnets/stv2subnet\"\r\n }\r\n }\r\n ],\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"disableGateway\": false,\r\n \"virtualNetworkType\": \"Internal\",\r\n \"publisherEmail\": \"apim@powershell.org\",\r\n \"publisherName\": \"apimpowershellorg\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {}\r\n}", "RequestHeaders": { @@ -226,7 +226,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -289,7 +289,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -352,7 +352,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -415,7 +415,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -478,7 +478,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -541,7 +541,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -604,7 +604,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -667,7 +667,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -730,7 +730,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -793,7 +793,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -856,7 +856,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -919,7 +919,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -982,7 +982,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1045,7 +1045,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1108,7 +1108,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1171,7 +1171,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1234,7 +1234,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1297,7 +1297,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1360,7 +1360,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1423,7 +1423,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1486,7 +1486,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1549,7 +1549,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1612,7 +1612,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1675,7 +1675,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1738,7 +1738,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1801,7 +1801,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1864,7 +1864,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1927,7 +1927,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1990,7 +1990,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2053,7 +2053,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2116,7 +2116,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2179,7 +2179,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2242,7 +2242,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2305,7 +2305,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2368,7 +2368,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2431,7 +2431,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2494,7 +2494,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2557,7 +2557,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2620,7 +2620,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2683,7 +2683,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2746,7 +2746,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2809,7 +2809,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2872,7 +2872,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2935,7 +2935,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2998,7 +2998,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3061,7 +3061,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3124,7 +3124,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3187,7 +3187,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3250,7 +3250,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3313,7 +3313,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3376,7 +3376,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3439,7 +3439,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3502,7 +3502,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3565,7 +3565,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3628,7 +3628,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3691,7 +3691,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3754,7 +3754,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3817,7 +3817,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/operationresults/ZWFzdHVzOnBzNDcxX0FjdF84M2E0NWVmMw==?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9vcGVyYXRpb25yZXN1bHRzL1pXRnpkSFZ6T25Cek5EY3hYMEZqZEY4NE0yRTBOV1ZtTXc9PT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3877,7 +3877,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/networkstatus?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9uZXR3b3Jrc3RhdHVzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9uZXR3b3Jrc3RhdHVzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3940,7 +3940,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471/networkstatus?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9uZXR3b3Jrc3RhdHVzP2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MS9uZXR3b3Jrc3RhdHVzP2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4003,7 +4003,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7766/providers/Microsoft.ApiManagement/service/ps471?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzc2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczQ3MT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementWithAdditionalRegions.json b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementWithAdditionalRegions.json index 71df4f44f6c5..91ffa499ed85 100644 --- a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementWithAdditionalRegions.json +++ b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementWithAdditionalRegions.json @@ -68,7 +68,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Nz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Nz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"additionalLocations\": [\r\n {\r\n \"location\": \"East US\",\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 2\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"disableGateway\": true\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 2\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"disableGateway\": true\r\n }\r\n ],\r\n \"disableGateway\": false,\r\n \"virtualNetworkType\": \"None\",\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": \"2019-12-01\"\r\n },\r\n \"publisherEmail\": \"apim@powershell.org\",\r\n \"publisherName\": \"apimpowershellorg\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 2\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/powershelltest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/powershellTestUserIdentity\": {}\r\n }\r\n },\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n}", "RequestHeaders": { @@ -147,7 +147,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Nz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Nz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"ps397.azure-api.net\",\r\n \"defaultSslBinding\": true,\r\n \"negotiateClientCertificate\": false,\r\n \"certificateSource\": \"BuiltIn\"\r\n }\r\n ],\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"additionalLocations\": [\r\n {\r\n \"location\": \"South Central US\",\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 2\r\n },\r\n \"zones\": [\r\n \"1\"\r\n ],\r\n \"disableGateway\": false\r\n }\r\n ],\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"disableGateway\": false,\r\n \"virtualNetworkType\": \"None\",\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": \"2019-12-01\"\r\n },\r\n \"publisherEmail\": \"apim@powershell.org\",\r\n \"publisherName\": \"apimpowershellorg\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 2\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned, UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/powershelltest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/powershellTestUserIdentity\": {}\r\n }\r\n },\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"tags\": {}\r\n}", "RequestHeaders": { @@ -226,7 +226,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -289,7 +289,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -352,7 +352,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -415,7 +415,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -478,7 +478,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -541,7 +541,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -604,7 +604,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -667,7 +667,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -730,7 +730,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -793,7 +793,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -856,7 +856,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -919,7 +919,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -982,7 +982,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1045,7 +1045,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1108,7 +1108,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1171,7 +1171,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1234,7 +1234,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1297,7 +1297,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1360,7 +1360,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1423,7 +1423,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1486,7 +1486,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1549,7 +1549,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1612,7 +1612,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1675,7 +1675,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1738,7 +1738,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1801,7 +1801,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1864,7 +1864,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1927,7 +1927,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1990,7 +1990,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2053,7 +2053,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2116,7 +2116,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2179,7 +2179,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2242,7 +2242,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2305,7 +2305,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2368,7 +2368,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2431,7 +2431,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2494,7 +2494,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397/operationresults/d2VzdHVzMjpwczM5N19BY3RfYTI2MzA0NGQ=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Ny9vcGVyYXRpb25yZXN1bHRzL2QyVnpkSFZ6TWpwd2N6TTVOMTlCWTNSZllUSTJNekEwTkdRPT9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2554,7 +2554,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps8862/providers/Microsoft.ApiManagement/service/ps397?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Nz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzODg2Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczM5Nz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { diff --git a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementWithVirtualNetwork.json b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementWithVirtualNetwork.json index d9f830b27349..5275adebe3af 100644 --- a/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementWithVirtualNetwork.json +++ b/src/ApiManagement/ApiManagement.Test/SessionRecords/Microsoft.Azure.Commands.ApiManagement.Test.ScenarioTests.ApiManagementTests/TestCrudApiManagementWithVirtualNetwork.json @@ -2869,7 +2869,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/networkstatus?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvbmV0d29ya3N0YXR1cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvbmV0d29ya3N0YXR1cz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2932,7 +2932,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/networkstatus?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvbmV0d29ya3N0YXR1cz9hcGktdmVyc2lvbj0yMDIxLTA4LTAx", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvbmV0d29ya3N0YXR1cz9hcGktdmVyc2lvbj0yMDIyLTA4LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3061,7 +3061,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3124,7 +3124,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3187,7 +3187,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3250,7 +3250,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3313,7 +3313,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3376,7 +3376,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3439,7 +3439,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3502,7 +3502,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3565,7 +3565,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3628,7 +3628,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3691,7 +3691,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3754,7 +3754,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3817,7 +3817,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3880,7 +3880,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3943,7 +3943,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4006,7 +4006,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4069,7 +4069,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4132,7 +4132,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4195,7 +4195,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4258,7 +4258,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4321,7 +4321,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4384,7 +4384,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4447,7 +4447,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4510,7 +4510,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4573,7 +4573,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -4636,7 +4636,7 @@ }, { "RequestUri": "/subscriptions/a200340d-6b82-494d-9dbf-687ba6e33f9e/resourceGroups/ps7177/providers/Microsoft.ApiManagement/service/ps2356/operationresults/ZWFzdHVzOnBzMjM1Nl9VcGRhdGVfZmMwMmE2YmM=?api-version=2022-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjEtMDgtMDE=", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTIwMDM0MGQtNmI4Mi00OTRkLTlkYmYtNjg3YmE2ZTMzZjllL3Jlc291cmNlR3JvdXBzL3BzNzE3Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9wczIzNTYvb3BlcmF0aW9ucmVzdWx0cy9aV0Z6ZEhWek9uQnpNak0xTmw5VmNHUmhkR1ZmWm1Nd01tRTJZbU09P2FwaS12ZXJzaW9uPTIwMjItMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": {