diff --git a/sdk/communication/Azure.ResourceManager.Communication/CHANGELOG.md b/sdk/communication/Azure.ResourceManager.Communication/CHANGELOG.md index f2c368a17c0d6..e68523563ed4e 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/CHANGELOG.md +++ b/sdk/communication/Azure.ResourceManager.Communication/CHANGELOG.md @@ -1,14 +1,15 @@ # Release History -## 1.1.0-beta.7 (Unreleased) +## 1.1.0 (2023-03-31) ### Features Added +- Added SenderUsernameResource, SenderUsernameResourceCollection and SenderUsernameResourceData to support the new resource type. ### Breaking Changes - -### Bugs Fixed - -### Other Changes +- This refresh updates `Azure.ResourceManager.Communication` library to the Azure resource management SDK standards and matches the patterns in the rest of the new Azure management libraries. [Resource management using the Azure SDK for .NET](https://learn.microsoft.com/dotnet/azure/sdk/resource-management?tabs=PowerShell) +- Removed ValidSenderUsernames property from CommunicationServiceResourceData. +- CommunicationResource RegenerateKey and RegenerateKeyAsync are no longer marked as long running operations. +- CommunicationResource Update and UpdateAsync are no longer marked as long running operations. ## 1.1.0-beta.6 (2023-02-14) diff --git a/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_CommunicationDomainResource.cs b/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_CommunicationDomainResource.cs index 2583e77f1191f..73017847a3893 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_CommunicationDomainResource.cs +++ b/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_CommunicationDomainResource.cs @@ -23,7 +23,7 @@ public partial class Sample_CommunicationDomainResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetDomainsResource() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/domains/get.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/domains/get.json // this example is just showing the usage of "Domains_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -55,7 +55,7 @@ public async Task Get_GetDomainsResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteDomainsResource() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/domains/delete.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/domains/delete.json // this example is just showing the usage of "Domains_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -83,7 +83,7 @@ public async Task Delete_DeleteDomainsResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateDomainsResource() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/domains/update.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/domains/update.json // this example is just showing the usage of "Domains_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -120,7 +120,7 @@ public async Task Update_UpdateDomainsResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task InitiateVerification_InitiateVerification() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/domains/initiateVerification.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/domains/initiateVerification.json // this example is just showing the usage of "Domains_InitiateVerification" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -149,7 +149,7 @@ public async Task InitiateVerification_InitiateVerification() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CancelVerification_CancelVerification() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/domains/cancelVerification.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/domains/cancelVerification.json // this example is just showing the usage of "Domains_CancelVerification" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_CommunicationDomainResourceCollection.cs b/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_CommunicationDomainResourceCollection.cs index a23c770742598..11d2f9ff46825 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_CommunicationDomainResourceCollection.cs +++ b/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_CommunicationDomainResourceCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_CommunicationDomainResourceCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetDomainsResource() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/domains/get.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/domains/get.json // this example is just showing the usage of "Domains_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -58,7 +58,7 @@ public async Task Get_GetDomainsResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetDomainsResource() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/domains/get.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/domains/get.json // this example is just showing the usage of "Domains_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -89,7 +89,7 @@ public async Task Exists_GetDomainsResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateOrUpdateDomainsResource() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/domains/createOrUpdate.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/domains/createOrUpdate.json // this example is just showing the usage of "Domains_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -129,7 +129,7 @@ public async Task CreateOrUpdate_CreateOrUpdateDomainsResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListDomainsResourcesByEmailServiceName() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/domains/listByEmailService.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/domains/listByEmailService.json // this example is just showing the usage of "Domains_ListByEmailServiceResource" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_CommunicationServiceResource.cs b/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_CommunicationServiceResource.cs index bbf6d00d09c92..52067451d6288 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_CommunicationServiceResource.cs +++ b/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_CommunicationServiceResource.cs @@ -24,7 +24,7 @@ public partial class Sample_CommunicationServiceResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CheckCommunicationNameAvailability_CheckNameAvailabilityAvailable() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/communicationServices/checkNameAvailabilityAvailable.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/communicationServices/checkNameAvailabilityAvailable.json // this example is just showing the usage of "CommunicationServices_CheckNameAvailability" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -54,7 +54,7 @@ public async Task CheckCommunicationNameAvailability_CheckNameAvailabilityAvaila [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CheckCommunicationNameAvailability_CheckNameAvailabilityUnavailable() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/communicationServices/checkNameAvailabilityUnavailable.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/communicationServices/checkNameAvailabilityUnavailable.json // this example is just showing the usage of "CommunicationServices_CheckNameAvailability" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -84,7 +84,7 @@ public async Task CheckCommunicationNameAvailability_CheckNameAvailabilityUnavai [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task LinkNotificationHub_LinkNotificationHub() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/communicationServices/linkNotificationHub.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/communicationServices/linkNotificationHub.json // this example is just showing the usage of "CommunicationServices_LinkNotificationHub" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -112,7 +112,7 @@ public async Task LinkNotificationHub_LinkNotificationHub() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetCommunicationServiceResources_ListBySubscription() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/communicationServices/listBySubscription.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/communicationServices/listBySubscription.json // this example is just showing the usage of "CommunicationServices_ListBySubscription" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -144,7 +144,7 @@ public async Task GetCommunicationServiceResources_ListBySubscription() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateResource() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/communicationServices/update.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/communicationServices/update.json // this example is just showing the usage of "CommunicationServices_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -182,7 +182,7 @@ public async Task Update_UpdateResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetResource() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/communicationServices/get.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/communicationServices/get.json // this example is just showing the usage of "CommunicationServices_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -213,7 +213,7 @@ public async Task Get_GetResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteResource() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/communicationServices/delete.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/communicationServices/delete.json // this example is just showing the usage of "CommunicationServices_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -240,7 +240,7 @@ public async Task Delete_DeleteResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetKeys_ListKeys() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/communicationServices/listKeys.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/communicationServices/listKeys.json // this example is just showing the usage of "CommunicationServices_ListKeys" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -267,7 +267,7 @@ public async Task GetKeys_ListKeys() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task RegenerateKey_RegenerateKey() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/communicationServices/regenerateKey.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/communicationServices/regenerateKey.json // this example is just showing the usage of "CommunicationServices_RegenerateKey" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_CommunicationServiceResourceCollection.cs b/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_CommunicationServiceResourceCollection.cs index fafdc6d46fb79..7a8185280ad5f 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_CommunicationServiceResourceCollection.cs +++ b/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_CommunicationServiceResourceCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_CommunicationServiceResourceCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListByResourceGroup() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/communicationServices/listByResourceGroup.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/communicationServices/listByResourceGroup.json // this example is just showing the usage of "CommunicationServices_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -59,7 +59,7 @@ public async Task GetAll_ListByResourceGroup() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetResource() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/communicationServices/get.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/communicationServices/get.json // this example is just showing the usage of "CommunicationServices_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -93,7 +93,7 @@ public async Task Get_GetResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetResource() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/communicationServices/get.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/communicationServices/get.json // this example is just showing the usage of "CommunicationServices_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -123,7 +123,7 @@ public async Task Exists_GetResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateOrUpdateResource() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/communicationServices/createOrUpdate.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/communicationServices/createOrUpdate.json // this example is just showing the usage of "CommunicationServices_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_EmailServiceResource.cs b/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_EmailServiceResource.cs index 285fea383693d..51fb7119c56ee 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_EmailServiceResource.cs +++ b/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_EmailServiceResource.cs @@ -24,7 +24,7 @@ public partial class Sample_EmailServiceResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetEmailServiceResource() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/emailServices/get.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/emailServices/get.json // this example is just showing the usage of "EmailServices_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -55,7 +55,7 @@ public async Task Get_GetEmailServiceResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteEmailServiceResource() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/emailServices/delete.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/emailServices/delete.json // this example is just showing the usage of "EmailServices_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -82,7 +82,7 @@ public async Task Delete_DeleteEmailServiceResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_UpdateEmailServiceResource() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/emailServices/update.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/emailServices/update.json // this example is just showing the usage of "EmailServices_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -121,7 +121,7 @@ public async Task Update_UpdateEmailServiceResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetEmailServiceResources_ListEmailServiceResourcesBySubscription() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/emailServices/listBySubscription.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/emailServices/listBySubscription.json // this example is just showing the usage of "EmailServices_ListBySubscription" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -153,7 +153,7 @@ public async Task GetEmailServiceResources_ListEmailServiceResourcesBySubscripti [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetVerifiedExchangeOnlineDomainsEmailServices_GetVerifiedExchangeOnlineDomains() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/emailServices/getVerifiedExchangeOnlineDomains.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/emailServices/getVerifiedExchangeOnlineDomains.json // this example is just showing the usage of "EmailServices_ListVerifiedExchangeOnlineDomains" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_EmailServiceResourceCollection.cs b/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_EmailServiceResourceCollection.cs index aa91cff667a36..79f5cf26b7125 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_EmailServiceResourceCollection.cs +++ b/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_EmailServiceResourceCollection.cs @@ -23,7 +23,7 @@ public partial class Sample_EmailServiceResourceCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetEmailServiceResource() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/emailServices/get.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/emailServices/get.json // this example is just showing the usage of "EmailServices_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -57,7 +57,7 @@ public async Task Get_GetEmailServiceResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetEmailServiceResource() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/emailServices/get.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/emailServices/get.json // this example is just showing the usage of "EmailServices_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -87,7 +87,7 @@ public async Task Exists_GetEmailServiceResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateOrUpdateEmailServiceResource() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/emailServices/createOrUpdate.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/emailServices/createOrUpdate.json // this example is just showing the usage of "EmailServices_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -126,7 +126,7 @@ public async Task CreateOrUpdate_CreateOrUpdateEmailServiceResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_ListEmailServiceResourcesByResourceGroup() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/emailServices/listByResourceGroup.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/emailServices/listByResourceGroup.json // this example is just showing the usage of "EmailServices_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_SenderUsernameResource.cs b/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_SenderUsernameResource.cs index 960d149c728e3..4e6555545056f 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_SenderUsernameResource.cs +++ b/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_SenderUsernameResource.cs @@ -22,7 +22,7 @@ public partial class Sample_SenderUsernameResource [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetSenderUsernamesResource() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/senderUsernames/get.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/senderUsernames/get.json // this example is just showing the usage of "SenderUsernames_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -55,7 +55,7 @@ public async Task Get_GetSenderUsernamesResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Update_CreateOrUpdateSenderUsernamesResource() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/senderUsernames/createOrUpdate.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/senderUsernames/createOrUpdate.json // this example is just showing the usage of "SenderUsernames_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -94,7 +94,7 @@ public async Task Update_CreateOrUpdateSenderUsernamesResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Delete_DeleteSenderUsernamesResource() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/senderUsernames/delete.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/senderUsernames/delete.json // this example is just showing the usage of "SenderUsernames_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_SenderUsernameResourceCollection.cs b/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_SenderUsernameResourceCollection.cs index 05b83c20b4178..5e3dc66ac777b 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_SenderUsernameResourceCollection.cs +++ b/sdk/communication/Azure.ResourceManager.Communication/samples/Generated/Samples/Sample_SenderUsernameResourceCollection.cs @@ -22,7 +22,7 @@ public partial class Sample_SenderUsernameResourceCollection [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task GetAll_GetSenderUsernamesResource() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/senderUsernames/listByDomain.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/senderUsernames/listByDomain.json // this example is just showing the usage of "SenderUsernames_ListByDomains" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -60,7 +60,7 @@ public async Task GetAll_GetSenderUsernamesResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Get_GetSenderUsernamesResource() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/senderUsernames/get.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/senderUsernames/get.json // this example is just showing the usage of "SenderUsernames_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -96,7 +96,7 @@ public async Task Get_GetSenderUsernamesResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task Exists_GetSenderUsernamesResource() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/senderUsernames/get.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/senderUsernames/get.json // this example is just showing the usage of "SenderUsernames_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -128,7 +128,7 @@ public async Task Exists_GetSenderUsernamesResource() [NUnit.Framework.Ignore("Only verifying that the sample builds")] public async Task CreateOrUpdate_CreateOrUpdateSenderUsernamesResource() { - // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/preview/2023-03-01-preview/examples/senderUsernames/createOrUpdate.json + // Generated from example definition: specification/communication/resource-manager/Microsoft.Communication/stable/2023-03-31/examples/senderUsernames/createOrUpdate.json // this example is just showing the usage of "SenderUsernames_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/communication/Azure.ResourceManager.Communication/src/Azure.ResourceManager.Communication.csproj b/sdk/communication/Azure.ResourceManager.Communication/src/Azure.ResourceManager.Communication.csproj index a77795adb5005..3410dc03b383f 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/src/Azure.ResourceManager.Communication.csproj +++ b/sdk/communication/Azure.ResourceManager.Communication/src/Azure.ResourceManager.Communication.csproj @@ -1,6 +1,6 @@ - + - 1.1.0-beta.7 + 1.1.0 Azure.ResourceManager.Communication Microsoft Azure management client SDK for Azure resource provider Communication. azure;management;communication diff --git a/sdk/communication/Azure.ResourceManager.Communication/src/Generated/RestOperations/CommunicationServicesRestOperations.cs b/sdk/communication/Azure.ResourceManager.Communication/src/Generated/RestOperations/CommunicationServicesRestOperations.cs index c5fe809274f2c..3e7ccde219976 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/src/Generated/RestOperations/CommunicationServicesRestOperations.cs +++ b/sdk/communication/Azure.ResourceManager.Communication/src/Generated/RestOperations/CommunicationServicesRestOperations.cs @@ -33,7 +33,7 @@ public CommunicationServicesRestOperations(HttpPipeline pipeline, string applica { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2023-03-01-preview"; + _apiVersion = apiVersion ?? "2023-03-31"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/communication/Azure.ResourceManager.Communication/src/Generated/RestOperations/DomainsRestOperations.cs b/sdk/communication/Azure.ResourceManager.Communication/src/Generated/RestOperations/DomainsRestOperations.cs index a2da66243cd08..cca2058e6d5e5 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/src/Generated/RestOperations/DomainsRestOperations.cs +++ b/sdk/communication/Azure.ResourceManager.Communication/src/Generated/RestOperations/DomainsRestOperations.cs @@ -33,7 +33,7 @@ public DomainsRestOperations(HttpPipeline pipeline, string applicationId, Uri en { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2023-03-01-preview"; + _apiVersion = apiVersion ?? "2023-03-31"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/communication/Azure.ResourceManager.Communication/src/Generated/RestOperations/EmailServicesRestOperations.cs b/sdk/communication/Azure.ResourceManager.Communication/src/Generated/RestOperations/EmailServicesRestOperations.cs index 96c7d16569792..35fe8414d47ae 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/src/Generated/RestOperations/EmailServicesRestOperations.cs +++ b/sdk/communication/Azure.ResourceManager.Communication/src/Generated/RestOperations/EmailServicesRestOperations.cs @@ -34,7 +34,7 @@ public EmailServicesRestOperations(HttpPipeline pipeline, string applicationId, { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2023-03-01-preview"; + _apiVersion = apiVersion ?? "2023-03-31"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/communication/Azure.ResourceManager.Communication/src/Generated/RestOperations/SenderUsernamesRestOperations.cs b/sdk/communication/Azure.ResourceManager.Communication/src/Generated/RestOperations/SenderUsernamesRestOperations.cs index 8a0003a89ea0e..9914a7d7b5cd6 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/src/Generated/RestOperations/SenderUsernamesRestOperations.cs +++ b/sdk/communication/Azure.ResourceManager.Communication/src/Generated/RestOperations/SenderUsernamesRestOperations.cs @@ -33,7 +33,7 @@ public SenderUsernamesRestOperations(HttpPipeline pipeline, string applicationId { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2023-03-01-preview"; + _apiVersion = apiVersion ?? "2023-03-31"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/communication/Azure.ResourceManager.Communication/src/autorest.md b/sdk/communication/Azure.ResourceManager.Communication/src/autorest.md index 9c52088bab886..bdb1266701643 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/src/autorest.md +++ b/sdk/communication/Azure.ResourceManager.Communication/src/autorest.md @@ -9,7 +9,7 @@ generate-model-factory: false title: communication namespace: Azure.ResourceManager.Communication # default tag is a preview version -require: https://github.com/Azure/azure-rest-api-specs/blob/314d792ae3b61131b33f22e644d059b227af85e8/specification/communication/resource-manager/readme.md +require: https://github.com/Azure/azure-rest-api-specs/blob/bbee55edb05169aba6d8d1944c0e2bc2b9408943/specification/communication/resource-manager/readme.md output-folder: $(this-folder)/Generated clear-output-folder: true skip-csproj: true diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTagTests/AddTag(null)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTagTests/AddTag(null)Async.json index c70b339a6b047..20b5b6782c07c 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTagTests/AddTag(null)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTagTests/AddTag(null)Async.json @@ -78,7 +78,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-3096?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-3096?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -100,7 +100,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3abbcbe5-9e27-4fce-a069-f7d464aac37a*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3abbcbe5-9e27-4fce-a069-f7d464aac37a*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3abbcbe5-9e27-4fce-a069-f7d464aac37a*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3abbcbe5-9e27-4fce-a069-f7d464aac37a*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3abbcbe5-9e27-4fce-a069-f7d464aac37a*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3abbcbe5-9e27-4fce-a069-f7d464aac37a*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3abbcbe5-9e27-4fce-a069-f7d464aac37a*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3abbcbe5-9e27-4fce-a069-f7d464aac37a*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3abbcbe5-9e27-4fce-a069-f7d464aac37a*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3abbcbe5-9e27-4fce-a069-f7d464aac37a*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3abbcbe5-9e27-4fce-a069-f7d464aac37a*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3abbcbe5-9e27-4fce-a069-f7d464aac37a*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3abbcbe5-9e27-4fce-a069-f7d464aac37a*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3abbcbe5-9e27-4fce-a069-f7d464aac37a*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3abbcbe5-9e27-4fce-a069-f7d464aac37a*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3abbcbe5-9e27-4fce-a069-f7d464aac37a*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3abbcbe5-9e27-4fce-a069-f7d464aac37a*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3abbcbe5-9e27-4fce-a069-f7d464aac37a*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -447,7 +447,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3abbcbe5-9e27-4fce-a069-f7d464aac37a*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3abbcbe5-9e27-4fce-a069-f7d464aac37a*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -486,7 +486,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-3096?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-3096?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -680,7 +680,7 @@ "UK West" ], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "SupportsExtension" }, @@ -688,7 +688,7 @@ "resourceType": "tagNamespaceOperationResults", "locations": [], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "None" }, @@ -1161,7 +1161,7 @@ "resourceType": "changes", "locations": [], "apiVersions": [ - "2023-03-01-preview", + "2023-03-31", "2022-05-01", "2022-03-01-preview" ], @@ -1259,7 +1259,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-3096?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-3096?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1315,7 +1315,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-3096?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-3096?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1371,7 +1371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1429,7 +1429,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-3096?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-3096?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1443,14 +1443,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/867b7680-7853-42de-8c68-79ad97e0fd94*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/867b7680-7853-42de-8c68-79ad97e0fd94*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Mon, 20 Mar 2023 14:49:27 GMT", "ETag": "\u0022230181d9-0000-0700-0000-641872780000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/867b7680-7853-42de-8c68-79ad97e0fd94*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/867b7680-7853-42de-8c68-79ad97e0fd94*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -1467,7 +1467,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/867b7680-7853-42de-8c68-79ad97e0fd94*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/867b7680-7853-42de-8c68-79ad97e0fd94*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1505,7 +1505,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/867b7680-7853-42de-8c68-79ad97e0fd94*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/867b7680-7853-42de-8c68-79ad97e0fd94*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1543,7 +1543,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/867b7680-7853-42de-8c68-79ad97e0fd94*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/867b7680-7853-42de-8c68-79ad97e0fd94*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1581,7 +1581,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/867b7680-7853-42de-8c68-79ad97e0fd94*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/867b7680-7853-42de-8c68-79ad97e0fd94*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1619,7 +1619,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/867b7680-7853-42de-8c68-79ad97e0fd94*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/867b7680-7853-42de-8c68-79ad97e0fd94*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1657,7 +1657,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/867b7680-7853-42de-8c68-79ad97e0fd94*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/867b7680-7853-42de-8c68-79ad97e0fd94*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1695,7 +1695,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/867b7680-7853-42de-8c68-79ad97e0fd94*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/867b7680-7853-42de-8c68-79ad97e0fd94*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1733,7 +1733,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/867b7680-7853-42de-8c68-79ad97e0fd94*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/867b7680-7853-42de-8c68-79ad97e0fd94*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1771,7 +1771,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/867b7680-7853-42de-8c68-79ad97e0fd94*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/867b7680-7853-42de-8c68-79ad97e0fd94*98212DB5C6698BBD47955CE56F8F3FD744ADEE695A06E74BA5C4B904292A9C07?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTagTests/RemoveTag(null)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTagTests/RemoveTag(null)Async.json index e5ff1386ff701..99a321273b303 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTagTests/RemoveTag(null)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTagTests/RemoveTag(null)Async.json @@ -78,7 +78,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-9916?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-9916?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -100,7 +100,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ca897769-206a-41a9-be5e-03bd5e34a088*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ca897769-206a-41a9-be5e-03bd5e34a088*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ca897769-206a-41a9-be5e-03bd5e34a088*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ca897769-206a-41a9-be5e-03bd5e34a088*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ca897769-206a-41a9-be5e-03bd5e34a088*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ca897769-206a-41a9-be5e-03bd5e34a088*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ca897769-206a-41a9-be5e-03bd5e34a088*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ca897769-206a-41a9-be5e-03bd5e34a088*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ca897769-206a-41a9-be5e-03bd5e34a088*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ca897769-206a-41a9-be5e-03bd5e34a088*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ca897769-206a-41a9-be5e-03bd5e34a088*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ca897769-206a-41a9-be5e-03bd5e34a088*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ca897769-206a-41a9-be5e-03bd5e34a088*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ca897769-206a-41a9-be5e-03bd5e34a088*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ca897769-206a-41a9-be5e-03bd5e34a088*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ca897769-206a-41a9-be5e-03bd5e34a088*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ca897769-206a-41a9-be5e-03bd5e34a088*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ca897769-206a-41a9-be5e-03bd5e34a088*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -447,7 +447,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ca897769-206a-41a9-be5e-03bd5e34a088*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ca897769-206a-41a9-be5e-03bd5e34a088*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -486,7 +486,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-9916?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-9916?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -680,7 +680,7 @@ "UK West" ], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "SupportsExtension" }, @@ -688,7 +688,7 @@ "resourceType": "tagNamespaceOperationResults", "locations": [], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "None" }, @@ -1158,7 +1158,7 @@ "resourceType": "changes", "locations": [], "apiVersions": [ - "2023-03-01-preview", + "2023-03-31", "2022-05-01", "2022-03-01-preview" ], @@ -1256,7 +1256,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-9916?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-9916?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1312,7 +1312,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-9916?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-9916?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1452,7 +1452,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-9916?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-9916?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1506,7 +1506,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-9916?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-9916?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1560,7 +1560,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1616,7 +1616,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-9916?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-9916?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1630,14 +1630,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ccc8fa6-dc02-48ae-9ddb-c6f44ab5a4f5*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ccc8fa6-dc02-48ae-9ddb-c6f44ab5a4f5*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Mon, 20 Mar 2023 14:56:28 GMT", "ETag": "\u002224018c10-0000-0700-0000-6418741d0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ccc8fa6-dc02-48ae-9ddb-c6f44ab5a4f5*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ccc8fa6-dc02-48ae-9ddb-c6f44ab5a4f5*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -1654,7 +1654,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ccc8fa6-dc02-48ae-9ddb-c6f44ab5a4f5*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ccc8fa6-dc02-48ae-9ddb-c6f44ab5a4f5*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1692,7 +1692,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ccc8fa6-dc02-48ae-9ddb-c6f44ab5a4f5*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ccc8fa6-dc02-48ae-9ddb-c6f44ab5a4f5*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1730,7 +1730,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ccc8fa6-dc02-48ae-9ddb-c6f44ab5a4f5*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ccc8fa6-dc02-48ae-9ddb-c6f44ab5a4f5*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1768,7 +1768,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ccc8fa6-dc02-48ae-9ddb-c6f44ab5a4f5*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ccc8fa6-dc02-48ae-9ddb-c6f44ab5a4f5*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1806,7 +1806,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ccc8fa6-dc02-48ae-9ddb-c6f44ab5a4f5*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ccc8fa6-dc02-48ae-9ddb-c6f44ab5a4f5*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1844,7 +1844,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ccc8fa6-dc02-48ae-9ddb-c6f44ab5a4f5*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ccc8fa6-dc02-48ae-9ddb-c6f44ab5a4f5*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1882,7 +1882,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ccc8fa6-dc02-48ae-9ddb-c6f44ab5a4f5*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ccc8fa6-dc02-48ae-9ddb-c6f44ab5a4f5*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1920,7 +1920,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ccc8fa6-dc02-48ae-9ddb-c6f44ab5a4f5*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ccc8fa6-dc02-48ae-9ddb-c6f44ab5a4f5*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1958,7 +1958,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ccc8fa6-dc02-48ae-9ddb-c6f44ab5a4f5*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ccc8fa6-dc02-48ae-9ddb-c6f44ab5a4f5*35413E99B8A11F0BCE872EC02ADE5DD7805660195D3006E702E14E26DDD06E6F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTagTests/SetTags(null)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTagTests/SetTags(null)Async.json index a27806819adc4..77f07a14ad716 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTagTests/SetTags(null)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTagTests/SetTags(null)Async.json @@ -78,7 +78,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-8955?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-8955?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -100,7 +100,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9948f4f1-ecbc-496e-8f02-bb0fc9bce614*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9948f4f1-ecbc-496e-8f02-bb0fc9bce614*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "653", "Content-Type": "application/json; charset=utf-8", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9948f4f1-ecbc-496e-8f02-bb0fc9bce614*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9948f4f1-ecbc-496e-8f02-bb0fc9bce614*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9948f4f1-ecbc-496e-8f02-bb0fc9bce614*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9948f4f1-ecbc-496e-8f02-bb0fc9bce614*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9948f4f1-ecbc-496e-8f02-bb0fc9bce614*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9948f4f1-ecbc-496e-8f02-bb0fc9bce614*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9948f4f1-ecbc-496e-8f02-bb0fc9bce614*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9948f4f1-ecbc-496e-8f02-bb0fc9bce614*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9948f4f1-ecbc-496e-8f02-bb0fc9bce614*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9948f4f1-ecbc-496e-8f02-bb0fc9bce614*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9948f4f1-ecbc-496e-8f02-bb0fc9bce614*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9948f4f1-ecbc-496e-8f02-bb0fc9bce614*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9948f4f1-ecbc-496e-8f02-bb0fc9bce614*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9948f4f1-ecbc-496e-8f02-bb0fc9bce614*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9948f4f1-ecbc-496e-8f02-bb0fc9bce614*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9948f4f1-ecbc-496e-8f02-bb0fc9bce614*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -447,7 +447,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9948f4f1-ecbc-496e-8f02-bb0fc9bce614*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9948f4f1-ecbc-496e-8f02-bb0fc9bce614*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -486,7 +486,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-8955?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-8955?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -680,7 +680,7 @@ "UK West" ], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "SupportsExtension" }, @@ -688,7 +688,7 @@ "resourceType": "tagNamespaceOperationResults", "locations": [], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "None" }, @@ -1158,7 +1158,7 @@ "resourceType": "changes", "locations": [], "apiVersions": [ - "2023-03-01-preview", + "2023-03-31", "2022-05-01", "2022-03-01-preview" ], @@ -1256,7 +1256,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-8955?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-8955?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1312,7 +1312,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-8955?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-8955?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1484,7 +1484,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-8955?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-8955?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1540,7 +1540,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-8955?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-8955?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1596,7 +1596,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1654,7 +1654,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-8955?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5735/providers/Microsoft.Communication/communicationServices/communication-service-8955?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1668,14 +1668,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ea258a2-b7e2-4ae2-b6c8-7cac23017c09*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ea258a2-b7e2-4ae2-b6c8-7cac23017c09*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Mon, 20 Mar 2023 15:03:33 GMT", "ETag": "\u00222401e94b-0000-0700-0000-641875c50000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ea258a2-b7e2-4ae2-b6c8-7cac23017c09*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ea258a2-b7e2-4ae2-b6c8-7cac23017c09*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -1692,7 +1692,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ea258a2-b7e2-4ae2-b6c8-7cac23017c09*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ea258a2-b7e2-4ae2-b6c8-7cac23017c09*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1730,7 +1730,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ea258a2-b7e2-4ae2-b6c8-7cac23017c09*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ea258a2-b7e2-4ae2-b6c8-7cac23017c09*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1768,7 +1768,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ea258a2-b7e2-4ae2-b6c8-7cac23017c09*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ea258a2-b7e2-4ae2-b6c8-7cac23017c09*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1806,7 +1806,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ea258a2-b7e2-4ae2-b6c8-7cac23017c09*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ea258a2-b7e2-4ae2-b6c8-7cac23017c09*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1844,7 +1844,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ea258a2-b7e2-4ae2-b6c8-7cac23017c09*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ea258a2-b7e2-4ae2-b6c8-7cac23017c09*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1882,7 +1882,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ea258a2-b7e2-4ae2-b6c8-7cac23017c09*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ea258a2-b7e2-4ae2-b6c8-7cac23017c09*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1920,7 +1920,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ea258a2-b7e2-4ae2-b6c8-7cac23017c09*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ea258a2-b7e2-4ae2-b6c8-7cac23017c09*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1958,7 +1958,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ea258a2-b7e2-4ae2-b6c8-7cac23017c09*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ea258a2-b7e2-4ae2-b6c8-7cac23017c09*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1996,7 +1996,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ea258a2-b7e2-4ae2-b6c8-7cac23017c09*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ea258a2-b7e2-4ae2-b6c8-7cac23017c09*5BA2C990EAFE3B3977EFA20149D40AC7193543803822F8BF5DA5CB0A690A9C3C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/AddTag(False).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/AddTag(False).json index 67d208b7f2118..d199cbf163750 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/AddTag(False).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/AddTag(False).json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-7912?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-7912?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/567bf4f6-0416-4962-aeb2-fc814aa2b723*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/567bf4f6-0416-4962-aeb2-fc814aa2b723*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "652", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/567bf4f6-0416-4962-aeb2-fc814aa2b723*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/567bf4f6-0416-4962-aeb2-fc814aa2b723*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/567bf4f6-0416-4962-aeb2-fc814aa2b723*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/567bf4f6-0416-4962-aeb2-fc814aa2b723*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/567bf4f6-0416-4962-aeb2-fc814aa2b723*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/567bf4f6-0416-4962-aeb2-fc814aa2b723*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/567bf4f6-0416-4962-aeb2-fc814aa2b723*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/567bf4f6-0416-4962-aeb2-fc814aa2b723*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/567bf4f6-0416-4962-aeb2-fc814aa2b723*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/567bf4f6-0416-4962-aeb2-fc814aa2b723*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/567bf4f6-0416-4962-aeb2-fc814aa2b723*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/567bf4f6-0416-4962-aeb2-fc814aa2b723*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/567bf4f6-0416-4962-aeb2-fc814aa2b723*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/567bf4f6-0416-4962-aeb2-fc814aa2b723*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/567bf4f6-0416-4962-aeb2-fc814aa2b723*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/567bf4f6-0416-4962-aeb2-fc814aa2b723*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/567bf4f6-0416-4962-aeb2-fc814aa2b723*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/567bf4f6-0416-4962-aeb2-fc814aa2b723*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-7912?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-7912?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-7912?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-7912?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -555,7 +555,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-7912?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-7912?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -620,7 +620,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-7912?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-7912?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -676,7 +676,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -735,7 +735,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-7912?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-7912?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -749,14 +749,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3744e7fe-1d17-4c7b-b545-4250b7b82d9b*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3744e7fe-1d17-4c7b-b545-4250b7b82d9b*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:28:33 GMT", "ETag": "\u0022430144e2-0000-0700-0000-6419b1010000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3744e7fe-1d17-4c7b-b545-4250b7b82d9b*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3744e7fe-1d17-4c7b-b545-4250b7b82d9b*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -773,7 +773,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3744e7fe-1d17-4c7b-b545-4250b7b82d9b*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3744e7fe-1d17-4c7b-b545-4250b7b82d9b*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -811,7 +811,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3744e7fe-1d17-4c7b-b545-4250b7b82d9b*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3744e7fe-1d17-4c7b-b545-4250b7b82d9b*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -849,7 +849,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3744e7fe-1d17-4c7b-b545-4250b7b82d9b*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3744e7fe-1d17-4c7b-b545-4250b7b82d9b*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -887,7 +887,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3744e7fe-1d17-4c7b-b545-4250b7b82d9b*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3744e7fe-1d17-4c7b-b545-4250b7b82d9b*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -925,7 +925,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3744e7fe-1d17-4c7b-b545-4250b7b82d9b*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3744e7fe-1d17-4c7b-b545-4250b7b82d9b*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -963,7 +963,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3744e7fe-1d17-4c7b-b545-4250b7b82d9b*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3744e7fe-1d17-4c7b-b545-4250b7b82d9b*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1001,7 +1001,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3744e7fe-1d17-4c7b-b545-4250b7b82d9b*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3744e7fe-1d17-4c7b-b545-4250b7b82d9b*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1039,7 +1039,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3744e7fe-1d17-4c7b-b545-4250b7b82d9b*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3744e7fe-1d17-4c7b-b545-4250b7b82d9b*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1077,7 +1077,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3744e7fe-1d17-4c7b-b545-4250b7b82d9b*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3744e7fe-1d17-4c7b-b545-4250b7b82d9b*D86B8F3E42A3CC0D8E73BF762AE10448676BB92BC0F3BB22661956CFB1928D4F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/AddTag(False)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/AddTag(False)Async.json index b749301c9ece2..25664475ab141 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/AddTag(False)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/AddTag(False)Async.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9582?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9582?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1efeef48-b454-450f-975c-591ddd097b8f*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1efeef48-b454-450f-975c-591ddd097b8f*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1efeef48-b454-450f-975c-591ddd097b8f*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1efeef48-b454-450f-975c-591ddd097b8f*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1efeef48-b454-450f-975c-591ddd097b8f*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1efeef48-b454-450f-975c-591ddd097b8f*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1efeef48-b454-450f-975c-591ddd097b8f*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1efeef48-b454-450f-975c-591ddd097b8f*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1efeef48-b454-450f-975c-591ddd097b8f*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1efeef48-b454-450f-975c-591ddd097b8f*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1efeef48-b454-450f-975c-591ddd097b8f*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1efeef48-b454-450f-975c-591ddd097b8f*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1efeef48-b454-450f-975c-591ddd097b8f*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1efeef48-b454-450f-975c-591ddd097b8f*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1efeef48-b454-450f-975c-591ddd097b8f*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1efeef48-b454-450f-975c-591ddd097b8f*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1efeef48-b454-450f-975c-591ddd097b8f*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1efeef48-b454-450f-975c-591ddd097b8f*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1efeef48-b454-450f-975c-591ddd097b8f*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1efeef48-b454-450f-975c-591ddd097b8f*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9582?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9582?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9582?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9582?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -555,7 +555,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9582?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9582?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -620,7 +620,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9582?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9582?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -676,7 +676,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -734,7 +734,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9582?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9582?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -748,14 +748,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3a644426-7587-4b3b-ab4a-e6a887f246b6*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3a644426-7587-4b3b-ab4a-e6a887f246b6*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:40:22 GMT", "ETag": "\u00224601467a-0000-0700-0000-6419c1d60000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3a644426-7587-4b3b-ab4a-e6a887f246b6*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3a644426-7587-4b3b-ab4a-e6a887f246b6*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -772,7 +772,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3a644426-7587-4b3b-ab4a-e6a887f246b6*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3a644426-7587-4b3b-ab4a-e6a887f246b6*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -810,7 +810,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3a644426-7587-4b3b-ab4a-e6a887f246b6*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3a644426-7587-4b3b-ab4a-e6a887f246b6*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -848,7 +848,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3a644426-7587-4b3b-ab4a-e6a887f246b6*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3a644426-7587-4b3b-ab4a-e6a887f246b6*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -886,7 +886,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3a644426-7587-4b3b-ab4a-e6a887f246b6*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3a644426-7587-4b3b-ab4a-e6a887f246b6*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -924,7 +924,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3a644426-7587-4b3b-ab4a-e6a887f246b6*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3a644426-7587-4b3b-ab4a-e6a887f246b6*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -962,7 +962,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3a644426-7587-4b3b-ab4a-e6a887f246b6*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3a644426-7587-4b3b-ab4a-e6a887f246b6*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1000,7 +1000,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3a644426-7587-4b3b-ab4a-e6a887f246b6*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3a644426-7587-4b3b-ab4a-e6a887f246b6*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1038,7 +1038,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3a644426-7587-4b3b-ab4a-e6a887f246b6*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3a644426-7587-4b3b-ab4a-e6a887f246b6*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1076,7 +1076,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3a644426-7587-4b3b-ab4a-e6a887f246b6*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3a644426-7587-4b3b-ab4a-e6a887f246b6*A7CD9711EDCF8BB535266A913760EBF3F82987A50A8161A4114D4294BC9A9682?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/AddTag(True).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/AddTag(True).json index 74e73967b3ab1..28e2c33f01336 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/AddTag(True).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/AddTag(True).json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-4991?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-4991?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6961215-dd6a-4657-9a4b-88dba47edd02*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6961215-dd6a-4657-9a4b-88dba47edd02*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "654", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6961215-dd6a-4657-9a4b-88dba47edd02*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6961215-dd6a-4657-9a4b-88dba47edd02*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6961215-dd6a-4657-9a4b-88dba47edd02*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6961215-dd6a-4657-9a4b-88dba47edd02*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6961215-dd6a-4657-9a4b-88dba47edd02*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6961215-dd6a-4657-9a4b-88dba47edd02*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6961215-dd6a-4657-9a4b-88dba47edd02*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6961215-dd6a-4657-9a4b-88dba47edd02*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6961215-dd6a-4657-9a4b-88dba47edd02*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6961215-dd6a-4657-9a4b-88dba47edd02*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6961215-dd6a-4657-9a4b-88dba47edd02*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6961215-dd6a-4657-9a4b-88dba47edd02*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6961215-dd6a-4657-9a4b-88dba47edd02*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6961215-dd6a-4657-9a4b-88dba47edd02*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6961215-dd6a-4657-9a4b-88dba47edd02*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6961215-dd6a-4657-9a4b-88dba47edd02*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6961215-dd6a-4657-9a4b-88dba47edd02*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6961215-dd6a-4657-9a4b-88dba47edd02*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-4991?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-4991?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -587,7 +587,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-4991?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-4991?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -643,7 +643,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-4991?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-4991?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -699,7 +699,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -758,7 +758,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-4991?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-4991?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -772,14 +772,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0dca8ccc-d10d-4a07-b8e0-8fdfe8826a2e*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0dca8ccc-d10d-4a07-b8e0-8fdfe8826a2e*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:26:16 GMT", "ETag": "\u0022430170cc-0000-0700-0000-6419b0780000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0dca8ccc-d10d-4a07-b8e0-8fdfe8826a2e*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0dca8ccc-d10d-4a07-b8e0-8fdfe8826a2e*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -796,7 +796,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0dca8ccc-d10d-4a07-b8e0-8fdfe8826a2e*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0dca8ccc-d10d-4a07-b8e0-8fdfe8826a2e*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -834,7 +834,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0dca8ccc-d10d-4a07-b8e0-8fdfe8826a2e*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0dca8ccc-d10d-4a07-b8e0-8fdfe8826a2e*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -872,7 +872,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0dca8ccc-d10d-4a07-b8e0-8fdfe8826a2e*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0dca8ccc-d10d-4a07-b8e0-8fdfe8826a2e*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -910,7 +910,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0dca8ccc-d10d-4a07-b8e0-8fdfe8826a2e*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0dca8ccc-d10d-4a07-b8e0-8fdfe8826a2e*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -948,7 +948,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0dca8ccc-d10d-4a07-b8e0-8fdfe8826a2e*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0dca8ccc-d10d-4a07-b8e0-8fdfe8826a2e*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -986,7 +986,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0dca8ccc-d10d-4a07-b8e0-8fdfe8826a2e*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0dca8ccc-d10d-4a07-b8e0-8fdfe8826a2e*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1024,7 +1024,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0dca8ccc-d10d-4a07-b8e0-8fdfe8826a2e*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0dca8ccc-d10d-4a07-b8e0-8fdfe8826a2e*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1062,7 +1062,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0dca8ccc-d10d-4a07-b8e0-8fdfe8826a2e*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0dca8ccc-d10d-4a07-b8e0-8fdfe8826a2e*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1100,7 +1100,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0dca8ccc-d10d-4a07-b8e0-8fdfe8826a2e*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0dca8ccc-d10d-4a07-b8e0-8fdfe8826a2e*004DD4ED3CB632DF4ED4057BCF1112F44472985A6BADB2F7956CCC91AC72B664?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/AddTag(True)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/AddTag(True)Async.json index 3a3e2efe6bf4c..c4849272fcde6 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/AddTag(True)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/AddTag(True)Async.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6283?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6283?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/01e748e3-4a8c-4af3-a65d-049b506a30ac*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/01e748e3-4a8c-4af3-a65d-049b506a30ac*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/01e748e3-4a8c-4af3-a65d-049b506a30ac*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/01e748e3-4a8c-4af3-a65d-049b506a30ac*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/01e748e3-4a8c-4af3-a65d-049b506a30ac*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/01e748e3-4a8c-4af3-a65d-049b506a30ac*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/01e748e3-4a8c-4af3-a65d-049b506a30ac*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/01e748e3-4a8c-4af3-a65d-049b506a30ac*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/01e748e3-4a8c-4af3-a65d-049b506a30ac*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/01e748e3-4a8c-4af3-a65d-049b506a30ac*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/01e748e3-4a8c-4af3-a65d-049b506a30ac*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/01e748e3-4a8c-4af3-a65d-049b506a30ac*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/01e748e3-4a8c-4af3-a65d-049b506a30ac*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/01e748e3-4a8c-4af3-a65d-049b506a30ac*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/01e748e3-4a8c-4af3-a65d-049b506a30ac*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/01e748e3-4a8c-4af3-a65d-049b506a30ac*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/01e748e3-4a8c-4af3-a65d-049b506a30ac*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/01e748e3-4a8c-4af3-a65d-049b506a30ac*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/01e748e3-4a8c-4af3-a65d-049b506a30ac*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/01e748e3-4a8c-4af3-a65d-049b506a30ac*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6283?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6283?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -587,7 +587,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6283?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6283?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -643,7 +643,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6283?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6283?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -699,7 +699,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -757,7 +757,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6283?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6283?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -771,14 +771,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c0495ed4-566a-4318-8efc-8b34b89f5274*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c0495ed4-566a-4318-8efc-8b34b89f5274*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:38:05 GMT", "ETag": "\u002246016b63-0000-0700-0000-6419c14d0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c0495ed4-566a-4318-8efc-8b34b89f5274*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c0495ed4-566a-4318-8efc-8b34b89f5274*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -795,7 +795,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c0495ed4-566a-4318-8efc-8b34b89f5274*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c0495ed4-566a-4318-8efc-8b34b89f5274*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -833,7 +833,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c0495ed4-566a-4318-8efc-8b34b89f5274*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c0495ed4-566a-4318-8efc-8b34b89f5274*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -871,7 +871,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c0495ed4-566a-4318-8efc-8b34b89f5274*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c0495ed4-566a-4318-8efc-8b34b89f5274*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -909,7 +909,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c0495ed4-566a-4318-8efc-8b34b89f5274*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c0495ed4-566a-4318-8efc-8b34b89f5274*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -947,7 +947,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c0495ed4-566a-4318-8efc-8b34b89f5274*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c0495ed4-566a-4318-8efc-8b34b89f5274*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -985,7 +985,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c0495ed4-566a-4318-8efc-8b34b89f5274*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c0495ed4-566a-4318-8efc-8b34b89f5274*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1023,7 +1023,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c0495ed4-566a-4318-8efc-8b34b89f5274*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c0495ed4-566a-4318-8efc-8b34b89f5274*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1061,7 +1061,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c0495ed4-566a-4318-8efc-8b34b89f5274*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c0495ed4-566a-4318-8efc-8b34b89f5274*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1099,7 +1099,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c0495ed4-566a-4318-8efc-8b34b89f5274*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c0495ed4-566a-4318-8efc-8b34b89f5274*0975499723612C6084E9DD01EE375CAC972D10B96F57137438EE01297989CED6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/AddTag(null).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/AddTag(null).json index 91cb6848f6839..994e9ec8ad5f5 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/AddTag(null).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/AddTag(null).json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-3730?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-3730?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/13ae0e0d-09e3-4c37-b31c-a6ef0e292565*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/13ae0e0d-09e3-4c37-b31c-a6ef0e292565*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "652", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/13ae0e0d-09e3-4c37-b31c-a6ef0e292565*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/13ae0e0d-09e3-4c37-b31c-a6ef0e292565*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/13ae0e0d-09e3-4c37-b31c-a6ef0e292565*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/13ae0e0d-09e3-4c37-b31c-a6ef0e292565*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/13ae0e0d-09e3-4c37-b31c-a6ef0e292565*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/13ae0e0d-09e3-4c37-b31c-a6ef0e292565*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/13ae0e0d-09e3-4c37-b31c-a6ef0e292565*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/13ae0e0d-09e3-4c37-b31c-a6ef0e292565*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/13ae0e0d-09e3-4c37-b31c-a6ef0e292565*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/13ae0e0d-09e3-4c37-b31c-a6ef0e292565*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/13ae0e0d-09e3-4c37-b31c-a6ef0e292565*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/13ae0e0d-09e3-4c37-b31c-a6ef0e292565*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/13ae0e0d-09e3-4c37-b31c-a6ef0e292565*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/13ae0e0d-09e3-4c37-b31c-a6ef0e292565*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/13ae0e0d-09e3-4c37-b31c-a6ef0e292565*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/13ae0e0d-09e3-4c37-b31c-a6ef0e292565*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/13ae0e0d-09e3-4c37-b31c-a6ef0e292565*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/13ae0e0d-09e3-4c37-b31c-a6ef0e292565*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -447,7 +447,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/13ae0e0d-09e3-4c37-b31c-a6ef0e292565*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/13ae0e0d-09e3-4c37-b31c-a6ef0e292565*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -486,7 +486,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-3730?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-3730?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -680,7 +680,7 @@ "UK West" ], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "SupportsExtension" }, @@ -688,7 +688,7 @@ "resourceType": "tagNamespaceOperationResults", "locations": [], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "None" }, @@ -1158,7 +1158,7 @@ "resourceType": "changes", "locations": [], "apiVersions": [ - "2023-03-01-preview", + "2023-03-31", "2022-05-01", "2022-03-01-preview" ], @@ -1256,7 +1256,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-3730?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-3730?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1312,7 +1312,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-3730?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-3730?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1368,7 +1368,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1427,7 +1427,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-3730?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-3730?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1441,14 +1441,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/00613e48-ef2c-440c-83b4-a17915017784*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/00613e48-ef2c-440c-83b4-a17915017784*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:23:57 GMT", "ETag": "\u00224301dab5-0000-0700-0000-6419afee0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/00613e48-ef2c-440c-83b4-a17915017784*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/00613e48-ef2c-440c-83b4-a17915017784*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -1465,7 +1465,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/00613e48-ef2c-440c-83b4-a17915017784*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/00613e48-ef2c-440c-83b4-a17915017784*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1503,7 +1503,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/00613e48-ef2c-440c-83b4-a17915017784*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/00613e48-ef2c-440c-83b4-a17915017784*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1541,7 +1541,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/00613e48-ef2c-440c-83b4-a17915017784*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/00613e48-ef2c-440c-83b4-a17915017784*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1579,7 +1579,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/00613e48-ef2c-440c-83b4-a17915017784*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/00613e48-ef2c-440c-83b4-a17915017784*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1617,7 +1617,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/00613e48-ef2c-440c-83b4-a17915017784*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/00613e48-ef2c-440c-83b4-a17915017784*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1655,7 +1655,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/00613e48-ef2c-440c-83b4-a17915017784*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/00613e48-ef2c-440c-83b4-a17915017784*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1693,7 +1693,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/00613e48-ef2c-440c-83b4-a17915017784*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/00613e48-ef2c-440c-83b4-a17915017784*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1731,7 +1731,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/00613e48-ef2c-440c-83b4-a17915017784*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/00613e48-ef2c-440c-83b4-a17915017784*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1769,7 +1769,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/00613e48-ef2c-440c-83b4-a17915017784*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/00613e48-ef2c-440c-83b4-a17915017784*B685932BE207201DA5C3EF6B4DFCC1F69BDA154A02613F9E0411A3DC3869A983?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/AddTag(null)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/AddTag(null)Async.json index b6362c798d11a..df9bae78378e4 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/AddTag(null)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/AddTag(null)Async.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7850?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7850?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b726c04f-72a6-4a9e-b5ae-29cb7a25a5e2*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b726c04f-72a6-4a9e-b5ae-29cb7a25a5e2*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b726c04f-72a6-4a9e-b5ae-29cb7a25a5e2*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b726c04f-72a6-4a9e-b5ae-29cb7a25a5e2*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b726c04f-72a6-4a9e-b5ae-29cb7a25a5e2*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b726c04f-72a6-4a9e-b5ae-29cb7a25a5e2*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b726c04f-72a6-4a9e-b5ae-29cb7a25a5e2*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b726c04f-72a6-4a9e-b5ae-29cb7a25a5e2*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b726c04f-72a6-4a9e-b5ae-29cb7a25a5e2*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b726c04f-72a6-4a9e-b5ae-29cb7a25a5e2*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b726c04f-72a6-4a9e-b5ae-29cb7a25a5e2*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b726c04f-72a6-4a9e-b5ae-29cb7a25a5e2*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b726c04f-72a6-4a9e-b5ae-29cb7a25a5e2*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b726c04f-72a6-4a9e-b5ae-29cb7a25a5e2*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b726c04f-72a6-4a9e-b5ae-29cb7a25a5e2*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b726c04f-72a6-4a9e-b5ae-29cb7a25a5e2*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b726c04f-72a6-4a9e-b5ae-29cb7a25a5e2*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b726c04f-72a6-4a9e-b5ae-29cb7a25a5e2*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b726c04f-72a6-4a9e-b5ae-29cb7a25a5e2*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b726c04f-72a6-4a9e-b5ae-29cb7a25a5e2*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7850?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7850?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -642,7 +642,7 @@ "UK West" ], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "SupportsExtension" }, @@ -650,7 +650,7 @@ "resourceType": "tagNamespaceOperationResults", "locations": [], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "None" }, @@ -1132,7 +1132,7 @@ "resourceType": "changes", "locations": [], "apiVersions": [ - "2023-03-01-preview", + "2023-03-31", "2022-05-01", "2022-03-01-preview" ], @@ -1230,7 +1230,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7850?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7850?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1286,7 +1286,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7850?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7850?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1342,7 +1342,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1400,7 +1400,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7850?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7850?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1414,14 +1414,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4054a75-0270-4c65-b229-5cb7501ce57c*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4054a75-0270-4c65-b229-5cb7501ce57c*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:25:21 GMT", "ETag": "\u0022450153f3-0000-0700-0000-6419be510000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4054a75-0270-4c65-b229-5cb7501ce57c*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4054a75-0270-4c65-b229-5cb7501ce57c*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -1438,7 +1438,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4054a75-0270-4c65-b229-5cb7501ce57c*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4054a75-0270-4c65-b229-5cb7501ce57c*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1476,7 +1476,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4054a75-0270-4c65-b229-5cb7501ce57c*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4054a75-0270-4c65-b229-5cb7501ce57c*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1514,7 +1514,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4054a75-0270-4c65-b229-5cb7501ce57c*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4054a75-0270-4c65-b229-5cb7501ce57c*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1552,7 +1552,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4054a75-0270-4c65-b229-5cb7501ce57c*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4054a75-0270-4c65-b229-5cb7501ce57c*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1590,7 +1590,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4054a75-0270-4c65-b229-5cb7501ce57c*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4054a75-0270-4c65-b229-5cb7501ce57c*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1628,7 +1628,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4054a75-0270-4c65-b229-5cb7501ce57c*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4054a75-0270-4c65-b229-5cb7501ce57c*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1666,7 +1666,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4054a75-0270-4c65-b229-5cb7501ce57c*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4054a75-0270-4c65-b229-5cb7501ce57c*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1704,7 +1704,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4054a75-0270-4c65-b229-5cb7501ce57c*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4054a75-0270-4c65-b229-5cb7501ce57c*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1742,7 +1742,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4054a75-0270-4c65-b229-5cb7501ce57c*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4054a75-0270-4c65-b229-5cb7501ce57c*DEC4E3810EF249E9E0938C20BEA071F75B24639ED12E5E3BFD57B53660D055B2?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/CreateOrUpdate.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/CreateOrUpdate.json index 596df800e4399..80f3fef4cae9c 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/CreateOrUpdate.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/CreateOrUpdate.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-3330?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-3330?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d29d3d18-3819-4d67-a7e1-f32e86e1a2a5*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d29d3d18-3819-4d67-a7e1-f32e86e1a2a5*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "654", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d29d3d18-3819-4d67-a7e1-f32e86e1a2a5*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d29d3d18-3819-4d67-a7e1-f32e86e1a2a5*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d29d3d18-3819-4d67-a7e1-f32e86e1a2a5*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d29d3d18-3819-4d67-a7e1-f32e86e1a2a5*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d29d3d18-3819-4d67-a7e1-f32e86e1a2a5*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d29d3d18-3819-4d67-a7e1-f32e86e1a2a5*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d29d3d18-3819-4d67-a7e1-f32e86e1a2a5*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d29d3d18-3819-4d67-a7e1-f32e86e1a2a5*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d29d3d18-3819-4d67-a7e1-f32e86e1a2a5*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d29d3d18-3819-4d67-a7e1-f32e86e1a2a5*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d29d3d18-3819-4d67-a7e1-f32e86e1a2a5*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d29d3d18-3819-4d67-a7e1-f32e86e1a2a5*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d29d3d18-3819-4d67-a7e1-f32e86e1a2a5*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d29d3d18-3819-4d67-a7e1-f32e86e1a2a5*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d29d3d18-3819-4d67-a7e1-f32e86e1a2a5*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d29d3d18-3819-4d67-a7e1-f32e86e1a2a5*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d29d3d18-3819-4d67-a7e1-f32e86e1a2a5*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d29d3d18-3819-4d67-a7e1-f32e86e1a2a5*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-3330?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-3330?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -558,7 +558,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-3330?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-3330?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -572,14 +572,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6802f1f-a6ba-4b76-be44-980e578b8ea8*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6802f1f-a6ba-4b76-be44-980e578b8ea8*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:46:13 GMT", "ETag": "\u00224401b881-0000-0700-0000-6419b5260000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6802f1f-a6ba-4b76-be44-980e578b8ea8*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6802f1f-a6ba-4b76-be44-980e578b8ea8*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -596,7 +596,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6802f1f-a6ba-4b76-be44-980e578b8ea8*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6802f1f-a6ba-4b76-be44-980e578b8ea8*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -634,7 +634,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6802f1f-a6ba-4b76-be44-980e578b8ea8*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6802f1f-a6ba-4b76-be44-980e578b8ea8*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -672,7 +672,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6802f1f-a6ba-4b76-be44-980e578b8ea8*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6802f1f-a6ba-4b76-be44-980e578b8ea8*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -710,7 +710,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6802f1f-a6ba-4b76-be44-980e578b8ea8*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6802f1f-a6ba-4b76-be44-980e578b8ea8*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -748,7 +748,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6802f1f-a6ba-4b76-be44-980e578b8ea8*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6802f1f-a6ba-4b76-be44-980e578b8ea8*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -786,7 +786,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6802f1f-a6ba-4b76-be44-980e578b8ea8*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6802f1f-a6ba-4b76-be44-980e578b8ea8*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -824,7 +824,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6802f1f-a6ba-4b76-be44-980e578b8ea8*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6802f1f-a6ba-4b76-be44-980e578b8ea8*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -862,7 +862,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6802f1f-a6ba-4b76-be44-980e578b8ea8*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6802f1f-a6ba-4b76-be44-980e578b8ea8*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -900,7 +900,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6802f1f-a6ba-4b76-be44-980e578b8ea8*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6802f1f-a6ba-4b76-be44-980e578b8ea8*ACAF0D937765FA854108CCFDE1921C51855BF859FF17FCC5B8B46CA78DB5DCC6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/CreateOrUpdateAsync.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/CreateOrUpdateAsync.json index fca9be28e412c..eac15f1bd31d3 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/CreateOrUpdateAsync.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/CreateOrUpdateAsync.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9682?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9682?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec6f2e83-2afc-4d3f-b974-2f4eb3af098a*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec6f2e83-2afc-4d3f-b974-2f4eb3af098a*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "653", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec6f2e83-2afc-4d3f-b974-2f4eb3af098a*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec6f2e83-2afc-4d3f-b974-2f4eb3af098a*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec6f2e83-2afc-4d3f-b974-2f4eb3af098a*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec6f2e83-2afc-4d3f-b974-2f4eb3af098a*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec6f2e83-2afc-4d3f-b974-2f4eb3af098a*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec6f2e83-2afc-4d3f-b974-2f4eb3af098a*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec6f2e83-2afc-4d3f-b974-2f4eb3af098a*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec6f2e83-2afc-4d3f-b974-2f4eb3af098a*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec6f2e83-2afc-4d3f-b974-2f4eb3af098a*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec6f2e83-2afc-4d3f-b974-2f4eb3af098a*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec6f2e83-2afc-4d3f-b974-2f4eb3af098a*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec6f2e83-2afc-4d3f-b974-2f4eb3af098a*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec6f2e83-2afc-4d3f-b974-2f4eb3af098a*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec6f2e83-2afc-4d3f-b974-2f4eb3af098a*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec6f2e83-2afc-4d3f-b974-2f4eb3af098a*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec6f2e83-2afc-4d3f-b974-2f4eb3af098a*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec6f2e83-2afc-4d3f-b974-2f4eb3af098a*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec6f2e83-2afc-4d3f-b974-2f4eb3af098a*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9682?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9682?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -557,7 +557,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9682?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9682?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -571,14 +571,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2c2fc9-1597-42cd-92c1-4eda05dc7b35*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2c2fc9-1597-42cd-92c1-4eda05dc7b35*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:57:30 GMT", "ETag": "\u002247011a0e-0000-0700-0000-6419c5da0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2c2fc9-1597-42cd-92c1-4eda05dc7b35*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2c2fc9-1597-42cd-92c1-4eda05dc7b35*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -595,7 +595,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2c2fc9-1597-42cd-92c1-4eda05dc7b35*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2c2fc9-1597-42cd-92c1-4eda05dc7b35*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -633,7 +633,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2c2fc9-1597-42cd-92c1-4eda05dc7b35*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2c2fc9-1597-42cd-92c1-4eda05dc7b35*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -671,7 +671,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2c2fc9-1597-42cd-92c1-4eda05dc7b35*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2c2fc9-1597-42cd-92c1-4eda05dc7b35*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -709,7 +709,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2c2fc9-1597-42cd-92c1-4eda05dc7b35*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2c2fc9-1597-42cd-92c1-4eda05dc7b35*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -747,7 +747,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2c2fc9-1597-42cd-92c1-4eda05dc7b35*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2c2fc9-1597-42cd-92c1-4eda05dc7b35*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -785,7 +785,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2c2fc9-1597-42cd-92c1-4eda05dc7b35*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2c2fc9-1597-42cd-92c1-4eda05dc7b35*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -823,7 +823,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2c2fc9-1597-42cd-92c1-4eda05dc7b35*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2c2fc9-1597-42cd-92c1-4eda05dc7b35*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -861,7 +861,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2c2fc9-1597-42cd-92c1-4eda05dc7b35*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2c2fc9-1597-42cd-92c1-4eda05dc7b35*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -899,7 +899,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2c2fc9-1597-42cd-92c1-4eda05dc7b35*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2c2fc9-1597-42cd-92c1-4eda05dc7b35*8504D856331287A6D0209AF599B322DF99317E4461EBFA62D2B8C14C1A054DEC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/Delete.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/Delete.json index 805a74e142a35..0dfd354ad6898 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/Delete.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/Delete.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-7843?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-7843?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc9e983e-6c9b-4dad-b714-63ac93a882e3*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc9e983e-6c9b-4dad-b714-63ac93a882e3*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "654", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc9e983e-6c9b-4dad-b714-63ac93a882e3*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc9e983e-6c9b-4dad-b714-63ac93a882e3*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc9e983e-6c9b-4dad-b714-63ac93a882e3*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc9e983e-6c9b-4dad-b714-63ac93a882e3*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc9e983e-6c9b-4dad-b714-63ac93a882e3*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc9e983e-6c9b-4dad-b714-63ac93a882e3*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc9e983e-6c9b-4dad-b714-63ac93a882e3*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc9e983e-6c9b-4dad-b714-63ac93a882e3*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc9e983e-6c9b-4dad-b714-63ac93a882e3*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc9e983e-6c9b-4dad-b714-63ac93a882e3*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc9e983e-6c9b-4dad-b714-63ac93a882e3*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc9e983e-6c9b-4dad-b714-63ac93a882e3*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc9e983e-6c9b-4dad-b714-63ac93a882e3*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc9e983e-6c9b-4dad-b714-63ac93a882e3*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc9e983e-6c9b-4dad-b714-63ac93a882e3*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc9e983e-6c9b-4dad-b714-63ac93a882e3*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc9e983e-6c9b-4dad-b714-63ac93a882e3*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc9e983e-6c9b-4dad-b714-63ac93a882e3*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-7843?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-7843?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-7843?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-7843?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -515,14 +515,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d171d9e1-ff0b-43f9-8b86-5307e7867478*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d171d9e1-ff0b-43f9-8b86-5307e7867478*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:48:31 GMT", "ETag": "\u002244011097-0000-0700-0000-6419b5b00000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d171d9e1-ff0b-43f9-8b86-5307e7867478*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d171d9e1-ff0b-43f9-8b86-5307e7867478*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -539,7 +539,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d171d9e1-ff0b-43f9-8b86-5307e7867478*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d171d9e1-ff0b-43f9-8b86-5307e7867478*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -577,7 +577,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d171d9e1-ff0b-43f9-8b86-5307e7867478*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d171d9e1-ff0b-43f9-8b86-5307e7867478*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -615,7 +615,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d171d9e1-ff0b-43f9-8b86-5307e7867478*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d171d9e1-ff0b-43f9-8b86-5307e7867478*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -653,7 +653,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d171d9e1-ff0b-43f9-8b86-5307e7867478*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d171d9e1-ff0b-43f9-8b86-5307e7867478*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -691,7 +691,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d171d9e1-ff0b-43f9-8b86-5307e7867478*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d171d9e1-ff0b-43f9-8b86-5307e7867478*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -729,7 +729,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d171d9e1-ff0b-43f9-8b86-5307e7867478*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d171d9e1-ff0b-43f9-8b86-5307e7867478*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -767,7 +767,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d171d9e1-ff0b-43f9-8b86-5307e7867478*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d171d9e1-ff0b-43f9-8b86-5307e7867478*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -805,7 +805,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d171d9e1-ff0b-43f9-8b86-5307e7867478*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d171d9e1-ff0b-43f9-8b86-5307e7867478*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -843,7 +843,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d171d9e1-ff0b-43f9-8b86-5307e7867478*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d171d9e1-ff0b-43f9-8b86-5307e7867478*FAB33D33CDE449BE2D7A76840A51D4956B7777BDCBAC02F369CC77FC0A684A84?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -882,7 +882,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-7843?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-7843?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -921,7 +921,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/DeleteAsync.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/DeleteAsync.json index d61611cce1dc2..aec173266654e 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/DeleteAsync.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/DeleteAsync.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7022?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7022?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/062c2514-95f8-465d-8d20-c8ccb38c010c*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/062c2514-95f8-465d-8d20-c8ccb38c010c*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/062c2514-95f8-465d-8d20-c8ccb38c010c*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/062c2514-95f8-465d-8d20-c8ccb38c010c*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/062c2514-95f8-465d-8d20-c8ccb38c010c*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/062c2514-95f8-465d-8d20-c8ccb38c010c*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/062c2514-95f8-465d-8d20-c8ccb38c010c*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/062c2514-95f8-465d-8d20-c8ccb38c010c*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/062c2514-95f8-465d-8d20-c8ccb38c010c*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/062c2514-95f8-465d-8d20-c8ccb38c010c*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/062c2514-95f8-465d-8d20-c8ccb38c010c*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/062c2514-95f8-465d-8d20-c8ccb38c010c*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/062c2514-95f8-465d-8d20-c8ccb38c010c*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/062c2514-95f8-465d-8d20-c8ccb38c010c*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/062c2514-95f8-465d-8d20-c8ccb38c010c*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/062c2514-95f8-465d-8d20-c8ccb38c010c*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/062c2514-95f8-465d-8d20-c8ccb38c010c*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/062c2514-95f8-465d-8d20-c8ccb38c010c*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/062c2514-95f8-465d-8d20-c8ccb38c010c*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/062c2514-95f8-465d-8d20-c8ccb38c010c*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7022?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7022?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7022?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7022?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -515,14 +515,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2b9c3c68-a623-486a-8fe9-17aa6a47681e*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2b9c3c68-a623-486a-8fe9-17aa6a47681e*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:59:47 GMT", "ETag": "\u00224701c221-0000-0700-0000-6419c6630000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2b9c3c68-a623-486a-8fe9-17aa6a47681e*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2b9c3c68-a623-486a-8fe9-17aa6a47681e*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -539,7 +539,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2b9c3c68-a623-486a-8fe9-17aa6a47681e*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2b9c3c68-a623-486a-8fe9-17aa6a47681e*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -577,7 +577,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2b9c3c68-a623-486a-8fe9-17aa6a47681e*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2b9c3c68-a623-486a-8fe9-17aa6a47681e*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -615,7 +615,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2b9c3c68-a623-486a-8fe9-17aa6a47681e*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2b9c3c68-a623-486a-8fe9-17aa6a47681e*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -653,7 +653,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2b9c3c68-a623-486a-8fe9-17aa6a47681e*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2b9c3c68-a623-486a-8fe9-17aa6a47681e*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -691,7 +691,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2b9c3c68-a623-486a-8fe9-17aa6a47681e*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2b9c3c68-a623-486a-8fe9-17aa6a47681e*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -729,7 +729,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2b9c3c68-a623-486a-8fe9-17aa6a47681e*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2b9c3c68-a623-486a-8fe9-17aa6a47681e*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -767,7 +767,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2b9c3c68-a623-486a-8fe9-17aa6a47681e*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2b9c3c68-a623-486a-8fe9-17aa6a47681e*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -805,7 +805,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2b9c3c68-a623-486a-8fe9-17aa6a47681e*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2b9c3c68-a623-486a-8fe9-17aa6a47681e*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -843,7 +843,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2b9c3c68-a623-486a-8fe9-17aa6a47681e*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2b9c3c68-a623-486a-8fe9-17aa6a47681e*CF2AAEDBDE5DFC202D2418DD7F44849B571EA2B3B405E9F0DBF624D994964AA0?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -882,7 +882,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7022?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7022?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -921,7 +921,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/Exists.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/Exists.json index 241ba3771ae5b..f68702bc12431 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/Exists.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/Exists.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-3550?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-3550?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/60372d22-3870-4281-82c7-a097018b4ccd*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/60372d22-3870-4281-82c7-a097018b4ccd*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "654", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/60372d22-3870-4281-82c7-a097018b4ccd*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/60372d22-3870-4281-82c7-a097018b4ccd*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/60372d22-3870-4281-82c7-a097018b4ccd*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/60372d22-3870-4281-82c7-a097018b4ccd*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/60372d22-3870-4281-82c7-a097018b4ccd*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/60372d22-3870-4281-82c7-a097018b4ccd*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/60372d22-3870-4281-82c7-a097018b4ccd*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/60372d22-3870-4281-82c7-a097018b4ccd*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/60372d22-3870-4281-82c7-a097018b4ccd*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/60372d22-3870-4281-82c7-a097018b4ccd*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/60372d22-3870-4281-82c7-a097018b4ccd*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/60372d22-3870-4281-82c7-a097018b4ccd*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/60372d22-3870-4281-82c7-a097018b4ccd*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/60372d22-3870-4281-82c7-a097018b4ccd*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/60372d22-3870-4281-82c7-a097018b4ccd*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/60372d22-3870-4281-82c7-a097018b4ccd*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/60372d22-3870-4281-82c7-a097018b4ccd*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/60372d22-3870-4281-82c7-a097018b4ccd*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-3550?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-3550?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-3550?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-3550?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -555,7 +555,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -612,7 +612,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-3550?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-3550?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -626,14 +626,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f320c2ca-76c3-47e1-9ea0-5eedb6a0b96a*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f320c2ca-76c3-47e1-9ea0-5eedb6a0b96a*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:50:48 GMT", "ETag": "\u0022440132aa-0000-0700-0000-6419b6390000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f320c2ca-76c3-47e1-9ea0-5eedb6a0b96a*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f320c2ca-76c3-47e1-9ea0-5eedb6a0b96a*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -650,7 +650,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f320c2ca-76c3-47e1-9ea0-5eedb6a0b96a*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f320c2ca-76c3-47e1-9ea0-5eedb6a0b96a*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -688,7 +688,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f320c2ca-76c3-47e1-9ea0-5eedb6a0b96a*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f320c2ca-76c3-47e1-9ea0-5eedb6a0b96a*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -726,7 +726,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f320c2ca-76c3-47e1-9ea0-5eedb6a0b96a*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f320c2ca-76c3-47e1-9ea0-5eedb6a0b96a*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -764,7 +764,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f320c2ca-76c3-47e1-9ea0-5eedb6a0b96a*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f320c2ca-76c3-47e1-9ea0-5eedb6a0b96a*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -802,7 +802,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f320c2ca-76c3-47e1-9ea0-5eedb6a0b96a*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f320c2ca-76c3-47e1-9ea0-5eedb6a0b96a*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -840,7 +840,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f320c2ca-76c3-47e1-9ea0-5eedb6a0b96a*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f320c2ca-76c3-47e1-9ea0-5eedb6a0b96a*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -878,7 +878,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f320c2ca-76c3-47e1-9ea0-5eedb6a0b96a*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f320c2ca-76c3-47e1-9ea0-5eedb6a0b96a*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -916,7 +916,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f320c2ca-76c3-47e1-9ea0-5eedb6a0b96a*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f320c2ca-76c3-47e1-9ea0-5eedb6a0b96a*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -954,7 +954,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f320c2ca-76c3-47e1-9ea0-5eedb6a0b96a*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f320c2ca-76c3-47e1-9ea0-5eedb6a0b96a*4B6390C29B85C3F0FB63FE5E4EB6D93A98760F39797E1F55037D7C489ADE4764?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/ExistsAsync.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/ExistsAsync.json index 341f7d6bf811a..45c9a5b08e967 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/ExistsAsync.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/ExistsAsync.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6500?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6500?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c10dae1f-2f19-4d8f-84a3-c9f01e32841c*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c10dae1f-2f19-4d8f-84a3-c9f01e32841c*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c10dae1f-2f19-4d8f-84a3-c9f01e32841c*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c10dae1f-2f19-4d8f-84a3-c9f01e32841c*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c10dae1f-2f19-4d8f-84a3-c9f01e32841c*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c10dae1f-2f19-4d8f-84a3-c9f01e32841c*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c10dae1f-2f19-4d8f-84a3-c9f01e32841c*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c10dae1f-2f19-4d8f-84a3-c9f01e32841c*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c10dae1f-2f19-4d8f-84a3-c9f01e32841c*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c10dae1f-2f19-4d8f-84a3-c9f01e32841c*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c10dae1f-2f19-4d8f-84a3-c9f01e32841c*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c10dae1f-2f19-4d8f-84a3-c9f01e32841c*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c10dae1f-2f19-4d8f-84a3-c9f01e32841c*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c10dae1f-2f19-4d8f-84a3-c9f01e32841c*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c10dae1f-2f19-4d8f-84a3-c9f01e32841c*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c10dae1f-2f19-4d8f-84a3-c9f01e32841c*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c10dae1f-2f19-4d8f-84a3-c9f01e32841c*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c10dae1f-2f19-4d8f-84a3-c9f01e32841c*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c10dae1f-2f19-4d8f-84a3-c9f01e32841c*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c10dae1f-2f19-4d8f-84a3-c9f01e32841c*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6500?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6500?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6500?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6500?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -555,7 +555,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -611,7 +611,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6500?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6500?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -625,14 +625,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2b8bbf-e6cd-45bf-82b8-a77b5e74bb89*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2b8bbf-e6cd-45bf-82b8-a77b5e74bb89*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:02:25 GMT", "ETag": "\u00224701a337-0000-0700-0000-6419c7020000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2b8bbf-e6cd-45bf-82b8-a77b5e74bb89*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2b8bbf-e6cd-45bf-82b8-a77b5e74bb89*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -649,7 +649,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2b8bbf-e6cd-45bf-82b8-a77b5e74bb89*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2b8bbf-e6cd-45bf-82b8-a77b5e74bb89*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -687,7 +687,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2b8bbf-e6cd-45bf-82b8-a77b5e74bb89*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2b8bbf-e6cd-45bf-82b8-a77b5e74bb89*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -725,7 +725,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2b8bbf-e6cd-45bf-82b8-a77b5e74bb89*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2b8bbf-e6cd-45bf-82b8-a77b5e74bb89*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -763,7 +763,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2b8bbf-e6cd-45bf-82b8-a77b5e74bb89*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2b8bbf-e6cd-45bf-82b8-a77b5e74bb89*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -801,7 +801,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2b8bbf-e6cd-45bf-82b8-a77b5e74bb89*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2b8bbf-e6cd-45bf-82b8-a77b5e74bb89*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -839,7 +839,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2b8bbf-e6cd-45bf-82b8-a77b5e74bb89*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2b8bbf-e6cd-45bf-82b8-a77b5e74bb89*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -877,7 +877,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2b8bbf-e6cd-45bf-82b8-a77b5e74bb89*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2b8bbf-e6cd-45bf-82b8-a77b5e74bb89*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -915,7 +915,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2b8bbf-e6cd-45bf-82b8-a77b5e74bb89*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2b8bbf-e6cd-45bf-82b8-a77b5e74bb89*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -953,7 +953,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2b8bbf-e6cd-45bf-82b8-a77b5e74bb89*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc2b8bbf-e6cd-45bf-82b8-a77b5e74bb89*D7EDA15768D5461D84D5C5B29033C752A417BDF723AEDEE54C12F2938BE34768?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/Get.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/Get.json index c0fc8fa34af5b..5a49650e868b2 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/Get.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/Get.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1783?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1783?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f903b374-22a1-4ee2-b320-c95044340e5e*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f903b374-22a1-4ee2-b320-c95044340e5e*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "654", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f903b374-22a1-4ee2-b320-c95044340e5e*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f903b374-22a1-4ee2-b320-c95044340e5e*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f903b374-22a1-4ee2-b320-c95044340e5e*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f903b374-22a1-4ee2-b320-c95044340e5e*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f903b374-22a1-4ee2-b320-c95044340e5e*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f903b374-22a1-4ee2-b320-c95044340e5e*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f903b374-22a1-4ee2-b320-c95044340e5e*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f903b374-22a1-4ee2-b320-c95044340e5e*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f903b374-22a1-4ee2-b320-c95044340e5e*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f903b374-22a1-4ee2-b320-c95044340e5e*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f903b374-22a1-4ee2-b320-c95044340e5e*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f903b374-22a1-4ee2-b320-c95044340e5e*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f903b374-22a1-4ee2-b320-c95044340e5e*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f903b374-22a1-4ee2-b320-c95044340e5e*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f903b374-22a1-4ee2-b320-c95044340e5e*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f903b374-22a1-4ee2-b320-c95044340e5e*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f903b374-22a1-4ee2-b320-c95044340e5e*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f903b374-22a1-4ee2-b320-c95044340e5e*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1783?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1783?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1783?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1783?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -555,7 +555,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -612,7 +612,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1783?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1783?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -626,14 +626,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/915e5e08-d894-4059-b9d4-00040a5dc245*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/915e5e08-d894-4059-b9d4-00040a5dc245*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:53:06 GMT", "ETag": "\u0022440176be-0000-0700-0000-6419b6c20000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/915e5e08-d894-4059-b9d4-00040a5dc245*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/915e5e08-d894-4059-b9d4-00040a5dc245*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -650,7 +650,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/915e5e08-d894-4059-b9d4-00040a5dc245*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/915e5e08-d894-4059-b9d4-00040a5dc245*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -688,7 +688,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/915e5e08-d894-4059-b9d4-00040a5dc245*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/915e5e08-d894-4059-b9d4-00040a5dc245*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -726,7 +726,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/915e5e08-d894-4059-b9d4-00040a5dc245*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/915e5e08-d894-4059-b9d4-00040a5dc245*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -764,7 +764,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/915e5e08-d894-4059-b9d4-00040a5dc245*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/915e5e08-d894-4059-b9d4-00040a5dc245*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -802,7 +802,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/915e5e08-d894-4059-b9d4-00040a5dc245*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/915e5e08-d894-4059-b9d4-00040a5dc245*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -840,7 +840,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/915e5e08-d894-4059-b9d4-00040a5dc245*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/915e5e08-d894-4059-b9d4-00040a5dc245*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -878,7 +878,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/915e5e08-d894-4059-b9d4-00040a5dc245*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/915e5e08-d894-4059-b9d4-00040a5dc245*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -916,7 +916,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/915e5e08-d894-4059-b9d4-00040a5dc245*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/915e5e08-d894-4059-b9d4-00040a5dc245*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -954,7 +954,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/915e5e08-d894-4059-b9d4-00040a5dc245*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/915e5e08-d894-4059-b9d4-00040a5dc245*FB2EEF728307ECF055598B48D3232ABB1AAD1CADF89CC08DE1EC6676E2A9EA16?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/GetAll.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/GetAll.json index 50df86667651d..caead5998498f 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/GetAll.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/GetAll.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-9231?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-9231?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7fc8ae16-d76d-41ec-8c80-b2db9c865a73*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7fc8ae16-d76d-41ec-8c80-b2db9c865a73*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "654", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7fc8ae16-d76d-41ec-8c80-b2db9c865a73*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7fc8ae16-d76d-41ec-8c80-b2db9c865a73*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7fc8ae16-d76d-41ec-8c80-b2db9c865a73*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7fc8ae16-d76d-41ec-8c80-b2db9c865a73*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7fc8ae16-d76d-41ec-8c80-b2db9c865a73*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7fc8ae16-d76d-41ec-8c80-b2db9c865a73*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7fc8ae16-d76d-41ec-8c80-b2db9c865a73*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7fc8ae16-d76d-41ec-8c80-b2db9c865a73*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7fc8ae16-d76d-41ec-8c80-b2db9c865a73*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7fc8ae16-d76d-41ec-8c80-b2db9c865a73*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7fc8ae16-d76d-41ec-8c80-b2db9c865a73*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7fc8ae16-d76d-41ec-8c80-b2db9c865a73*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7fc8ae16-d76d-41ec-8c80-b2db9c865a73*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7fc8ae16-d76d-41ec-8c80-b2db9c865a73*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7fc8ae16-d76d-41ec-8c80-b2db9c865a73*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7fc8ae16-d76d-41ec-8c80-b2db9c865a73*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7fc8ae16-d76d-41ec-8c80-b2db9c865a73*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7fc8ae16-d76d-41ec-8c80-b2db9c865a73*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-9231?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-9231?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -558,7 +558,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -615,7 +615,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-9231?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-9231?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -629,14 +629,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/de8dc284-2aa5-439a-a18e-3daa92729be4*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/de8dc284-2aa5-439a-a18e-3daa92729be4*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:55:29 GMT", "ETag": "\u002244013cd5-0000-0700-0000-6419b7520000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/de8dc284-2aa5-439a-a18e-3daa92729be4*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/de8dc284-2aa5-439a-a18e-3daa92729be4*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -653,7 +653,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/de8dc284-2aa5-439a-a18e-3daa92729be4*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/de8dc284-2aa5-439a-a18e-3daa92729be4*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -691,7 +691,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/de8dc284-2aa5-439a-a18e-3daa92729be4*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/de8dc284-2aa5-439a-a18e-3daa92729be4*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -729,7 +729,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/de8dc284-2aa5-439a-a18e-3daa92729be4*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/de8dc284-2aa5-439a-a18e-3daa92729be4*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -767,7 +767,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/de8dc284-2aa5-439a-a18e-3daa92729be4*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/de8dc284-2aa5-439a-a18e-3daa92729be4*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -805,7 +805,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/de8dc284-2aa5-439a-a18e-3daa92729be4*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/de8dc284-2aa5-439a-a18e-3daa92729be4*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -843,7 +843,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/de8dc284-2aa5-439a-a18e-3daa92729be4*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/de8dc284-2aa5-439a-a18e-3daa92729be4*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -881,7 +881,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/de8dc284-2aa5-439a-a18e-3daa92729be4*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/de8dc284-2aa5-439a-a18e-3daa92729be4*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -919,7 +919,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/de8dc284-2aa5-439a-a18e-3daa92729be4*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/de8dc284-2aa5-439a-a18e-3daa92729be4*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -957,7 +957,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/de8dc284-2aa5-439a-a18e-3daa92729be4*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/de8dc284-2aa5-439a-a18e-3daa92729be4*DF498363843CF291126630710A92B350E455C685C985766B067C3C8B220F3614?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/GetAllAsync.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/GetAllAsync.json index b5cd393d88611..9a2e81713f456 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/GetAllAsync.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/GetAllAsync.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-2202?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-2202?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/67cbcfc1-94f2-4967-8dbd-f7146d4af104*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/67cbcfc1-94f2-4967-8dbd-f7146d4af104*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/67cbcfc1-94f2-4967-8dbd-f7146d4af104*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/67cbcfc1-94f2-4967-8dbd-f7146d4af104*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/67cbcfc1-94f2-4967-8dbd-f7146d4af104*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/67cbcfc1-94f2-4967-8dbd-f7146d4af104*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/67cbcfc1-94f2-4967-8dbd-f7146d4af104*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/67cbcfc1-94f2-4967-8dbd-f7146d4af104*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/67cbcfc1-94f2-4967-8dbd-f7146d4af104*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/67cbcfc1-94f2-4967-8dbd-f7146d4af104*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/67cbcfc1-94f2-4967-8dbd-f7146d4af104*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/67cbcfc1-94f2-4967-8dbd-f7146d4af104*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/67cbcfc1-94f2-4967-8dbd-f7146d4af104*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/67cbcfc1-94f2-4967-8dbd-f7146d4af104*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/67cbcfc1-94f2-4967-8dbd-f7146d4af104*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/67cbcfc1-94f2-4967-8dbd-f7146d4af104*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/67cbcfc1-94f2-4967-8dbd-f7146d4af104*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/67cbcfc1-94f2-4967-8dbd-f7146d4af104*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/67cbcfc1-94f2-4967-8dbd-f7146d4af104*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/67cbcfc1-94f2-4967-8dbd-f7146d4af104*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-2202?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-2202?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -557,7 +557,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -613,7 +613,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-2202?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-2202?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -627,14 +627,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/037aa8a1-7d83-478a-9b04-c211ddc4d888*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/037aa8a1-7d83-478a-9b04-c211ddc4d888*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:07:03 GMT", "ETag": "\u00224701c063-0000-0700-0000-6419c8180000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/037aa8a1-7d83-478a-9b04-c211ddc4d888*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/037aa8a1-7d83-478a-9b04-c211ddc4d888*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -651,7 +651,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/037aa8a1-7d83-478a-9b04-c211ddc4d888*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/037aa8a1-7d83-478a-9b04-c211ddc4d888*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -689,7 +689,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/037aa8a1-7d83-478a-9b04-c211ddc4d888*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/037aa8a1-7d83-478a-9b04-c211ddc4d888*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -727,7 +727,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/037aa8a1-7d83-478a-9b04-c211ddc4d888*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/037aa8a1-7d83-478a-9b04-c211ddc4d888*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -765,7 +765,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/037aa8a1-7d83-478a-9b04-c211ddc4d888*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/037aa8a1-7d83-478a-9b04-c211ddc4d888*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -803,7 +803,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/037aa8a1-7d83-478a-9b04-c211ddc4d888*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/037aa8a1-7d83-478a-9b04-c211ddc4d888*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -841,7 +841,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/037aa8a1-7d83-478a-9b04-c211ddc4d888*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/037aa8a1-7d83-478a-9b04-c211ddc4d888*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -879,7 +879,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/037aa8a1-7d83-478a-9b04-c211ddc4d888*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/037aa8a1-7d83-478a-9b04-c211ddc4d888*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -917,7 +917,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/037aa8a1-7d83-478a-9b04-c211ddc4d888*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/037aa8a1-7d83-478a-9b04-c211ddc4d888*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -955,7 +955,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/037aa8a1-7d83-478a-9b04-c211ddc4d888*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/037aa8a1-7d83-478a-9b04-c211ddc4d888*6D26FE36FBAB1BB10F20D6C5D516C1D4F88055F6F11FE6AA0A22464CAB97025B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/GetAsync.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/GetAsync.json index 13c22f696f81b..a35b5c9f6fcc1 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/GetAsync.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/GetAsync.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9347?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9347?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0f23943d-b192-41d5-bde5-efb324fadc4a*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0f23943d-b192-41d5-bde5-efb324fadc4a*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0f23943d-b192-41d5-bde5-efb324fadc4a*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0f23943d-b192-41d5-bde5-efb324fadc4a*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0f23943d-b192-41d5-bde5-efb324fadc4a*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0f23943d-b192-41d5-bde5-efb324fadc4a*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0f23943d-b192-41d5-bde5-efb324fadc4a*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0f23943d-b192-41d5-bde5-efb324fadc4a*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0f23943d-b192-41d5-bde5-efb324fadc4a*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0f23943d-b192-41d5-bde5-efb324fadc4a*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0f23943d-b192-41d5-bde5-efb324fadc4a*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0f23943d-b192-41d5-bde5-efb324fadc4a*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0f23943d-b192-41d5-bde5-efb324fadc4a*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0f23943d-b192-41d5-bde5-efb324fadc4a*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0f23943d-b192-41d5-bde5-efb324fadc4a*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0f23943d-b192-41d5-bde5-efb324fadc4a*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0f23943d-b192-41d5-bde5-efb324fadc4a*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0f23943d-b192-41d5-bde5-efb324fadc4a*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0f23943d-b192-41d5-bde5-efb324fadc4a*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0f23943d-b192-41d5-bde5-efb324fadc4a*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9347?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9347?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9347?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9347?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -555,7 +555,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -611,7 +611,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9347?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9347?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -625,14 +625,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4ce6eef7-d428-4b88-b325-99c6486ac8d7*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4ce6eef7-d428-4b88-b325-99c6486ac8d7*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:04:45 GMT", "ETag": "\u00224701604e-0000-0700-0000-6419c78e0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4ce6eef7-d428-4b88-b325-99c6486ac8d7*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4ce6eef7-d428-4b88-b325-99c6486ac8d7*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -649,7 +649,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4ce6eef7-d428-4b88-b325-99c6486ac8d7*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4ce6eef7-d428-4b88-b325-99c6486ac8d7*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -687,7 +687,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4ce6eef7-d428-4b88-b325-99c6486ac8d7*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4ce6eef7-d428-4b88-b325-99c6486ac8d7*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -725,7 +725,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4ce6eef7-d428-4b88-b325-99c6486ac8d7*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4ce6eef7-d428-4b88-b325-99c6486ac8d7*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -763,7 +763,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4ce6eef7-d428-4b88-b325-99c6486ac8d7*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4ce6eef7-d428-4b88-b325-99c6486ac8d7*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -801,7 +801,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4ce6eef7-d428-4b88-b325-99c6486ac8d7*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4ce6eef7-d428-4b88-b325-99c6486ac8d7*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -839,7 +839,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4ce6eef7-d428-4b88-b325-99c6486ac8d7*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4ce6eef7-d428-4b88-b325-99c6486ac8d7*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -877,7 +877,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4ce6eef7-d428-4b88-b325-99c6486ac8d7*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4ce6eef7-d428-4b88-b325-99c6486ac8d7*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -915,7 +915,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4ce6eef7-d428-4b88-b325-99c6486ac8d7*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4ce6eef7-d428-4b88-b325-99c6486ac8d7*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -953,7 +953,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4ce6eef7-d428-4b88-b325-99c6486ac8d7*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4ce6eef7-d428-4b88-b325-99c6486ac8d7*EBAEF48A0C82D243F570918C8D11530EE19C0A5840453F03C32F1EC0249E02C1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/GetKeys.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/GetKeys.json index 44724a2be7620..8f4a8659ed950 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/GetKeys.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/GetKeys.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1581?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1581?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8001d851-f124-4fde-bb5f-1d662ec36753*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8001d851-f124-4fde-bb5f-1d662ec36753*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "654", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8001d851-f124-4fde-bb5f-1d662ec36753*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8001d851-f124-4fde-bb5f-1d662ec36753*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8001d851-f124-4fde-bb5f-1d662ec36753*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8001d851-f124-4fde-bb5f-1d662ec36753*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8001d851-f124-4fde-bb5f-1d662ec36753*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8001d851-f124-4fde-bb5f-1d662ec36753*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8001d851-f124-4fde-bb5f-1d662ec36753*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8001d851-f124-4fde-bb5f-1d662ec36753*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8001d851-f124-4fde-bb5f-1d662ec36753*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8001d851-f124-4fde-bb5f-1d662ec36753*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8001d851-f124-4fde-bb5f-1d662ec36753*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8001d851-f124-4fde-bb5f-1d662ec36753*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8001d851-f124-4fde-bb5f-1d662ec36753*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8001d851-f124-4fde-bb5f-1d662ec36753*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8001d851-f124-4fde-bb5f-1d662ec36753*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8001d851-f124-4fde-bb5f-1d662ec36753*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8001d851-f124-4fde-bb5f-1d662ec36753*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8001d851-f124-4fde-bb5f-1d662ec36753*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1581?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1581?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1581/listKeys?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1581/listKeys?api-version=2023-03-31", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -542,7 +542,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -599,7 +599,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1581?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1581?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -613,14 +613,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c9c3599-1ee2-4edc-992b-1201b7d6ef2d*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c9c3599-1ee2-4edc-992b-1201b7d6ef2d*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:57:52 GMT", "ETag": "\u0022440188ed-0000-0700-0000-6419b7e10000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c9c3599-1ee2-4edc-992b-1201b7d6ef2d*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c9c3599-1ee2-4edc-992b-1201b7d6ef2d*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -637,7 +637,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c9c3599-1ee2-4edc-992b-1201b7d6ef2d*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c9c3599-1ee2-4edc-992b-1201b7d6ef2d*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -675,7 +675,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c9c3599-1ee2-4edc-992b-1201b7d6ef2d*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c9c3599-1ee2-4edc-992b-1201b7d6ef2d*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -713,7 +713,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c9c3599-1ee2-4edc-992b-1201b7d6ef2d*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c9c3599-1ee2-4edc-992b-1201b7d6ef2d*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -751,7 +751,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c9c3599-1ee2-4edc-992b-1201b7d6ef2d*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c9c3599-1ee2-4edc-992b-1201b7d6ef2d*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -789,7 +789,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c9c3599-1ee2-4edc-992b-1201b7d6ef2d*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c9c3599-1ee2-4edc-992b-1201b7d6ef2d*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -827,7 +827,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c9c3599-1ee2-4edc-992b-1201b7d6ef2d*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c9c3599-1ee2-4edc-992b-1201b7d6ef2d*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -865,7 +865,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c9c3599-1ee2-4edc-992b-1201b7d6ef2d*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c9c3599-1ee2-4edc-992b-1201b7d6ef2d*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -903,7 +903,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c9c3599-1ee2-4edc-992b-1201b7d6ef2d*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c9c3599-1ee2-4edc-992b-1201b7d6ef2d*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -941,7 +941,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c9c3599-1ee2-4edc-992b-1201b7d6ef2d*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c9c3599-1ee2-4edc-992b-1201b7d6ef2d*53669C93E40AB7086242D2DBAFD6764F1F3965FD00B68E5331E486C03C1BE837?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/GetKeysAsync.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/GetKeysAsync.json index c5677ee92310f..9e42710401856 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/GetKeysAsync.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/GetKeysAsync.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-2775?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-2775?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e6e8f58-6db2-4325-a81a-6d4e39ec5920*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e6e8f58-6db2-4325-a81a-6d4e39ec5920*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e6e8f58-6db2-4325-a81a-6d4e39ec5920*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e6e8f58-6db2-4325-a81a-6d4e39ec5920*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e6e8f58-6db2-4325-a81a-6d4e39ec5920*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e6e8f58-6db2-4325-a81a-6d4e39ec5920*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e6e8f58-6db2-4325-a81a-6d4e39ec5920*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e6e8f58-6db2-4325-a81a-6d4e39ec5920*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e6e8f58-6db2-4325-a81a-6d4e39ec5920*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e6e8f58-6db2-4325-a81a-6d4e39ec5920*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e6e8f58-6db2-4325-a81a-6d4e39ec5920*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e6e8f58-6db2-4325-a81a-6d4e39ec5920*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e6e8f58-6db2-4325-a81a-6d4e39ec5920*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e6e8f58-6db2-4325-a81a-6d4e39ec5920*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e6e8f58-6db2-4325-a81a-6d4e39ec5920*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e6e8f58-6db2-4325-a81a-6d4e39ec5920*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e6e8f58-6db2-4325-a81a-6d4e39ec5920*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e6e8f58-6db2-4325-a81a-6d4e39ec5920*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e6e8f58-6db2-4325-a81a-6d4e39ec5920*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e6e8f58-6db2-4325-a81a-6d4e39ec5920*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-2775?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-2775?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-2775/listKeys?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-2775/listKeys?api-version=2023-03-31", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -542,7 +542,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -598,7 +598,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-2775?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-2775?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -612,14 +612,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/594f6304-8cc9-4f2f-b608-17050ac3a64b*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/594f6304-8cc9-4f2f-b608-17050ac3a64b*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:09:19 GMT", "ETag": "\u00224701ed7a-0000-0700-0000-6419c8a00000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/594f6304-8cc9-4f2f-b608-17050ac3a64b*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/594f6304-8cc9-4f2f-b608-17050ac3a64b*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -636,7 +636,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/594f6304-8cc9-4f2f-b608-17050ac3a64b*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/594f6304-8cc9-4f2f-b608-17050ac3a64b*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -674,7 +674,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/594f6304-8cc9-4f2f-b608-17050ac3a64b*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/594f6304-8cc9-4f2f-b608-17050ac3a64b*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -712,7 +712,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/594f6304-8cc9-4f2f-b608-17050ac3a64b*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/594f6304-8cc9-4f2f-b608-17050ac3a64b*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -750,7 +750,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/594f6304-8cc9-4f2f-b608-17050ac3a64b*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/594f6304-8cc9-4f2f-b608-17050ac3a64b*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -788,7 +788,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/594f6304-8cc9-4f2f-b608-17050ac3a64b*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/594f6304-8cc9-4f2f-b608-17050ac3a64b*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -826,7 +826,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/594f6304-8cc9-4f2f-b608-17050ac3a64b*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/594f6304-8cc9-4f2f-b608-17050ac3a64b*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -864,7 +864,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/594f6304-8cc9-4f2f-b608-17050ac3a64b*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/594f6304-8cc9-4f2f-b608-17050ac3a64b*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -902,7 +902,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/594f6304-8cc9-4f2f-b608-17050ac3a64b*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/594f6304-8cc9-4f2f-b608-17050ac3a64b*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -940,7 +940,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/594f6304-8cc9-4f2f-b608-17050ac3a64b*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/594f6304-8cc9-4f2f-b608-17050ac3a64b*E265C6021C05DAB1022631596866319177453DD5A97937EA2B1C1D7EB796397D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/LinkNotificationHub.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/LinkNotificationHub.json index 61933615438d0..84bf91ab58c00 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/LinkNotificationHub.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/LinkNotificationHub.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-8680?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-8680?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af8774b1-3846-49c7-9660-98aaf2e024e2*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af8774b1-3846-49c7-9660-98aaf2e024e2*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "654", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af8774b1-3846-49c7-9660-98aaf2e024e2*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af8774b1-3846-49c7-9660-98aaf2e024e2*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af8774b1-3846-49c7-9660-98aaf2e024e2*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af8774b1-3846-49c7-9660-98aaf2e024e2*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af8774b1-3846-49c7-9660-98aaf2e024e2*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af8774b1-3846-49c7-9660-98aaf2e024e2*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af8774b1-3846-49c7-9660-98aaf2e024e2*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af8774b1-3846-49c7-9660-98aaf2e024e2*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af8774b1-3846-49c7-9660-98aaf2e024e2*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af8774b1-3846-49c7-9660-98aaf2e024e2*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af8774b1-3846-49c7-9660-98aaf2e024e2*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af8774b1-3846-49c7-9660-98aaf2e024e2*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af8774b1-3846-49c7-9660-98aaf2e024e2*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af8774b1-3846-49c7-9660-98aaf2e024e2*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af8774b1-3846-49c7-9660-98aaf2e024e2*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af8774b1-3846-49c7-9660-98aaf2e024e2*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af8774b1-3846-49c7-9660-98aaf2e024e2*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af8774b1-3846-49c7-9660-98aaf2e024e2*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-8680?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-8680?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-8680/linkNotificationHub?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-8680/linkNotificationHub?api-version=2023-03-31", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -543,7 +543,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -601,7 +601,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-8680?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-8680?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -615,14 +615,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3a1ad13-fed0-4f08-b8c1-14a60898e317*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3a1ad13-fed0-4f08-b8c1-14a60898e317*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:00:34 GMT", "ETag": "\u002245012f09-0000-0700-0000-6419b8820000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3a1ad13-fed0-4f08-b8c1-14a60898e317*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3a1ad13-fed0-4f08-b8c1-14a60898e317*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -639,7 +639,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3a1ad13-fed0-4f08-b8c1-14a60898e317*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3a1ad13-fed0-4f08-b8c1-14a60898e317*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -677,7 +677,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3a1ad13-fed0-4f08-b8c1-14a60898e317*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3a1ad13-fed0-4f08-b8c1-14a60898e317*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -715,7 +715,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3a1ad13-fed0-4f08-b8c1-14a60898e317*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3a1ad13-fed0-4f08-b8c1-14a60898e317*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -753,7 +753,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3a1ad13-fed0-4f08-b8c1-14a60898e317*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3a1ad13-fed0-4f08-b8c1-14a60898e317*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -791,7 +791,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3a1ad13-fed0-4f08-b8c1-14a60898e317*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3a1ad13-fed0-4f08-b8c1-14a60898e317*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -829,7 +829,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3a1ad13-fed0-4f08-b8c1-14a60898e317*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3a1ad13-fed0-4f08-b8c1-14a60898e317*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -867,7 +867,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3a1ad13-fed0-4f08-b8c1-14a60898e317*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3a1ad13-fed0-4f08-b8c1-14a60898e317*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -905,7 +905,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3a1ad13-fed0-4f08-b8c1-14a60898e317*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3a1ad13-fed0-4f08-b8c1-14a60898e317*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -943,7 +943,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3a1ad13-fed0-4f08-b8c1-14a60898e317*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3a1ad13-fed0-4f08-b8c1-14a60898e317*A0B6D0F834F76C08488F963D59034872C7905D996E16A7672707DCBEE4F67A91?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/LinkNotificationHubAsync.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/LinkNotificationHubAsync.json index 05f728473aec1..c14b27fafa447 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/LinkNotificationHubAsync.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/LinkNotificationHubAsync.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9550?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9550?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/50b80d24-f659-488d-b706-a42c5fa1e0f7*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/50b80d24-f659-488d-b706-a42c5fa1e0f7*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/50b80d24-f659-488d-b706-a42c5fa1e0f7*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/50b80d24-f659-488d-b706-a42c5fa1e0f7*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/50b80d24-f659-488d-b706-a42c5fa1e0f7*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/50b80d24-f659-488d-b706-a42c5fa1e0f7*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/50b80d24-f659-488d-b706-a42c5fa1e0f7*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/50b80d24-f659-488d-b706-a42c5fa1e0f7*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/50b80d24-f659-488d-b706-a42c5fa1e0f7*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/50b80d24-f659-488d-b706-a42c5fa1e0f7*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/50b80d24-f659-488d-b706-a42c5fa1e0f7*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/50b80d24-f659-488d-b706-a42c5fa1e0f7*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/50b80d24-f659-488d-b706-a42c5fa1e0f7*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/50b80d24-f659-488d-b706-a42c5fa1e0f7*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/50b80d24-f659-488d-b706-a42c5fa1e0f7*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/50b80d24-f659-488d-b706-a42c5fa1e0f7*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/50b80d24-f659-488d-b706-a42c5fa1e0f7*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/50b80d24-f659-488d-b706-a42c5fa1e0f7*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/50b80d24-f659-488d-b706-a42c5fa1e0f7*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/50b80d24-f659-488d-b706-a42c5fa1e0f7*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9550?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9550?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9550/linkNotificationHub?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9550/linkNotificationHub?api-version=2023-03-31", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -543,7 +543,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -600,7 +600,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9550?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-9550?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -614,14 +614,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/07db264f-8bca-48dc-bdc8-38a6249ad853*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/07db264f-8bca-48dc-bdc8-38a6249ad853*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:11:36 GMT", "ETag": "\u00224701f990-0000-0700-0000-6419c9290000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/07db264f-8bca-48dc-bdc8-38a6249ad853*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/07db264f-8bca-48dc-bdc8-38a6249ad853*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -638,7 +638,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/07db264f-8bca-48dc-bdc8-38a6249ad853*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/07db264f-8bca-48dc-bdc8-38a6249ad853*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -676,7 +676,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/07db264f-8bca-48dc-bdc8-38a6249ad853*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/07db264f-8bca-48dc-bdc8-38a6249ad853*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -714,7 +714,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/07db264f-8bca-48dc-bdc8-38a6249ad853*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/07db264f-8bca-48dc-bdc8-38a6249ad853*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -752,7 +752,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/07db264f-8bca-48dc-bdc8-38a6249ad853*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/07db264f-8bca-48dc-bdc8-38a6249ad853*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -790,7 +790,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/07db264f-8bca-48dc-bdc8-38a6249ad853*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/07db264f-8bca-48dc-bdc8-38a6249ad853*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -828,7 +828,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/07db264f-8bca-48dc-bdc8-38a6249ad853*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/07db264f-8bca-48dc-bdc8-38a6249ad853*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -866,7 +866,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/07db264f-8bca-48dc-bdc8-38a6249ad853*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/07db264f-8bca-48dc-bdc8-38a6249ad853*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -904,7 +904,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/07db264f-8bca-48dc-bdc8-38a6249ad853*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/07db264f-8bca-48dc-bdc8-38a6249ad853*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -942,7 +942,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/07db264f-8bca-48dc-bdc8-38a6249ad853*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/07db264f-8bca-48dc-bdc8-38a6249ad853*C99A5522DDEE757C227C5418A33E5AFE14E3ACC0D97218DF715ADB6B4A7B39D5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/RemoveTag(False).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/RemoveTag(False).json index 997a53692aa51..11102a76ca9bd 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/RemoveTag(False).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/RemoveTag(False).json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5389?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5389?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5d8923f2-22dd-4e29-8a10-4b10d4df2ff4*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5d8923f2-22dd-4e29-8a10-4b10d4df2ff4*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "654", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5d8923f2-22dd-4e29-8a10-4b10d4df2ff4*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5d8923f2-22dd-4e29-8a10-4b10d4df2ff4*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5d8923f2-22dd-4e29-8a10-4b10d4df2ff4*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5d8923f2-22dd-4e29-8a10-4b10d4df2ff4*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5d8923f2-22dd-4e29-8a10-4b10d4df2ff4*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5d8923f2-22dd-4e29-8a10-4b10d4df2ff4*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5d8923f2-22dd-4e29-8a10-4b10d4df2ff4*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5d8923f2-22dd-4e29-8a10-4b10d4df2ff4*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5d8923f2-22dd-4e29-8a10-4b10d4df2ff4*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5d8923f2-22dd-4e29-8a10-4b10d4df2ff4*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5d8923f2-22dd-4e29-8a10-4b10d4df2ff4*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5d8923f2-22dd-4e29-8a10-4b10d4df2ff4*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5d8923f2-22dd-4e29-8a10-4b10d4df2ff4*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5d8923f2-22dd-4e29-8a10-4b10d4df2ff4*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5d8923f2-22dd-4e29-8a10-4b10d4df2ff4*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5d8923f2-22dd-4e29-8a10-4b10d4df2ff4*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5d8923f2-22dd-4e29-8a10-4b10d4df2ff4*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5d8923f2-22dd-4e29-8a10-4b10d4df2ff4*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5389?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5389?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5389?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5389?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -555,7 +555,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5389?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5389?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -620,7 +620,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5389?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5389?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -676,7 +676,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5389?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5389?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -732,7 +732,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5389?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5389?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -793,7 +793,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5389?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5389?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -847,7 +847,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -904,7 +904,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5389?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5389?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -918,14 +918,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1bd1a02a-fe7e-4c46-9d1a-e33be0dcc075*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1bd1a02a-fe7e-4c46-9d1a-e33be0dcc075*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:36:06 GMT", "ETag": "\u00224401422c-0000-0700-0000-6419b2c70000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1bd1a02a-fe7e-4c46-9d1a-e33be0dcc075*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1bd1a02a-fe7e-4c46-9d1a-e33be0dcc075*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -942,7 +942,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1bd1a02a-fe7e-4c46-9d1a-e33be0dcc075*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1bd1a02a-fe7e-4c46-9d1a-e33be0dcc075*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -980,7 +980,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1bd1a02a-fe7e-4c46-9d1a-e33be0dcc075*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1bd1a02a-fe7e-4c46-9d1a-e33be0dcc075*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1018,7 +1018,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1bd1a02a-fe7e-4c46-9d1a-e33be0dcc075*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1bd1a02a-fe7e-4c46-9d1a-e33be0dcc075*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1056,7 +1056,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1bd1a02a-fe7e-4c46-9d1a-e33be0dcc075*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1bd1a02a-fe7e-4c46-9d1a-e33be0dcc075*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1094,7 +1094,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1bd1a02a-fe7e-4c46-9d1a-e33be0dcc075*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1bd1a02a-fe7e-4c46-9d1a-e33be0dcc075*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1132,7 +1132,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1bd1a02a-fe7e-4c46-9d1a-e33be0dcc075*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1bd1a02a-fe7e-4c46-9d1a-e33be0dcc075*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1170,7 +1170,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1bd1a02a-fe7e-4c46-9d1a-e33be0dcc075*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1bd1a02a-fe7e-4c46-9d1a-e33be0dcc075*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1208,7 +1208,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1bd1a02a-fe7e-4c46-9d1a-e33be0dcc075*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1bd1a02a-fe7e-4c46-9d1a-e33be0dcc075*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1246,7 +1246,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1bd1a02a-fe7e-4c46-9d1a-e33be0dcc075*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1bd1a02a-fe7e-4c46-9d1a-e33be0dcc075*A5D2F7585EB5F39DF6DB34009F59F715D52CFE3869EDE13D1071895DC2241C23?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/RemoveTag(False)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/RemoveTag(False)Async.json index 9ad64fa44f48d..0133f06d2b3e7 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/RemoveTag(False)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/RemoveTag(False)Async.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-5965?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-5965?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c78bcb9e-181b-4e2a-9436-daf3eb01a898*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c78bcb9e-181b-4e2a-9436-daf3eb01a898*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c78bcb9e-181b-4e2a-9436-daf3eb01a898*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c78bcb9e-181b-4e2a-9436-daf3eb01a898*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c78bcb9e-181b-4e2a-9436-daf3eb01a898*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c78bcb9e-181b-4e2a-9436-daf3eb01a898*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c78bcb9e-181b-4e2a-9436-daf3eb01a898*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c78bcb9e-181b-4e2a-9436-daf3eb01a898*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c78bcb9e-181b-4e2a-9436-daf3eb01a898*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c78bcb9e-181b-4e2a-9436-daf3eb01a898*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c78bcb9e-181b-4e2a-9436-daf3eb01a898*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c78bcb9e-181b-4e2a-9436-daf3eb01a898*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c78bcb9e-181b-4e2a-9436-daf3eb01a898*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c78bcb9e-181b-4e2a-9436-daf3eb01a898*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c78bcb9e-181b-4e2a-9436-daf3eb01a898*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c78bcb9e-181b-4e2a-9436-daf3eb01a898*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c78bcb9e-181b-4e2a-9436-daf3eb01a898*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c78bcb9e-181b-4e2a-9436-daf3eb01a898*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c78bcb9e-181b-4e2a-9436-daf3eb01a898*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c78bcb9e-181b-4e2a-9436-daf3eb01a898*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-5965?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-5965?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-5965?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-5965?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -555,7 +555,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-5965?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-5965?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -620,7 +620,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-5965?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-5965?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -676,7 +676,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-5965?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-5965?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -732,7 +732,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-5965?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-5965?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -793,7 +793,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-5965?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-5965?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -847,7 +847,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -903,7 +903,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-5965?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-5965?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -917,14 +917,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eff4ead5-6322-4117-b54c-83c97d799521*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eff4ead5-6322-4117-b54c-83c97d799521*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:47:36 GMT", "ETag": "\u0022460176bc-0000-0700-0000-6419c3880000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eff4ead5-6322-4117-b54c-83c97d799521*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eff4ead5-6322-4117-b54c-83c97d799521*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -941,7 +941,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eff4ead5-6322-4117-b54c-83c97d799521*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eff4ead5-6322-4117-b54c-83c97d799521*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -979,7 +979,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eff4ead5-6322-4117-b54c-83c97d799521*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eff4ead5-6322-4117-b54c-83c97d799521*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1017,7 +1017,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eff4ead5-6322-4117-b54c-83c97d799521*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eff4ead5-6322-4117-b54c-83c97d799521*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1055,7 +1055,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eff4ead5-6322-4117-b54c-83c97d799521*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eff4ead5-6322-4117-b54c-83c97d799521*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1093,7 +1093,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eff4ead5-6322-4117-b54c-83c97d799521*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eff4ead5-6322-4117-b54c-83c97d799521*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1131,7 +1131,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eff4ead5-6322-4117-b54c-83c97d799521*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eff4ead5-6322-4117-b54c-83c97d799521*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1169,7 +1169,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eff4ead5-6322-4117-b54c-83c97d799521*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eff4ead5-6322-4117-b54c-83c97d799521*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1207,7 +1207,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eff4ead5-6322-4117-b54c-83c97d799521*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eff4ead5-6322-4117-b54c-83c97d799521*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1245,7 +1245,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eff4ead5-6322-4117-b54c-83c97d799521*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eff4ead5-6322-4117-b54c-83c97d799521*B44B067279FDD75841946432677BCB6D0DF6BAAE134E1296ACC1C82232E9D37C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/RemoveTag(True).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/RemoveTag(True).json index 454c9f28043a5..eea2e9ea1b24b 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/RemoveTag(True).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/RemoveTag(True).json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5021?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5021?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9b57820a-2e23-4ee8-a5b6-0457edaf3287*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9b57820a-2e23-4ee8-a5b6-0457edaf3287*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "652", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9b57820a-2e23-4ee8-a5b6-0457edaf3287*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9b57820a-2e23-4ee8-a5b6-0457edaf3287*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9b57820a-2e23-4ee8-a5b6-0457edaf3287*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9b57820a-2e23-4ee8-a5b6-0457edaf3287*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9b57820a-2e23-4ee8-a5b6-0457edaf3287*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9b57820a-2e23-4ee8-a5b6-0457edaf3287*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9b57820a-2e23-4ee8-a5b6-0457edaf3287*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9b57820a-2e23-4ee8-a5b6-0457edaf3287*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9b57820a-2e23-4ee8-a5b6-0457edaf3287*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9b57820a-2e23-4ee8-a5b6-0457edaf3287*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9b57820a-2e23-4ee8-a5b6-0457edaf3287*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9b57820a-2e23-4ee8-a5b6-0457edaf3287*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9b57820a-2e23-4ee8-a5b6-0457edaf3287*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9b57820a-2e23-4ee8-a5b6-0457edaf3287*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9b57820a-2e23-4ee8-a5b6-0457edaf3287*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9b57820a-2e23-4ee8-a5b6-0457edaf3287*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9b57820a-2e23-4ee8-a5b6-0457edaf3287*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9b57820a-2e23-4ee8-a5b6-0457edaf3287*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5021?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5021?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -587,7 +587,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5021?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5021?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -643,7 +643,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5021?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5021?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -783,7 +783,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5021?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5021?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -837,7 +837,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5021?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5021?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -891,7 +891,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -948,7 +948,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5021?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5021?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -962,14 +962,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c02c4a78-d5fc-4e83-b28b-a725a461e20f*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c02c4a78-d5fc-4e83-b28b-a725a461e20f*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:33:12 GMT", "ETag": "\u002244011010-0000-0700-0000-6419b2180000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c02c4a78-d5fc-4e83-b28b-a725a461e20f*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c02c4a78-d5fc-4e83-b28b-a725a461e20f*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -986,7 +986,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c02c4a78-d5fc-4e83-b28b-a725a461e20f*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c02c4a78-d5fc-4e83-b28b-a725a461e20f*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1024,7 +1024,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c02c4a78-d5fc-4e83-b28b-a725a461e20f*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c02c4a78-d5fc-4e83-b28b-a725a461e20f*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1062,7 +1062,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c02c4a78-d5fc-4e83-b28b-a725a461e20f*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c02c4a78-d5fc-4e83-b28b-a725a461e20f*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1100,7 +1100,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c02c4a78-d5fc-4e83-b28b-a725a461e20f*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c02c4a78-d5fc-4e83-b28b-a725a461e20f*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1138,7 +1138,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c02c4a78-d5fc-4e83-b28b-a725a461e20f*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c02c4a78-d5fc-4e83-b28b-a725a461e20f*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1176,7 +1176,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c02c4a78-d5fc-4e83-b28b-a725a461e20f*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c02c4a78-d5fc-4e83-b28b-a725a461e20f*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1214,7 +1214,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c02c4a78-d5fc-4e83-b28b-a725a461e20f*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c02c4a78-d5fc-4e83-b28b-a725a461e20f*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1252,7 +1252,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c02c4a78-d5fc-4e83-b28b-a725a461e20f*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c02c4a78-d5fc-4e83-b28b-a725a461e20f*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1290,7 +1290,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c02c4a78-d5fc-4e83-b28b-a725a461e20f*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c02c4a78-d5fc-4e83-b28b-a725a461e20f*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1328,7 +1328,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c02c4a78-d5fc-4e83-b28b-a725a461e20f*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c02c4a78-d5fc-4e83-b28b-a725a461e20f*5C8DDCF2E91FA81327AAA5B20F95FBF31CE2D7F723596B2444B5D5AAB3495452?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/RemoveTag(True)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/RemoveTag(True)Async.json index 198cb87ad9865..0ee3a3eb666c6 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/RemoveTag(True)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/RemoveTag(True)Async.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6704?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6704?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/31de5627-04c0-46ab-8bbc-46cbe21a1e4d*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/31de5627-04c0-46ab-8bbc-46cbe21a1e4d*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "653", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/31de5627-04c0-46ab-8bbc-46cbe21a1e4d*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/31de5627-04c0-46ab-8bbc-46cbe21a1e4d*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/31de5627-04c0-46ab-8bbc-46cbe21a1e4d*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/31de5627-04c0-46ab-8bbc-46cbe21a1e4d*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/31de5627-04c0-46ab-8bbc-46cbe21a1e4d*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/31de5627-04c0-46ab-8bbc-46cbe21a1e4d*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/31de5627-04c0-46ab-8bbc-46cbe21a1e4d*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/31de5627-04c0-46ab-8bbc-46cbe21a1e4d*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/31de5627-04c0-46ab-8bbc-46cbe21a1e4d*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/31de5627-04c0-46ab-8bbc-46cbe21a1e4d*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/31de5627-04c0-46ab-8bbc-46cbe21a1e4d*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/31de5627-04c0-46ab-8bbc-46cbe21a1e4d*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/31de5627-04c0-46ab-8bbc-46cbe21a1e4d*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/31de5627-04c0-46ab-8bbc-46cbe21a1e4d*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/31de5627-04c0-46ab-8bbc-46cbe21a1e4d*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/31de5627-04c0-46ab-8bbc-46cbe21a1e4d*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/31de5627-04c0-46ab-8bbc-46cbe21a1e4d*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/31de5627-04c0-46ab-8bbc-46cbe21a1e4d*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6704?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6704?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -587,7 +587,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6704?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6704?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -643,7 +643,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6704?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6704?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -783,7 +783,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6704?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6704?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -837,7 +837,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6704?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6704?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -891,7 +891,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -947,7 +947,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6704?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-6704?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -961,14 +961,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d95aeff6-2971-402d-a1f0-c38e3ee8aca2*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d95aeff6-2971-402d-a1f0-c38e3ee8aca2*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:45:01 GMT", "ETag": "\u002246013da5-0000-0700-0000-6419c2ee0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d95aeff6-2971-402d-a1f0-c38e3ee8aca2*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d95aeff6-2971-402d-a1f0-c38e3ee8aca2*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -985,7 +985,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d95aeff6-2971-402d-a1f0-c38e3ee8aca2*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d95aeff6-2971-402d-a1f0-c38e3ee8aca2*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1023,7 +1023,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d95aeff6-2971-402d-a1f0-c38e3ee8aca2*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d95aeff6-2971-402d-a1f0-c38e3ee8aca2*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1061,7 +1061,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d95aeff6-2971-402d-a1f0-c38e3ee8aca2*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d95aeff6-2971-402d-a1f0-c38e3ee8aca2*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1099,7 +1099,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d95aeff6-2971-402d-a1f0-c38e3ee8aca2*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d95aeff6-2971-402d-a1f0-c38e3ee8aca2*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1137,7 +1137,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d95aeff6-2971-402d-a1f0-c38e3ee8aca2*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d95aeff6-2971-402d-a1f0-c38e3ee8aca2*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1175,7 +1175,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d95aeff6-2971-402d-a1f0-c38e3ee8aca2*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d95aeff6-2971-402d-a1f0-c38e3ee8aca2*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1213,7 +1213,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d95aeff6-2971-402d-a1f0-c38e3ee8aca2*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d95aeff6-2971-402d-a1f0-c38e3ee8aca2*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1251,7 +1251,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d95aeff6-2971-402d-a1f0-c38e3ee8aca2*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d95aeff6-2971-402d-a1f0-c38e3ee8aca2*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1289,7 +1289,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d95aeff6-2971-402d-a1f0-c38e3ee8aca2*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d95aeff6-2971-402d-a1f0-c38e3ee8aca2*AB4B5F0CB0E6771CA534BE64EAF0DE52320C76EBD6B3520537A4D4E1A3A36848?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/RemoveTag(null).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/RemoveTag(null).json index 395c035d0c47b..e4aca8514df5e 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/RemoveTag(null).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/RemoveTag(null).json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1448?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1448?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/93c3d5f9-363c-4134-a3a7-2d4e7b48df01*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/93c3d5f9-363c-4134-a3a7-2d4e7b48df01*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "654", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/93c3d5f9-363c-4134-a3a7-2d4e7b48df01*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/93c3d5f9-363c-4134-a3a7-2d4e7b48df01*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/93c3d5f9-363c-4134-a3a7-2d4e7b48df01*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/93c3d5f9-363c-4134-a3a7-2d4e7b48df01*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/93c3d5f9-363c-4134-a3a7-2d4e7b48df01*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/93c3d5f9-363c-4134-a3a7-2d4e7b48df01*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/93c3d5f9-363c-4134-a3a7-2d4e7b48df01*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/93c3d5f9-363c-4134-a3a7-2d4e7b48df01*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/93c3d5f9-363c-4134-a3a7-2d4e7b48df01*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/93c3d5f9-363c-4134-a3a7-2d4e7b48df01*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/93c3d5f9-363c-4134-a3a7-2d4e7b48df01*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/93c3d5f9-363c-4134-a3a7-2d4e7b48df01*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/93c3d5f9-363c-4134-a3a7-2d4e7b48df01*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/93c3d5f9-363c-4134-a3a7-2d4e7b48df01*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/93c3d5f9-363c-4134-a3a7-2d4e7b48df01*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/93c3d5f9-363c-4134-a3a7-2d4e7b48df01*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/93c3d5f9-363c-4134-a3a7-2d4e7b48df01*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/93c3d5f9-363c-4134-a3a7-2d4e7b48df01*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1448?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1448?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -642,7 +642,7 @@ "UK West" ], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "SupportsExtension" }, @@ -650,7 +650,7 @@ "resourceType": "tagNamespaceOperationResults", "locations": [], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "None" }, @@ -1132,7 +1132,7 @@ "resourceType": "changes", "locations": [], "apiVersions": [ - "2023-03-01-preview", + "2023-03-31", "2022-05-01", "2022-03-01-preview" ], @@ -1230,7 +1230,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1448?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1448?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1286,7 +1286,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1448?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1448?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1426,7 +1426,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1448?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1448?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1480,7 +1480,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1448?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1448?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1534,7 +1534,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1591,7 +1591,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1448?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-1448?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1605,14 +1605,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/27acf770-9c8d-4edf-bc91-2925177adc96*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/27acf770-9c8d-4edf-bc91-2925177adc96*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:30:52 GMT", "ETag": "\u0022430125fa-0000-0700-0000-6419b18c0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/27acf770-9c8d-4edf-bc91-2925177adc96*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/27acf770-9c8d-4edf-bc91-2925177adc96*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -1629,7 +1629,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/27acf770-9c8d-4edf-bc91-2925177adc96*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/27acf770-9c8d-4edf-bc91-2925177adc96*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1667,7 +1667,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/27acf770-9c8d-4edf-bc91-2925177adc96*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/27acf770-9c8d-4edf-bc91-2925177adc96*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1705,7 +1705,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/27acf770-9c8d-4edf-bc91-2925177adc96*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/27acf770-9c8d-4edf-bc91-2925177adc96*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1743,7 +1743,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/27acf770-9c8d-4edf-bc91-2925177adc96*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/27acf770-9c8d-4edf-bc91-2925177adc96*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1781,7 +1781,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/27acf770-9c8d-4edf-bc91-2925177adc96*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/27acf770-9c8d-4edf-bc91-2925177adc96*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1819,7 +1819,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/27acf770-9c8d-4edf-bc91-2925177adc96*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/27acf770-9c8d-4edf-bc91-2925177adc96*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1857,7 +1857,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/27acf770-9c8d-4edf-bc91-2925177adc96*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/27acf770-9c8d-4edf-bc91-2925177adc96*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1895,7 +1895,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/27acf770-9c8d-4edf-bc91-2925177adc96*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/27acf770-9c8d-4edf-bc91-2925177adc96*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1933,7 +1933,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/27acf770-9c8d-4edf-bc91-2925177adc96*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/27acf770-9c8d-4edf-bc91-2925177adc96*79FB1448ABCA19AD7519293761A39CA51B11CCAA40C6847257FB9FBDFE093F0E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/RemoveTag(null)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/RemoveTag(null)Async.json index 6949f685900b7..68967b53a9591 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/RemoveTag(null)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/RemoveTag(null)Async.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7406?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7406?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a0b685e-a7c9-4214-afdc-d60aee010952*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a0b685e-a7c9-4214-afdc-d60aee010952*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a0b685e-a7c9-4214-afdc-d60aee010952*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a0b685e-a7c9-4214-afdc-d60aee010952*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a0b685e-a7c9-4214-afdc-d60aee010952*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a0b685e-a7c9-4214-afdc-d60aee010952*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a0b685e-a7c9-4214-afdc-d60aee010952*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a0b685e-a7c9-4214-afdc-d60aee010952*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a0b685e-a7c9-4214-afdc-d60aee010952*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a0b685e-a7c9-4214-afdc-d60aee010952*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a0b685e-a7c9-4214-afdc-d60aee010952*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a0b685e-a7c9-4214-afdc-d60aee010952*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a0b685e-a7c9-4214-afdc-d60aee010952*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a0b685e-a7c9-4214-afdc-d60aee010952*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a0b685e-a7c9-4214-afdc-d60aee010952*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a0b685e-a7c9-4214-afdc-d60aee010952*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a0b685e-a7c9-4214-afdc-d60aee010952*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a0b685e-a7c9-4214-afdc-d60aee010952*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a0b685e-a7c9-4214-afdc-d60aee010952*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a0b685e-a7c9-4214-afdc-d60aee010952*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7406?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7406?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -642,7 +642,7 @@ "UK West" ], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "SupportsExtension" }, @@ -650,7 +650,7 @@ "resourceType": "tagNamespaceOperationResults", "locations": [], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "None" }, @@ -1132,7 +1132,7 @@ "resourceType": "changes", "locations": [], "apiVersions": [ - "2023-03-01-preview", + "2023-03-31", "2022-05-01", "2022-03-01-preview" ], @@ -1230,7 +1230,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7406?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7406?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1286,7 +1286,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7406?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7406?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1426,7 +1426,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7406?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7406?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1480,7 +1480,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7406?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7406?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1534,7 +1534,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1590,7 +1590,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7406?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7406?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1604,14 +1604,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dc9daedc-8f92-43ca-954c-42f85ea7571b*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dc9daedc-8f92-43ca-954c-42f85ea7571b*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:42:41 GMT", "ETag": "\u002246010c8f-0000-0700-0000-6419c2620000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dc9daedc-8f92-43ca-954c-42f85ea7571b*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dc9daedc-8f92-43ca-954c-42f85ea7571b*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -1628,7 +1628,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dc9daedc-8f92-43ca-954c-42f85ea7571b*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dc9daedc-8f92-43ca-954c-42f85ea7571b*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1666,7 +1666,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dc9daedc-8f92-43ca-954c-42f85ea7571b*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dc9daedc-8f92-43ca-954c-42f85ea7571b*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1704,7 +1704,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dc9daedc-8f92-43ca-954c-42f85ea7571b*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dc9daedc-8f92-43ca-954c-42f85ea7571b*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1742,7 +1742,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dc9daedc-8f92-43ca-954c-42f85ea7571b*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dc9daedc-8f92-43ca-954c-42f85ea7571b*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1780,7 +1780,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dc9daedc-8f92-43ca-954c-42f85ea7571b*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dc9daedc-8f92-43ca-954c-42f85ea7571b*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1818,7 +1818,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dc9daedc-8f92-43ca-954c-42f85ea7571b*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dc9daedc-8f92-43ca-954c-42f85ea7571b*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1856,7 +1856,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dc9daedc-8f92-43ca-954c-42f85ea7571b*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dc9daedc-8f92-43ca-954c-42f85ea7571b*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1894,7 +1894,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dc9daedc-8f92-43ca-954c-42f85ea7571b*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dc9daedc-8f92-43ca-954c-42f85ea7571b*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1932,7 +1932,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dc9daedc-8f92-43ca-954c-42f85ea7571b*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dc9daedc-8f92-43ca-954c-42f85ea7571b*A6AC2F3F0C25FC31307D0C3EFC10BBCB91702A82B6903C307581DD85D415226D?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/SetTags(False).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/SetTags(False).json index c37192e4d17ef..a9f20ed6733a1 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/SetTags(False).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/SetTags(False).json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-2135?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-2135?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3db0ef58-f6dc-46cc-a644-9c82294a05af*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3db0ef58-f6dc-46cc-a644-9c82294a05af*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "654", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3db0ef58-f6dc-46cc-a644-9c82294a05af*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3db0ef58-f6dc-46cc-a644-9c82294a05af*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3db0ef58-f6dc-46cc-a644-9c82294a05af*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3db0ef58-f6dc-46cc-a644-9c82294a05af*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3db0ef58-f6dc-46cc-a644-9c82294a05af*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3db0ef58-f6dc-46cc-a644-9c82294a05af*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3db0ef58-f6dc-46cc-a644-9c82294a05af*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3db0ef58-f6dc-46cc-a644-9c82294a05af*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3db0ef58-f6dc-46cc-a644-9c82294a05af*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3db0ef58-f6dc-46cc-a644-9c82294a05af*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3db0ef58-f6dc-46cc-a644-9c82294a05af*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3db0ef58-f6dc-46cc-a644-9c82294a05af*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3db0ef58-f6dc-46cc-a644-9c82294a05af*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3db0ef58-f6dc-46cc-a644-9c82294a05af*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3db0ef58-f6dc-46cc-a644-9c82294a05af*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3db0ef58-f6dc-46cc-a644-9c82294a05af*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3db0ef58-f6dc-46cc-a644-9c82294a05af*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3db0ef58-f6dc-46cc-a644-9c82294a05af*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-2135?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-2135?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-2135?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-2135?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -555,7 +555,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-2135?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-2135?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -620,7 +620,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-2135?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-2135?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -676,7 +676,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-2135?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-2135?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -732,7 +732,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-2135?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-2135?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -797,7 +797,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-2135?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-2135?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -853,7 +853,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -912,7 +912,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-2135?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-2135?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -926,14 +926,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/997877fb-2ad3-4f3c-9195-5af48c1354ba*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/997877fb-2ad3-4f3c-9195-5af48c1354ba*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:43:49 GMT", "ETag": "\u00224401ac6e-0000-0700-0000-6419b4950000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/997877fb-2ad3-4f3c-9195-5af48c1354ba*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/997877fb-2ad3-4f3c-9195-5af48c1354ba*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -950,7 +950,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/997877fb-2ad3-4f3c-9195-5af48c1354ba*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/997877fb-2ad3-4f3c-9195-5af48c1354ba*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -988,7 +988,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/997877fb-2ad3-4f3c-9195-5af48c1354ba*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/997877fb-2ad3-4f3c-9195-5af48c1354ba*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1026,7 +1026,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/997877fb-2ad3-4f3c-9195-5af48c1354ba*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/997877fb-2ad3-4f3c-9195-5af48c1354ba*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1064,7 +1064,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/997877fb-2ad3-4f3c-9195-5af48c1354ba*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/997877fb-2ad3-4f3c-9195-5af48c1354ba*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1102,7 +1102,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/997877fb-2ad3-4f3c-9195-5af48c1354ba*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/997877fb-2ad3-4f3c-9195-5af48c1354ba*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1140,7 +1140,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/997877fb-2ad3-4f3c-9195-5af48c1354ba*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/997877fb-2ad3-4f3c-9195-5af48c1354ba*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1178,7 +1178,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/997877fb-2ad3-4f3c-9195-5af48c1354ba*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/997877fb-2ad3-4f3c-9195-5af48c1354ba*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1216,7 +1216,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/997877fb-2ad3-4f3c-9195-5af48c1354ba*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/997877fb-2ad3-4f3c-9195-5af48c1354ba*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1254,7 +1254,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/997877fb-2ad3-4f3c-9195-5af48c1354ba*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/997877fb-2ad3-4f3c-9195-5af48c1354ba*3B50D663C4DB8D390A3D3FDAE2F34496F38CDB186A88646F66B1ED903665B09C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/SetTags(False)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/SetTags(False)Async.json index 47112df129c2d..3e2f5a31d095b 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/SetTags(False)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/SetTags(False)Async.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-3071?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-3071?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d18f66ab-a289-4e86-9668-1866f1152009*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d18f66ab-a289-4e86-9668-1866f1152009*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d18f66ab-a289-4e86-9668-1866f1152009*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d18f66ab-a289-4e86-9668-1866f1152009*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d18f66ab-a289-4e86-9668-1866f1152009*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d18f66ab-a289-4e86-9668-1866f1152009*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d18f66ab-a289-4e86-9668-1866f1152009*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d18f66ab-a289-4e86-9668-1866f1152009*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d18f66ab-a289-4e86-9668-1866f1152009*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d18f66ab-a289-4e86-9668-1866f1152009*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d18f66ab-a289-4e86-9668-1866f1152009*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d18f66ab-a289-4e86-9668-1866f1152009*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d18f66ab-a289-4e86-9668-1866f1152009*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d18f66ab-a289-4e86-9668-1866f1152009*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d18f66ab-a289-4e86-9668-1866f1152009*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d18f66ab-a289-4e86-9668-1866f1152009*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d18f66ab-a289-4e86-9668-1866f1152009*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d18f66ab-a289-4e86-9668-1866f1152009*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d18f66ab-a289-4e86-9668-1866f1152009*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d18f66ab-a289-4e86-9668-1866f1152009*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-3071?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-3071?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-3071?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-3071?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -555,7 +555,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-3071?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-3071?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -620,7 +620,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-3071?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-3071?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -676,7 +676,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-3071?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-3071?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -732,7 +732,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-3071?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-3071?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -797,7 +797,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-3071?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-3071?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -853,7 +853,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -911,7 +911,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-3071?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-3071?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -925,14 +925,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2f0718c3-5478-4be7-bb88-52fd3bd7ae81*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2f0718c3-5478-4be7-bb88-52fd3bd7ae81*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:55:12 GMT", "ETag": "\u0022460108f8-0000-0700-0000-6419c5500000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2f0718c3-5478-4be7-bb88-52fd3bd7ae81*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2f0718c3-5478-4be7-bb88-52fd3bd7ae81*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -949,7 +949,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2f0718c3-5478-4be7-bb88-52fd3bd7ae81*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2f0718c3-5478-4be7-bb88-52fd3bd7ae81*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -987,7 +987,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2f0718c3-5478-4be7-bb88-52fd3bd7ae81*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2f0718c3-5478-4be7-bb88-52fd3bd7ae81*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1025,7 +1025,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2f0718c3-5478-4be7-bb88-52fd3bd7ae81*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2f0718c3-5478-4be7-bb88-52fd3bd7ae81*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1063,7 +1063,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2f0718c3-5478-4be7-bb88-52fd3bd7ae81*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2f0718c3-5478-4be7-bb88-52fd3bd7ae81*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1101,7 +1101,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2f0718c3-5478-4be7-bb88-52fd3bd7ae81*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2f0718c3-5478-4be7-bb88-52fd3bd7ae81*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1139,7 +1139,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2f0718c3-5478-4be7-bb88-52fd3bd7ae81*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2f0718c3-5478-4be7-bb88-52fd3bd7ae81*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1177,7 +1177,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2f0718c3-5478-4be7-bb88-52fd3bd7ae81*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2f0718c3-5478-4be7-bb88-52fd3bd7ae81*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1215,7 +1215,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2f0718c3-5478-4be7-bb88-52fd3bd7ae81*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2f0718c3-5478-4be7-bb88-52fd3bd7ae81*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1253,7 +1253,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2f0718c3-5478-4be7-bb88-52fd3bd7ae81*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2f0718c3-5478-4be7-bb88-52fd3bd7ae81*DCEF4F07C541A066CA0CB8527A31F7A6373C60BF1A03063A8E6D254C0FE109B6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/SetTags(True).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/SetTags(True).json index be5526c055839..dbd036c745515 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/SetTags(True).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/SetTags(True).json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5789?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5789?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eddd4c35-2daf-4910-a335-7278635be1ff*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eddd4c35-2daf-4910-a335-7278635be1ff*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "654", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eddd4c35-2daf-4910-a335-7278635be1ff*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eddd4c35-2daf-4910-a335-7278635be1ff*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eddd4c35-2daf-4910-a335-7278635be1ff*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eddd4c35-2daf-4910-a335-7278635be1ff*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eddd4c35-2daf-4910-a335-7278635be1ff*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eddd4c35-2daf-4910-a335-7278635be1ff*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eddd4c35-2daf-4910-a335-7278635be1ff*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eddd4c35-2daf-4910-a335-7278635be1ff*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eddd4c35-2daf-4910-a335-7278635be1ff*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eddd4c35-2daf-4910-a335-7278635be1ff*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eddd4c35-2daf-4910-a335-7278635be1ff*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eddd4c35-2daf-4910-a335-7278635be1ff*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eddd4c35-2daf-4910-a335-7278635be1ff*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eddd4c35-2daf-4910-a335-7278635be1ff*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eddd4c35-2daf-4910-a335-7278635be1ff*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eddd4c35-2daf-4910-a335-7278635be1ff*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eddd4c35-2daf-4910-a335-7278635be1ff*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eddd4c35-2daf-4910-a335-7278635be1ff*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5789?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5789?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -587,7 +587,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5789?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5789?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -643,7 +643,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5789?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5789?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -815,7 +815,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5789?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5789?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -871,7 +871,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5789?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5789?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -927,7 +927,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -986,7 +986,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5789?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5789?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1000,14 +1000,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4c7b6fcc-88c8-4c13-adf0-b7f89eb80dce*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4c7b6fcc-88c8-4c13-adf0-b7f89eb80dce*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:41:25 GMT", "ETag": "\u00224401095b-0000-0700-0000-6419b4060000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4c7b6fcc-88c8-4c13-adf0-b7f89eb80dce*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4c7b6fcc-88c8-4c13-adf0-b7f89eb80dce*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -1024,7 +1024,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4c7b6fcc-88c8-4c13-adf0-b7f89eb80dce*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4c7b6fcc-88c8-4c13-adf0-b7f89eb80dce*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1062,7 +1062,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4c7b6fcc-88c8-4c13-adf0-b7f89eb80dce*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4c7b6fcc-88c8-4c13-adf0-b7f89eb80dce*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1100,7 +1100,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4c7b6fcc-88c8-4c13-adf0-b7f89eb80dce*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4c7b6fcc-88c8-4c13-adf0-b7f89eb80dce*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1138,7 +1138,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4c7b6fcc-88c8-4c13-adf0-b7f89eb80dce*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4c7b6fcc-88c8-4c13-adf0-b7f89eb80dce*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1176,7 +1176,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4c7b6fcc-88c8-4c13-adf0-b7f89eb80dce*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4c7b6fcc-88c8-4c13-adf0-b7f89eb80dce*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1214,7 +1214,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4c7b6fcc-88c8-4c13-adf0-b7f89eb80dce*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4c7b6fcc-88c8-4c13-adf0-b7f89eb80dce*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1252,7 +1252,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4c7b6fcc-88c8-4c13-adf0-b7f89eb80dce*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4c7b6fcc-88c8-4c13-adf0-b7f89eb80dce*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1290,7 +1290,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4c7b6fcc-88c8-4c13-adf0-b7f89eb80dce*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4c7b6fcc-88c8-4c13-adf0-b7f89eb80dce*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1328,7 +1328,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4c7b6fcc-88c8-4c13-adf0-b7f89eb80dce*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4c7b6fcc-88c8-4c13-adf0-b7f89eb80dce*DC9616677EA2992FC0CB5E443564E090209E1641868D38A50D1AA52B7456E066?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/SetTags(True)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/SetTags(True)Async.json index 5d8a9e5a47832..555d363f6dac2 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/SetTags(True)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/SetTags(True)Async.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7568?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7568?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/61be2a65-5f55-4390-9940-94a296632542*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/61be2a65-5f55-4390-9940-94a296632542*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/61be2a65-5f55-4390-9940-94a296632542*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/61be2a65-5f55-4390-9940-94a296632542*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/61be2a65-5f55-4390-9940-94a296632542*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/61be2a65-5f55-4390-9940-94a296632542*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/61be2a65-5f55-4390-9940-94a296632542*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/61be2a65-5f55-4390-9940-94a296632542*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/61be2a65-5f55-4390-9940-94a296632542*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/61be2a65-5f55-4390-9940-94a296632542*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/61be2a65-5f55-4390-9940-94a296632542*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/61be2a65-5f55-4390-9940-94a296632542*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/61be2a65-5f55-4390-9940-94a296632542*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/61be2a65-5f55-4390-9940-94a296632542*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/61be2a65-5f55-4390-9940-94a296632542*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/61be2a65-5f55-4390-9940-94a296632542*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/61be2a65-5f55-4390-9940-94a296632542*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/61be2a65-5f55-4390-9940-94a296632542*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/61be2a65-5f55-4390-9940-94a296632542*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/61be2a65-5f55-4390-9940-94a296632542*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7568?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7568?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -587,7 +587,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7568?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7568?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -643,7 +643,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7568?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7568?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -815,7 +815,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7568?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7568?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -871,7 +871,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7568?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7568?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -927,7 +927,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -985,7 +985,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7568?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7568?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -999,14 +999,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc61548e-f9e3-4b00-820a-7cbc489aa573*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc61548e-f9e3-4b00-820a-7cbc489aa573*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:52:46 GMT", "ETag": "\u002246010fe5-0000-0700-0000-6419c4be0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc61548e-f9e3-4b00-820a-7cbc489aa573*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc61548e-f9e3-4b00-820a-7cbc489aa573*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -1023,7 +1023,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc61548e-f9e3-4b00-820a-7cbc489aa573*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc61548e-f9e3-4b00-820a-7cbc489aa573*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1061,7 +1061,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc61548e-f9e3-4b00-820a-7cbc489aa573*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc61548e-f9e3-4b00-820a-7cbc489aa573*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1099,7 +1099,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc61548e-f9e3-4b00-820a-7cbc489aa573*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc61548e-f9e3-4b00-820a-7cbc489aa573*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1137,7 +1137,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc61548e-f9e3-4b00-820a-7cbc489aa573*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc61548e-f9e3-4b00-820a-7cbc489aa573*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1175,7 +1175,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc61548e-f9e3-4b00-820a-7cbc489aa573*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc61548e-f9e3-4b00-820a-7cbc489aa573*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1213,7 +1213,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc61548e-f9e3-4b00-820a-7cbc489aa573*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc61548e-f9e3-4b00-820a-7cbc489aa573*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1251,7 +1251,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc61548e-f9e3-4b00-820a-7cbc489aa573*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc61548e-f9e3-4b00-820a-7cbc489aa573*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1289,7 +1289,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc61548e-f9e3-4b00-820a-7cbc489aa573*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc61548e-f9e3-4b00-820a-7cbc489aa573*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1327,7 +1327,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc61548e-f9e3-4b00-820a-7cbc489aa573*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/fc61548e-f9e3-4b00-820a-7cbc489aa573*245C2667F7D5A765D8D3C035A71FFE860EA14A7AE779B1791EFC910E25C29519?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/SetTags(null).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/SetTags(null).json index dd2dc8fb449c2..1fd61ca3b24b5 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/SetTags(null).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/SetTags(null).json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5755?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5755?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/23ab3c2d-9d6f-409f-adc9-f2e106e5d218*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/23ab3c2d-9d6f-409f-adc9-f2e106e5d218*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "654", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/23ab3c2d-9d6f-409f-adc9-f2e106e5d218*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/23ab3c2d-9d6f-409f-adc9-f2e106e5d218*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/23ab3c2d-9d6f-409f-adc9-f2e106e5d218*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/23ab3c2d-9d6f-409f-adc9-f2e106e5d218*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/23ab3c2d-9d6f-409f-adc9-f2e106e5d218*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/23ab3c2d-9d6f-409f-adc9-f2e106e5d218*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/23ab3c2d-9d6f-409f-adc9-f2e106e5d218*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/23ab3c2d-9d6f-409f-adc9-f2e106e5d218*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/23ab3c2d-9d6f-409f-adc9-f2e106e5d218*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/23ab3c2d-9d6f-409f-adc9-f2e106e5d218*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/23ab3c2d-9d6f-409f-adc9-f2e106e5d218*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/23ab3c2d-9d6f-409f-adc9-f2e106e5d218*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/23ab3c2d-9d6f-409f-adc9-f2e106e5d218*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/23ab3c2d-9d6f-409f-adc9-f2e106e5d218*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/23ab3c2d-9d6f-409f-adc9-f2e106e5d218*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/23ab3c2d-9d6f-409f-adc9-f2e106e5d218*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/23ab3c2d-9d6f-409f-adc9-f2e106e5d218*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/23ab3c2d-9d6f-409f-adc9-f2e106e5d218*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5755?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5755?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -642,7 +642,7 @@ "UK West" ], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "SupportsExtension" }, @@ -650,7 +650,7 @@ "resourceType": "tagNamespaceOperationResults", "locations": [], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "None" }, @@ -1132,7 +1132,7 @@ "resourceType": "changes", "locations": [], "apiVersions": [ - "2023-03-01-preview", + "2023-03-31", "2022-05-01", "2022-03-01-preview" ], @@ -1230,7 +1230,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5755?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5755?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1286,7 +1286,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5755?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5755?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1458,7 +1458,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5755?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5755?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1514,7 +1514,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5755?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5755?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1570,7 +1570,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1629,7 +1629,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5755?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-5755?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1643,14 +1643,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5140dea2-2666-4412-adaf-4eddf5532c58*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5140dea2-2666-4412-adaf-4eddf5532c58*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:38:27 GMT", "ETag": "\u002244015f40-0000-0700-0000-6419b3540000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5140dea2-2666-4412-adaf-4eddf5532c58*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5140dea2-2666-4412-adaf-4eddf5532c58*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -1667,7 +1667,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5140dea2-2666-4412-adaf-4eddf5532c58*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5140dea2-2666-4412-adaf-4eddf5532c58*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1705,7 +1705,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5140dea2-2666-4412-adaf-4eddf5532c58*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5140dea2-2666-4412-adaf-4eddf5532c58*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1743,7 +1743,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5140dea2-2666-4412-adaf-4eddf5532c58*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5140dea2-2666-4412-adaf-4eddf5532c58*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1781,7 +1781,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5140dea2-2666-4412-adaf-4eddf5532c58*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5140dea2-2666-4412-adaf-4eddf5532c58*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1819,7 +1819,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5140dea2-2666-4412-adaf-4eddf5532c58*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5140dea2-2666-4412-adaf-4eddf5532c58*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1857,7 +1857,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5140dea2-2666-4412-adaf-4eddf5532c58*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5140dea2-2666-4412-adaf-4eddf5532c58*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1895,7 +1895,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5140dea2-2666-4412-adaf-4eddf5532c58*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5140dea2-2666-4412-adaf-4eddf5532c58*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1933,7 +1933,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5140dea2-2666-4412-adaf-4eddf5532c58*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5140dea2-2666-4412-adaf-4eddf5532c58*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1971,7 +1971,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5140dea2-2666-4412-adaf-4eddf5532c58*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5140dea2-2666-4412-adaf-4eddf5532c58*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2009,7 +2009,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5140dea2-2666-4412-adaf-4eddf5532c58*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5140dea2-2666-4412-adaf-4eddf5532c58*8C12E1D05C39706FF04264826EA63716A7D0480F7B4A8030E514A79C29C9C401?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/SetTags(null)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/SetTags(null)Async.json index 005552e256640..0b91ea839b416 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/SetTags(null)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/SetTags(null)Async.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7871?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7871?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ac45b807-df53-4749-b299-d1f8b75de2c3*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ac45b807-df53-4749-b299-d1f8b75de2c3*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ac45b807-df53-4749-b299-d1f8b75de2c3*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ac45b807-df53-4749-b299-d1f8b75de2c3*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ac45b807-df53-4749-b299-d1f8b75de2c3*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ac45b807-df53-4749-b299-d1f8b75de2c3*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ac45b807-df53-4749-b299-d1f8b75de2c3*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ac45b807-df53-4749-b299-d1f8b75de2c3*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ac45b807-df53-4749-b299-d1f8b75de2c3*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ac45b807-df53-4749-b299-d1f8b75de2c3*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ac45b807-df53-4749-b299-d1f8b75de2c3*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ac45b807-df53-4749-b299-d1f8b75de2c3*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ac45b807-df53-4749-b299-d1f8b75de2c3*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ac45b807-df53-4749-b299-d1f8b75de2c3*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ac45b807-df53-4749-b299-d1f8b75de2c3*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ac45b807-df53-4749-b299-d1f8b75de2c3*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ac45b807-df53-4749-b299-d1f8b75de2c3*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ac45b807-df53-4749-b299-d1f8b75de2c3*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ac45b807-df53-4749-b299-d1f8b75de2c3*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ac45b807-df53-4749-b299-d1f8b75de2c3*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7871?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7871?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -642,7 +642,7 @@ "UK West" ], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "SupportsExtension" }, @@ -650,7 +650,7 @@ "resourceType": "tagNamespaceOperationResults", "locations": [], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "None" }, @@ -1132,7 +1132,7 @@ "resourceType": "changes", "locations": [], "apiVersions": [ - "2023-03-01-preview", + "2023-03-31", "2022-05-01", "2022-03-01-preview" ], @@ -1230,7 +1230,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7871?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7871?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1286,7 +1286,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7871?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7871?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1458,7 +1458,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7871?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7871?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1514,7 +1514,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7871?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7871?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1570,7 +1570,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1628,7 +1628,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7871?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-7871?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1642,14 +1642,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a35b2c4e-3d0d-4e82-bd42-1468d6abc1d2*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a35b2c4e-3d0d-4e82-bd42-1468d6abc1d2*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:50:12 GMT", "ETag": "\u002246013ad1-0000-0700-0000-6419c4240000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a35b2c4e-3d0d-4e82-bd42-1468d6abc1d2*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a35b2c4e-3d0d-4e82-bd42-1468d6abc1d2*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -1666,7 +1666,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a35b2c4e-3d0d-4e82-bd42-1468d6abc1d2*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a35b2c4e-3d0d-4e82-bd42-1468d6abc1d2*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1704,7 +1704,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a35b2c4e-3d0d-4e82-bd42-1468d6abc1d2*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a35b2c4e-3d0d-4e82-bd42-1468d6abc1d2*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1742,7 +1742,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a35b2c4e-3d0d-4e82-bd42-1468d6abc1d2*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a35b2c4e-3d0d-4e82-bd42-1468d6abc1d2*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1780,7 +1780,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a35b2c4e-3d0d-4e82-bd42-1468d6abc1d2*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a35b2c4e-3d0d-4e82-bd42-1468d6abc1d2*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1818,7 +1818,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a35b2c4e-3d0d-4e82-bd42-1468d6abc1d2*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a35b2c4e-3d0d-4e82-bd42-1468d6abc1d2*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1856,7 +1856,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a35b2c4e-3d0d-4e82-bd42-1468d6abc1d2*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a35b2c4e-3d0d-4e82-bd42-1468d6abc1d2*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1894,7 +1894,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a35b2c4e-3d0d-4e82-bd42-1468d6abc1d2*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a35b2c4e-3d0d-4e82-bd42-1468d6abc1d2*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1932,7 +1932,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a35b2c4e-3d0d-4e82-bd42-1468d6abc1d2*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a35b2c4e-3d0d-4e82-bd42-1468d6abc1d2*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1970,7 +1970,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a35b2c4e-3d0d-4e82-bd42-1468d6abc1d2*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a35b2c4e-3d0d-4e82-bd42-1468d6abc1d2*AD3199D72567CC8329F0DE149957F160C49BE801D3453570152DB441E3755C2F?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/Update.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/Update.json index 801f0e829e176..d1f069b50d16e 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/Update.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/Update.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-8627?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-8627?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e56856fa-6902-4100-9c3d-6e6f17c745ba*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e56856fa-6902-4100-9c3d-6e6f17c745ba*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "782", "Content-Type": "application/json; charset=utf-8", @@ -107,7 +107,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e56856fa-6902-4100-9c3d-6e6f17c745ba*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e56856fa-6902-4100-9c3d-6e6f17c745ba*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -145,7 +145,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e56856fa-6902-4100-9c3d-6e6f17c745ba*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e56856fa-6902-4100-9c3d-6e6f17c745ba*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -183,7 +183,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e56856fa-6902-4100-9c3d-6e6f17c745ba*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e56856fa-6902-4100-9c3d-6e6f17c745ba*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -221,7 +221,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e56856fa-6902-4100-9c3d-6e6f17c745ba*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e56856fa-6902-4100-9c3d-6e6f17c745ba*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -259,7 +259,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e56856fa-6902-4100-9c3d-6e6f17c745ba*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e56856fa-6902-4100-9c3d-6e6f17c745ba*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -297,7 +297,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e56856fa-6902-4100-9c3d-6e6f17c745ba*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e56856fa-6902-4100-9c3d-6e6f17c745ba*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -335,7 +335,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e56856fa-6902-4100-9c3d-6e6f17c745ba*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e56856fa-6902-4100-9c3d-6e6f17c745ba*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -373,7 +373,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e56856fa-6902-4100-9c3d-6e6f17c745ba*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e56856fa-6902-4100-9c3d-6e6f17c745ba*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -412,7 +412,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-8627?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-8627?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -465,7 +465,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-8627?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-8627?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -530,7 +530,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -589,7 +589,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-8627?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-132/providers/Microsoft.Communication/communicationServices/communication-service-8627?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -603,14 +603,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b52fe4f-1c56-45c9-a4da-a706c14b106a*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b52fe4f-1c56-45c9-a4da-a706c14b106a*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:09:09 GMT", "ETag": "\u00224501865f-0000-0700-0000-6419ba850000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b52fe4f-1c56-45c9-a4da-a706c14b106a*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b52fe4f-1c56-45c9-a4da-a706c14b106a*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -627,7 +627,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b52fe4f-1c56-45c9-a4da-a706c14b106a*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b52fe4f-1c56-45c9-a4da-a706c14b106a*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -665,7 +665,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b52fe4f-1c56-45c9-a4da-a706c14b106a*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b52fe4f-1c56-45c9-a4da-a706c14b106a*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -703,7 +703,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b52fe4f-1c56-45c9-a4da-a706c14b106a*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b52fe4f-1c56-45c9-a4da-a706c14b106a*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -741,7 +741,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b52fe4f-1c56-45c9-a4da-a706c14b106a*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b52fe4f-1c56-45c9-a4da-a706c14b106a*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -779,7 +779,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b52fe4f-1c56-45c9-a4da-a706c14b106a*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b52fe4f-1c56-45c9-a4da-a706c14b106a*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -817,7 +817,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b52fe4f-1c56-45c9-a4da-a706c14b106a*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b52fe4f-1c56-45c9-a4da-a706c14b106a*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -855,7 +855,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b52fe4f-1c56-45c9-a4da-a706c14b106a*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b52fe4f-1c56-45c9-a4da-a706c14b106a*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -893,7 +893,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b52fe4f-1c56-45c9-a4da-a706c14b106a*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b52fe4f-1c56-45c9-a4da-a706c14b106a*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -931,7 +931,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b52fe4f-1c56-45c9-a4da-a706c14b106a*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b52fe4f-1c56-45c9-a4da-a706c14b106a*BF9DAFEBE5A35E1D644B43571FBE874E58FCF7051DA9378AFE4ECC94426C8672?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/UpdateAsync.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/UpdateAsync.json index e996786c9afd3..bb8213eda3a66 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/UpdateAsync.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/CommunicationServiceTests/UpdateAsync.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-4819?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-4819?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d00909f8-329e-4302-8c5c-b49ff1aef75d*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d00909f8-329e-4302-8c5c-b49ff1aef75d*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "653", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d00909f8-329e-4302-8c5c-b49ff1aef75d*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d00909f8-329e-4302-8c5c-b49ff1aef75d*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d00909f8-329e-4302-8c5c-b49ff1aef75d*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d00909f8-329e-4302-8c5c-b49ff1aef75d*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d00909f8-329e-4302-8c5c-b49ff1aef75d*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d00909f8-329e-4302-8c5c-b49ff1aef75d*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d00909f8-329e-4302-8c5c-b49ff1aef75d*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d00909f8-329e-4302-8c5c-b49ff1aef75d*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d00909f8-329e-4302-8c5c-b49ff1aef75d*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d00909f8-329e-4302-8c5c-b49ff1aef75d*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d00909f8-329e-4302-8c5c-b49ff1aef75d*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d00909f8-329e-4302-8c5c-b49ff1aef75d*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d00909f8-329e-4302-8c5c-b49ff1aef75d*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d00909f8-329e-4302-8c5c-b49ff1aef75d*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d00909f8-329e-4302-8c5c-b49ff1aef75d*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d00909f8-329e-4302-8c5c-b49ff1aef75d*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d00909f8-329e-4302-8c5c-b49ff1aef75d*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d00909f8-329e-4302-8c5c-b49ff1aef75d*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-4819?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-4819?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -501,7 +501,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-4819?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-4819?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -566,7 +566,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -624,7 +624,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-4819?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5325/providers/Microsoft.Communication/communicationServices/communication-service-4819?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -638,14 +638,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eaf1c91b-713a-4e74-a077-7f7d53be7355*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eaf1c91b-713a-4e74-a077-7f7d53be7355*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:16:13 GMT", "ETag": "\u00224701f3bf-0000-0700-0000-6419ca3d0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eaf1c91b-713a-4e74-a077-7f7d53be7355*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eaf1c91b-713a-4e74-a077-7f7d53be7355*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -662,7 +662,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eaf1c91b-713a-4e74-a077-7f7d53be7355*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eaf1c91b-713a-4e74-a077-7f7d53be7355*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -700,7 +700,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eaf1c91b-713a-4e74-a077-7f7d53be7355*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eaf1c91b-713a-4e74-a077-7f7d53be7355*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -738,7 +738,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eaf1c91b-713a-4e74-a077-7f7d53be7355*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eaf1c91b-713a-4e74-a077-7f7d53be7355*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -776,7 +776,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eaf1c91b-713a-4e74-a077-7f7d53be7355*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eaf1c91b-713a-4e74-a077-7f7d53be7355*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -814,7 +814,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eaf1c91b-713a-4e74-a077-7f7d53be7355*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eaf1c91b-713a-4e74-a077-7f7d53be7355*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -852,7 +852,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eaf1c91b-713a-4e74-a077-7f7d53be7355*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eaf1c91b-713a-4e74-a077-7f7d53be7355*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -890,7 +890,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eaf1c91b-713a-4e74-a077-7f7d53be7355*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eaf1c91b-713a-4e74-a077-7f7d53be7355*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -928,7 +928,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eaf1c91b-713a-4e74-a077-7f7d53be7355*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eaf1c91b-713a-4e74-a077-7f7d53be7355*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -966,7 +966,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eaf1c91b-713a-4e74-a077-7f7d53be7355*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eaf1c91b-713a-4e74-a077-7f7d53be7355*67517F3EEA053AFD3E92C5BF3CBD41CE5955E559B0472F67608A647BA5AE4C06?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/AddTag(False).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/AddTag(False).json index ce0a30b65e77d..f96956b1c9aa9 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/AddTag(False).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/AddTag(False).json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7610.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7610.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2ed59947-b95a-433f-8561-f212446da060*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2ed59947-b95a-433f-8561-f212446da060*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2ed59947-b95a-433f-8561-f212446da060*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2ed59947-b95a-433f-8561-f212446da060*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2ed59947-b95a-433f-8561-f212446da060*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2ed59947-b95a-433f-8561-f212446da060*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2ed59947-b95a-433f-8561-f212446da060*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2ed59947-b95a-433f-8561-f212446da060*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2ed59947-b95a-433f-8561-f212446da060*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2ed59947-b95a-433f-8561-f212446da060*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2ed59947-b95a-433f-8561-f212446da060*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2ed59947-b95a-433f-8561-f212446da060*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2ed59947-b95a-433f-8561-f212446da060*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2ed59947-b95a-433f-8561-f212446da060*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2ed59947-b95a-433f-8561-f212446da060*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2ed59947-b95a-433f-8561-f212446da060*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2ed59947-b95a-433f-8561-f212446da060*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2ed59947-b95a-433f-8561-f212446da060*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2ed59947-b95a-433f-8561-f212446da060*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2ed59947-b95a-433f-8561-f212446da060*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7610.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7610.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -598,7 +598,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7610.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7610.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -697,7 +697,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7610.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7610.com?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -807,7 +807,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7610.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7610.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -908,7 +908,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1012,7 +1012,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7610.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7610.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1026,14 +1026,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f242b390-4ba0-4950-af10-a25b75253faa*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f242b390-4ba0-4950-af10-a25b75253faa*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:59:15 GMT", "ETag": "\u00229500235c-0000-0700-0000-6419b8340000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f242b390-4ba0-4950-af10-a25b75253faa*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f242b390-4ba0-4950-af10-a25b75253faa*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-31", "mise-correlation-id": "e3404e4a-304d-49b7-91e8-222ed85d74d3", "Pragma": "no-cache", "Request-Context": "appId=", @@ -1052,7 +1052,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f242b390-4ba0-4950-af10-a25b75253faa*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f242b390-4ba0-4950-af10-a25b75253faa*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1090,7 +1090,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f242b390-4ba0-4950-af10-a25b75253faa*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f242b390-4ba0-4950-af10-a25b75253faa*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1128,7 +1128,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f242b390-4ba0-4950-af10-a25b75253faa*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f242b390-4ba0-4950-af10-a25b75253faa*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1166,7 +1166,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f242b390-4ba0-4950-af10-a25b75253faa*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f242b390-4ba0-4950-af10-a25b75253faa*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1204,7 +1204,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f242b390-4ba0-4950-af10-a25b75253faa*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f242b390-4ba0-4950-af10-a25b75253faa*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1242,7 +1242,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f242b390-4ba0-4950-af10-a25b75253faa*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f242b390-4ba0-4950-af10-a25b75253faa*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1280,7 +1280,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f242b390-4ba0-4950-af10-a25b75253faa*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f242b390-4ba0-4950-af10-a25b75253faa*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1318,7 +1318,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f242b390-4ba0-4950-af10-a25b75253faa*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f242b390-4ba0-4950-af10-a25b75253faa*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1356,7 +1356,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f242b390-4ba0-4950-af10-a25b75253faa*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f242b390-4ba0-4950-af10-a25b75253faa*8B319AA177AEE1F14B3A341F068CE71E9D960DE0BDC219E77BA564FCB34969E6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/AddTag(False)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/AddTag(False)Async.json index 784fc34577cb3..96d3d3e7d8ffc 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/AddTag(False)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/AddTag(False)Async.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5701.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5701.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c7a40beb-10e5-49c4-b3e5-d1526f49c705*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c7a40beb-10e5-49c4-b3e5-d1526f49c705*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c7a40beb-10e5-49c4-b3e5-d1526f49c705*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c7a40beb-10e5-49c4-b3e5-d1526f49c705*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c7a40beb-10e5-49c4-b3e5-d1526f49c705*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c7a40beb-10e5-49c4-b3e5-d1526f49c705*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c7a40beb-10e5-49c4-b3e5-d1526f49c705*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c7a40beb-10e5-49c4-b3e5-d1526f49c705*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c7a40beb-10e5-49c4-b3e5-d1526f49c705*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c7a40beb-10e5-49c4-b3e5-d1526f49c705*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c7a40beb-10e5-49c4-b3e5-d1526f49c705*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c7a40beb-10e5-49c4-b3e5-d1526f49c705*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c7a40beb-10e5-49c4-b3e5-d1526f49c705*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c7a40beb-10e5-49c4-b3e5-d1526f49c705*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c7a40beb-10e5-49c4-b3e5-d1526f49c705*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c7a40beb-10e5-49c4-b3e5-d1526f49c705*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c7a40beb-10e5-49c4-b3e5-d1526f49c705*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c7a40beb-10e5-49c4-b3e5-d1526f49c705*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c7a40beb-10e5-49c4-b3e5-d1526f49c705*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c7a40beb-10e5-49c4-b3e5-d1526f49c705*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5701.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5701.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -598,7 +598,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5701.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5701.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -697,7 +697,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5701.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5701.com?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -807,7 +807,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5701.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5701.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -908,7 +908,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1011,7 +1011,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5701.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5701.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1025,14 +1025,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/168d5829-43cb-4ba3-a035-e6290bb47da5*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/168d5829-43cb-4ba3-a035-e6290bb47da5*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:06:46 GMT", "ETag": "\u00229600a56b-0000-0700-0000-6419c8070000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/168d5829-43cb-4ba3-a035-e6290bb47da5*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/168d5829-43cb-4ba3-a035-e6290bb47da5*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-31", "mise-correlation-id": "c41eaf6b-e7d2-472a-8d19-92e1090b792d", "Pragma": "no-cache", "Request-Context": "appId=", @@ -1051,7 +1051,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/168d5829-43cb-4ba3-a035-e6290bb47da5*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/168d5829-43cb-4ba3-a035-e6290bb47da5*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1089,7 +1089,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/168d5829-43cb-4ba3-a035-e6290bb47da5*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/168d5829-43cb-4ba3-a035-e6290bb47da5*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1127,7 +1127,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/168d5829-43cb-4ba3-a035-e6290bb47da5*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/168d5829-43cb-4ba3-a035-e6290bb47da5*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1165,7 +1165,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/168d5829-43cb-4ba3-a035-e6290bb47da5*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/168d5829-43cb-4ba3-a035-e6290bb47da5*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1203,7 +1203,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/168d5829-43cb-4ba3-a035-e6290bb47da5*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/168d5829-43cb-4ba3-a035-e6290bb47da5*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1241,7 +1241,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/168d5829-43cb-4ba3-a035-e6290bb47da5*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/168d5829-43cb-4ba3-a035-e6290bb47da5*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1279,7 +1279,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/168d5829-43cb-4ba3-a035-e6290bb47da5*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/168d5829-43cb-4ba3-a035-e6290bb47da5*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1317,7 +1317,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/168d5829-43cb-4ba3-a035-e6290bb47da5*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/168d5829-43cb-4ba3-a035-e6290bb47da5*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1355,7 +1355,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/168d5829-43cb-4ba3-a035-e6290bb47da5*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/168d5829-43cb-4ba3-a035-e6290bb47da5*DCDA5DF1068F9FEC58B267A3DBAD223F725FE74FE1869730DA5D6A2CE4C9F060?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/AddTag(True).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/AddTag(True).json index d5d03ead36bc8..29db2adfe339a 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/AddTag(True).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/AddTag(True).json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-5526.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-5526.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9ef25ec8-1c4d-4fee-a7eb-d2976f5c3d88*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9ef25ec8-1c4d-4fee-a7eb-d2976f5c3d88*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9ef25ec8-1c4d-4fee-a7eb-d2976f5c3d88*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9ef25ec8-1c4d-4fee-a7eb-d2976f5c3d88*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9ef25ec8-1c4d-4fee-a7eb-d2976f5c3d88*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9ef25ec8-1c4d-4fee-a7eb-d2976f5c3d88*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9ef25ec8-1c4d-4fee-a7eb-d2976f5c3d88*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9ef25ec8-1c4d-4fee-a7eb-d2976f5c3d88*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9ef25ec8-1c4d-4fee-a7eb-d2976f5c3d88*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9ef25ec8-1c4d-4fee-a7eb-d2976f5c3d88*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9ef25ec8-1c4d-4fee-a7eb-d2976f5c3d88*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9ef25ec8-1c4d-4fee-a7eb-d2976f5c3d88*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9ef25ec8-1c4d-4fee-a7eb-d2976f5c3d88*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9ef25ec8-1c4d-4fee-a7eb-d2976f5c3d88*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9ef25ec8-1c4d-4fee-a7eb-d2976f5c3d88*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9ef25ec8-1c4d-4fee-a7eb-d2976f5c3d88*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9ef25ec8-1c4d-4fee-a7eb-d2976f5c3d88*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9ef25ec8-1c4d-4fee-a7eb-d2976f5c3d88*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9ef25ec8-1c4d-4fee-a7eb-d2976f5c3d88*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9ef25ec8-1c4d-4fee-a7eb-d2976f5c3d88*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-5526.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-5526.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -684,7 +684,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-5526.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-5526.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -785,7 +785,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-5526.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-5526.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -886,7 +886,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -990,7 +990,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-5526.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-5526.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1004,14 +1004,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/978ad28a-8307-49fc-839e-e992bc1d6f8f*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/978ad28a-8307-49fc-839e-e992bc1d6f8f*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:56:55 GMT", "ETag": "\u002295000254-0000-0700-0000-6419b7a80000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/978ad28a-8307-49fc-839e-e992bc1d6f8f*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/978ad28a-8307-49fc-839e-e992bc1d6f8f*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-31", "mise-correlation-id": "5f03109d-be5a-49cb-9102-0f0870f6809e", "Pragma": "no-cache", "Request-Context": "appId=", @@ -1030,7 +1030,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/978ad28a-8307-49fc-839e-e992bc1d6f8f*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/978ad28a-8307-49fc-839e-e992bc1d6f8f*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1068,7 +1068,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/978ad28a-8307-49fc-839e-e992bc1d6f8f*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/978ad28a-8307-49fc-839e-e992bc1d6f8f*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1106,7 +1106,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/978ad28a-8307-49fc-839e-e992bc1d6f8f*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/978ad28a-8307-49fc-839e-e992bc1d6f8f*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1144,7 +1144,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/978ad28a-8307-49fc-839e-e992bc1d6f8f*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/978ad28a-8307-49fc-839e-e992bc1d6f8f*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1182,7 +1182,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/978ad28a-8307-49fc-839e-e992bc1d6f8f*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/978ad28a-8307-49fc-839e-e992bc1d6f8f*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1220,7 +1220,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/978ad28a-8307-49fc-839e-e992bc1d6f8f*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/978ad28a-8307-49fc-839e-e992bc1d6f8f*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1258,7 +1258,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/978ad28a-8307-49fc-839e-e992bc1d6f8f*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/978ad28a-8307-49fc-839e-e992bc1d6f8f*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1296,7 +1296,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/978ad28a-8307-49fc-839e-e992bc1d6f8f*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/978ad28a-8307-49fc-839e-e992bc1d6f8f*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1334,7 +1334,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/978ad28a-8307-49fc-839e-e992bc1d6f8f*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/978ad28a-8307-49fc-839e-e992bc1d6f8f*D26C8F9B5D6088889A9E4F6DE6E69ABAF93C840C0AD9E0D1F8DC2E677C151C27?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/AddTag(True)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/AddTag(True)Async.json index 5c270d19a8115..3c20aa3a9c298 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/AddTag(True)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/AddTag(True)Async.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-4742.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-4742.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/78a234b5-17b6-471a-bb27-59df13ce03d2*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/78a234b5-17b6-471a-bb27-59df13ce03d2*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/78a234b5-17b6-471a-bb27-59df13ce03d2*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/78a234b5-17b6-471a-bb27-59df13ce03d2*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/78a234b5-17b6-471a-bb27-59df13ce03d2*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/78a234b5-17b6-471a-bb27-59df13ce03d2*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/78a234b5-17b6-471a-bb27-59df13ce03d2*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/78a234b5-17b6-471a-bb27-59df13ce03d2*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/78a234b5-17b6-471a-bb27-59df13ce03d2*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/78a234b5-17b6-471a-bb27-59df13ce03d2*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/78a234b5-17b6-471a-bb27-59df13ce03d2*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/78a234b5-17b6-471a-bb27-59df13ce03d2*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/78a234b5-17b6-471a-bb27-59df13ce03d2*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/78a234b5-17b6-471a-bb27-59df13ce03d2*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/78a234b5-17b6-471a-bb27-59df13ce03d2*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/78a234b5-17b6-471a-bb27-59df13ce03d2*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/78a234b5-17b6-471a-bb27-59df13ce03d2*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/78a234b5-17b6-471a-bb27-59df13ce03d2*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/78a234b5-17b6-471a-bb27-59df13ce03d2*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/78a234b5-17b6-471a-bb27-59df13ce03d2*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-4742.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-4742.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -684,7 +684,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-4742.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-4742.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -785,7 +785,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-4742.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-4742.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -886,7 +886,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -989,7 +989,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-4742.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-4742.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1003,14 +1003,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/39a2bc9c-6887-4e5f-9eea-33a34d093cfc*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/39a2bc9c-6887-4e5f-9eea-33a34d093cfc*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:04:21 GMT", "ETag": "\u002296008461-0000-0700-0000-6419c7750000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/39a2bc9c-6887-4e5f-9eea-33a34d093cfc*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/39a2bc9c-6887-4e5f-9eea-33a34d093cfc*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-31", "mise-correlation-id": "65e6965a-3dcd-4b55-8195-f6f9892f2c3a", "Pragma": "no-cache", "Request-Context": "appId=", @@ -1029,7 +1029,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/39a2bc9c-6887-4e5f-9eea-33a34d093cfc*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/39a2bc9c-6887-4e5f-9eea-33a34d093cfc*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1067,7 +1067,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/39a2bc9c-6887-4e5f-9eea-33a34d093cfc*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/39a2bc9c-6887-4e5f-9eea-33a34d093cfc*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1105,7 +1105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/39a2bc9c-6887-4e5f-9eea-33a34d093cfc*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/39a2bc9c-6887-4e5f-9eea-33a34d093cfc*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1143,7 +1143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/39a2bc9c-6887-4e5f-9eea-33a34d093cfc*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/39a2bc9c-6887-4e5f-9eea-33a34d093cfc*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1181,7 +1181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/39a2bc9c-6887-4e5f-9eea-33a34d093cfc*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/39a2bc9c-6887-4e5f-9eea-33a34d093cfc*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1219,7 +1219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/39a2bc9c-6887-4e5f-9eea-33a34d093cfc*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/39a2bc9c-6887-4e5f-9eea-33a34d093cfc*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1257,7 +1257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/39a2bc9c-6887-4e5f-9eea-33a34d093cfc*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/39a2bc9c-6887-4e5f-9eea-33a34d093cfc*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1295,7 +1295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/39a2bc9c-6887-4e5f-9eea-33a34d093cfc*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/39a2bc9c-6887-4e5f-9eea-33a34d093cfc*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1333,7 +1333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/39a2bc9c-6887-4e5f-9eea-33a34d093cfc*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/39a2bc9c-6887-4e5f-9eea-33a34d093cfc*060D8CFCCCC4DDFBFD110E5688034A23BAFFCC6079A287CA7BE5A37A4F413CE1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/AddTag(null).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/AddTag(null).json index 2b5168ae7a73a..f9fc756174e3f 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/AddTag(null).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/AddTag(null).json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9068.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9068.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f623a9-e6de-4d4e-bcfb-4569095c90cc*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f623a9-e6de-4d4e-bcfb-4569095c90cc*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f623a9-e6de-4d4e-bcfb-4569095c90cc*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f623a9-e6de-4d4e-bcfb-4569095c90cc*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f623a9-e6de-4d4e-bcfb-4569095c90cc*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f623a9-e6de-4d4e-bcfb-4569095c90cc*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f623a9-e6de-4d4e-bcfb-4569095c90cc*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f623a9-e6de-4d4e-bcfb-4569095c90cc*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f623a9-e6de-4d4e-bcfb-4569095c90cc*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f623a9-e6de-4d4e-bcfb-4569095c90cc*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f623a9-e6de-4d4e-bcfb-4569095c90cc*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f623a9-e6de-4d4e-bcfb-4569095c90cc*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f623a9-e6de-4d4e-bcfb-4569095c90cc*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f623a9-e6de-4d4e-bcfb-4569095c90cc*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f623a9-e6de-4d4e-bcfb-4569095c90cc*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f623a9-e6de-4d4e-bcfb-4569095c90cc*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f623a9-e6de-4d4e-bcfb-4569095c90cc*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f623a9-e6de-4d4e-bcfb-4569095c90cc*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f623a9-e6de-4d4e-bcfb-4569095c90cc*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f623a9-e6de-4d4e-bcfb-4569095c90cc*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9068.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9068.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -739,7 +739,7 @@ "UK West" ], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "SupportsExtension" }, @@ -747,7 +747,7 @@ "resourceType": "tagNamespaceOperationResults", "locations": [], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "None" }, @@ -1229,7 +1229,7 @@ "resourceType": "changes", "locations": [], "apiVersions": [ - "2023-03-01-preview", + "2023-03-31", "2022-05-01", "2022-03-01-preview" ], @@ -1327,7 +1327,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9068.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9068.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1428,7 +1428,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9068.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9068.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1529,7 +1529,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1633,7 +1633,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9068.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9068.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1647,14 +1647,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/736f1c64-60c7-4956-9e70-6d05ee6507cf*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/736f1c64-60c7-4956-9e70-6d05ee6507cf*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:54:31 GMT", "ETag": "\u002295007d4b-0000-0700-0000-6419b7160000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/736f1c64-60c7-4956-9e70-6d05ee6507cf*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/736f1c64-60c7-4956-9e70-6d05ee6507cf*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-31", "mise-correlation-id": "9562bbc8-1d66-4440-bb43-188beb2cdab5", "Pragma": "no-cache", "Request-Context": "appId=", @@ -1673,7 +1673,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/736f1c64-60c7-4956-9e70-6d05ee6507cf*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/736f1c64-60c7-4956-9e70-6d05ee6507cf*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1711,7 +1711,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/736f1c64-60c7-4956-9e70-6d05ee6507cf*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/736f1c64-60c7-4956-9e70-6d05ee6507cf*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1749,7 +1749,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/736f1c64-60c7-4956-9e70-6d05ee6507cf*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/736f1c64-60c7-4956-9e70-6d05ee6507cf*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1787,7 +1787,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/736f1c64-60c7-4956-9e70-6d05ee6507cf*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/736f1c64-60c7-4956-9e70-6d05ee6507cf*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1825,7 +1825,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/736f1c64-60c7-4956-9e70-6d05ee6507cf*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/736f1c64-60c7-4956-9e70-6d05ee6507cf*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1863,7 +1863,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/736f1c64-60c7-4956-9e70-6d05ee6507cf*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/736f1c64-60c7-4956-9e70-6d05ee6507cf*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1901,7 +1901,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/736f1c64-60c7-4956-9e70-6d05ee6507cf*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/736f1c64-60c7-4956-9e70-6d05ee6507cf*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1939,7 +1939,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/736f1c64-60c7-4956-9e70-6d05ee6507cf*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/736f1c64-60c7-4956-9e70-6d05ee6507cf*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1977,7 +1977,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/736f1c64-60c7-4956-9e70-6d05ee6507cf*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/736f1c64-60c7-4956-9e70-6d05ee6507cf*6023D4429AD4BA25692350CBD2999ED2BA99CF07DEDC29AA05DEB80326FE6B5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/AddTag(null)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/AddTag(null)Async.json index 3176e452c76dc..c562666d67d64 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/AddTag(null)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/AddTag(null)Async.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-6359.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-6359.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6d91846e-7b4a-4bd2-b389-f98a98d458b0*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6d91846e-7b4a-4bd2-b389-f98a98d458b0*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6d91846e-7b4a-4bd2-b389-f98a98d458b0*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6d91846e-7b4a-4bd2-b389-f98a98d458b0*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6d91846e-7b4a-4bd2-b389-f98a98d458b0*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6d91846e-7b4a-4bd2-b389-f98a98d458b0*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6d91846e-7b4a-4bd2-b389-f98a98d458b0*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6d91846e-7b4a-4bd2-b389-f98a98d458b0*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6d91846e-7b4a-4bd2-b389-f98a98d458b0*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6d91846e-7b4a-4bd2-b389-f98a98d458b0*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6d91846e-7b4a-4bd2-b389-f98a98d458b0*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6d91846e-7b4a-4bd2-b389-f98a98d458b0*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6d91846e-7b4a-4bd2-b389-f98a98d458b0*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6d91846e-7b4a-4bd2-b389-f98a98d458b0*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6d91846e-7b4a-4bd2-b389-f98a98d458b0*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6d91846e-7b4a-4bd2-b389-f98a98d458b0*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6d91846e-7b4a-4bd2-b389-f98a98d458b0*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6d91846e-7b4a-4bd2-b389-f98a98d458b0*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6d91846e-7b4a-4bd2-b389-f98a98d458b0*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6d91846e-7b4a-4bd2-b389-f98a98d458b0*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-6359.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-6359.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -739,7 +739,7 @@ "UK West" ], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "SupportsExtension" }, @@ -747,7 +747,7 @@ "resourceType": "tagNamespaceOperationResults", "locations": [], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "None" }, @@ -1229,7 +1229,7 @@ "resourceType": "changes", "locations": [], "apiVersions": [ - "2023-03-01-preview", + "2023-03-31", "2022-05-01", "2022-03-01-preview" ], @@ -1327,7 +1327,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-6359.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-6359.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1428,7 +1428,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-6359.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-6359.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1529,7 +1529,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1632,7 +1632,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-6359.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-6359.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1646,14 +1646,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c97529b1-c4a2-47eb-8ed2-0f12eec9038b*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c97529b1-c4a2-47eb-8ed2-0f12eec9038b*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:01:59 GMT", "ETag": "\u002296007557-0000-0700-0000-6419c6e80000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c97529b1-c4a2-47eb-8ed2-0f12eec9038b*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c97529b1-c4a2-47eb-8ed2-0f12eec9038b*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-31", "mise-correlation-id": "dfd5ef1e-0baf-46ae-9d12-64c05ce4a521", "Pragma": "no-cache", "Request-Context": "appId=", @@ -1672,7 +1672,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c97529b1-c4a2-47eb-8ed2-0f12eec9038b*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c97529b1-c4a2-47eb-8ed2-0f12eec9038b*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1710,7 +1710,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c97529b1-c4a2-47eb-8ed2-0f12eec9038b*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c97529b1-c4a2-47eb-8ed2-0f12eec9038b*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1748,7 +1748,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c97529b1-c4a2-47eb-8ed2-0f12eec9038b*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c97529b1-c4a2-47eb-8ed2-0f12eec9038b*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1786,7 +1786,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c97529b1-c4a2-47eb-8ed2-0f12eec9038b*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c97529b1-c4a2-47eb-8ed2-0f12eec9038b*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1824,7 +1824,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c97529b1-c4a2-47eb-8ed2-0f12eec9038b*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c97529b1-c4a2-47eb-8ed2-0f12eec9038b*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1862,7 +1862,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c97529b1-c4a2-47eb-8ed2-0f12eec9038b*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c97529b1-c4a2-47eb-8ed2-0f12eec9038b*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1900,7 +1900,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c97529b1-c4a2-47eb-8ed2-0f12eec9038b*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c97529b1-c4a2-47eb-8ed2-0f12eec9038b*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1938,7 +1938,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c97529b1-c4a2-47eb-8ed2-0f12eec9038b*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c97529b1-c4a2-47eb-8ed2-0f12eec9038b*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1976,7 +1976,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c97529b1-c4a2-47eb-8ed2-0f12eec9038b*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c97529b1-c4a2-47eb-8ed2-0f12eec9038b*A66AA90A236314C8C3BCC1FAEB893C3CE45447B83A4DF5EE5B96812B28431A35?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/CreateOrUpdate.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/CreateOrUpdate.json index 3db2dd8d2db5d..18200be4adf23 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/CreateOrUpdate.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/CreateOrUpdate.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-1919.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-1919.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/358b24e9-4da8-4567-851f-671d45fe2d52*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/358b24e9-4da8-4567-851f-671d45fe2d52*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/358b24e9-4da8-4567-851f-671d45fe2d52*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/358b24e9-4da8-4567-851f-671d45fe2d52*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/358b24e9-4da8-4567-851f-671d45fe2d52*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/358b24e9-4da8-4567-851f-671d45fe2d52*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/358b24e9-4da8-4567-851f-671d45fe2d52*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/358b24e9-4da8-4567-851f-671d45fe2d52*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/358b24e9-4da8-4567-851f-671d45fe2d52*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/358b24e9-4da8-4567-851f-671d45fe2d52*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/358b24e9-4da8-4567-851f-671d45fe2d52*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/358b24e9-4da8-4567-851f-671d45fe2d52*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/358b24e9-4da8-4567-851f-671d45fe2d52*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/358b24e9-4da8-4567-851f-671d45fe2d52*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/358b24e9-4da8-4567-851f-671d45fe2d52*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/358b24e9-4da8-4567-851f-671d45fe2d52*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/358b24e9-4da8-4567-851f-671d45fe2d52*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/358b24e9-4da8-4567-851f-671d45fe2d52*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/358b24e9-4da8-4567-851f-671d45fe2d52*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/358b24e9-4da8-4567-851f-671d45fe2d52*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-1919.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-1919.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -598,7 +598,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -700,7 +700,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-1919.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-1919.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -714,14 +714,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63d4ce54-3245-4b1c-b397-00623f4fcb5c*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63d4ce54-3245-4b1c-b397-00623f4fcb5c*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:43:05 GMT", "ETag": "\u002296000505-0000-0700-0000-6419c2790000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63d4ce54-3245-4b1c-b397-00623f4fcb5c*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63d4ce54-3245-4b1c-b397-00623f4fcb5c*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-31", "mise-correlation-id": "72126a82-16d3-47e1-9a9e-4c7b54005227", "Pragma": "no-cache", "Request-Context": "appId=", @@ -740,7 +740,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63d4ce54-3245-4b1c-b397-00623f4fcb5c*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63d4ce54-3245-4b1c-b397-00623f4fcb5c*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -778,7 +778,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63d4ce54-3245-4b1c-b397-00623f4fcb5c*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63d4ce54-3245-4b1c-b397-00623f4fcb5c*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -816,7 +816,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63d4ce54-3245-4b1c-b397-00623f4fcb5c*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63d4ce54-3245-4b1c-b397-00623f4fcb5c*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -854,7 +854,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63d4ce54-3245-4b1c-b397-00623f4fcb5c*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63d4ce54-3245-4b1c-b397-00623f4fcb5c*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -892,7 +892,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63d4ce54-3245-4b1c-b397-00623f4fcb5c*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63d4ce54-3245-4b1c-b397-00623f4fcb5c*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -930,7 +930,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63d4ce54-3245-4b1c-b397-00623f4fcb5c*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63d4ce54-3245-4b1c-b397-00623f4fcb5c*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -968,7 +968,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63d4ce54-3245-4b1c-b397-00623f4fcb5c*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63d4ce54-3245-4b1c-b397-00623f4fcb5c*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1006,7 +1006,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63d4ce54-3245-4b1c-b397-00623f4fcb5c*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63d4ce54-3245-4b1c-b397-00623f4fcb5c*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1044,7 +1044,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63d4ce54-3245-4b1c-b397-00623f4fcb5c*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63d4ce54-3245-4b1c-b397-00623f4fcb5c*03E4698F78E33E59A6696B2F8B55DB3DEA7F8D61F9B5EFC0FA6E8616AB66BE0A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/CreateOrUpdateAsync.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/CreateOrUpdateAsync.json index c2ded2fb86a15..37f82cf27e128 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/CreateOrUpdateAsync.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/CreateOrUpdateAsync.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-9358.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-9358.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1644d2c6-1901-40e1-8f59-88866f66f827*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1644d2c6-1901-40e1-8f59-88866f66f827*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1644d2c6-1901-40e1-8f59-88866f66f827*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1644d2c6-1901-40e1-8f59-88866f66f827*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1644d2c6-1901-40e1-8f59-88866f66f827*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1644d2c6-1901-40e1-8f59-88866f66f827*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1644d2c6-1901-40e1-8f59-88866f66f827*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1644d2c6-1901-40e1-8f59-88866f66f827*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1644d2c6-1901-40e1-8f59-88866f66f827*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1644d2c6-1901-40e1-8f59-88866f66f827*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1644d2c6-1901-40e1-8f59-88866f66f827*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1644d2c6-1901-40e1-8f59-88866f66f827*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1644d2c6-1901-40e1-8f59-88866f66f827*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1644d2c6-1901-40e1-8f59-88866f66f827*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1644d2c6-1901-40e1-8f59-88866f66f827*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1644d2c6-1901-40e1-8f59-88866f66f827*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1644d2c6-1901-40e1-8f59-88866f66f827*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1644d2c6-1901-40e1-8f59-88866f66f827*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1644d2c6-1901-40e1-8f59-88866f66f827*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1644d2c6-1901-40e1-8f59-88866f66f827*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-9358.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-9358.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -598,7 +598,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -699,7 +699,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-9358.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-9358.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -713,14 +713,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3251f7bd-b799-4b27-ab2a-591e237adf86*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3251f7bd-b799-4b27-ab2a-591e237adf86*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:24:29 GMT", "ETag": "\u0022960054b2-0000-0700-0000-6419cc2e0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3251f7bd-b799-4b27-ab2a-591e237adf86*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3251f7bd-b799-4b27-ab2a-591e237adf86*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-31", "mise-correlation-id": "416ff8f2-59b0-4aab-bd86-aff8b45cba00", "Pragma": "no-cache", "Request-Context": "appId=", @@ -739,7 +739,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3251f7bd-b799-4b27-ab2a-591e237adf86*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3251f7bd-b799-4b27-ab2a-591e237adf86*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -777,7 +777,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3251f7bd-b799-4b27-ab2a-591e237adf86*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3251f7bd-b799-4b27-ab2a-591e237adf86*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -815,7 +815,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3251f7bd-b799-4b27-ab2a-591e237adf86*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3251f7bd-b799-4b27-ab2a-591e237adf86*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -853,7 +853,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3251f7bd-b799-4b27-ab2a-591e237adf86*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3251f7bd-b799-4b27-ab2a-591e237adf86*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -891,7 +891,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3251f7bd-b799-4b27-ab2a-591e237adf86*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3251f7bd-b799-4b27-ab2a-591e237adf86*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -929,7 +929,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3251f7bd-b799-4b27-ab2a-591e237adf86*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3251f7bd-b799-4b27-ab2a-591e237adf86*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -967,7 +967,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3251f7bd-b799-4b27-ab2a-591e237adf86*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3251f7bd-b799-4b27-ab2a-591e237adf86*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1005,7 +1005,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3251f7bd-b799-4b27-ab2a-591e237adf86*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3251f7bd-b799-4b27-ab2a-591e237adf86*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1043,7 +1043,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3251f7bd-b799-4b27-ab2a-591e237adf86*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3251f7bd-b799-4b27-ab2a-591e237adf86*C000346FA41073E321476ECBC2CBE48ACAD58016439FF41B59D2114A31E58597?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/Delete.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/Delete.json index edbceaf17f95b..2391c05fd9421 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/Delete.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/Delete.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7332.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7332.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e7fbf381-aaca-4fe3-bc3f-78ed76c415b6*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e7fbf381-aaca-4fe3-bc3f-78ed76c415b6*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e7fbf381-aaca-4fe3-bc3f-78ed76c415b6*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e7fbf381-aaca-4fe3-bc3f-78ed76c415b6*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e7fbf381-aaca-4fe3-bc3f-78ed76c415b6*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e7fbf381-aaca-4fe3-bc3f-78ed76c415b6*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e7fbf381-aaca-4fe3-bc3f-78ed76c415b6*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e7fbf381-aaca-4fe3-bc3f-78ed76c415b6*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e7fbf381-aaca-4fe3-bc3f-78ed76c415b6*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e7fbf381-aaca-4fe3-bc3f-78ed76c415b6*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e7fbf381-aaca-4fe3-bc3f-78ed76c415b6*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e7fbf381-aaca-4fe3-bc3f-78ed76c415b6*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e7fbf381-aaca-4fe3-bc3f-78ed76c415b6*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e7fbf381-aaca-4fe3-bc3f-78ed76c415b6*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e7fbf381-aaca-4fe3-bc3f-78ed76c415b6*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e7fbf381-aaca-4fe3-bc3f-78ed76c415b6*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e7fbf381-aaca-4fe3-bc3f-78ed76c415b6*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e7fbf381-aaca-4fe3-bc3f-78ed76c415b6*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e7fbf381-aaca-4fe3-bc3f-78ed76c415b6*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e7fbf381-aaca-4fe3-bc3f-78ed76c415b6*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7332.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7332.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -598,7 +598,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7332.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7332.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -612,14 +612,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74cc0c49-03e0-4d2d-a2d3-6bb102fe69b5*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74cc0c49-03e0-4d2d-a2d3-6bb102fe69b5*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:45:21 GMT", "ETag": "\u00229600fd0c-0000-0700-0000-6419c3020000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74cc0c49-03e0-4d2d-a2d3-6bb102fe69b5*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74cc0c49-03e0-4d2d-a2d3-6bb102fe69b5*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-31", "mise-correlation-id": "0ea52a8f-4931-44f3-a63e-5eb1fedbc234", "Pragma": "no-cache", "Request-Context": "appId=", @@ -638,7 +638,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74cc0c49-03e0-4d2d-a2d3-6bb102fe69b5*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74cc0c49-03e0-4d2d-a2d3-6bb102fe69b5*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -676,7 +676,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74cc0c49-03e0-4d2d-a2d3-6bb102fe69b5*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74cc0c49-03e0-4d2d-a2d3-6bb102fe69b5*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -714,7 +714,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74cc0c49-03e0-4d2d-a2d3-6bb102fe69b5*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74cc0c49-03e0-4d2d-a2d3-6bb102fe69b5*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -752,7 +752,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74cc0c49-03e0-4d2d-a2d3-6bb102fe69b5*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74cc0c49-03e0-4d2d-a2d3-6bb102fe69b5*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -790,7 +790,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74cc0c49-03e0-4d2d-a2d3-6bb102fe69b5*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74cc0c49-03e0-4d2d-a2d3-6bb102fe69b5*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -828,7 +828,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74cc0c49-03e0-4d2d-a2d3-6bb102fe69b5*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74cc0c49-03e0-4d2d-a2d3-6bb102fe69b5*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -866,7 +866,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74cc0c49-03e0-4d2d-a2d3-6bb102fe69b5*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74cc0c49-03e0-4d2d-a2d3-6bb102fe69b5*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -904,7 +904,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74cc0c49-03e0-4d2d-a2d3-6bb102fe69b5*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74cc0c49-03e0-4d2d-a2d3-6bb102fe69b5*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -942,7 +942,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74cc0c49-03e0-4d2d-a2d3-6bb102fe69b5*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74cc0c49-03e0-4d2d-a2d3-6bb102fe69b5*9C71D87CE0C6C7562279489BC6817E2F21E7501037144C260135032267D6ABF9?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -981,7 +981,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7332.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7332.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1020,7 +1020,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/DeleteAsync.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/DeleteAsync.json index 31b2b5d1b4bbb..ed061c1cbc96c 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/DeleteAsync.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/DeleteAsync.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-1205.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-1205.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a3c2c6b3-e0a2-4031-87cc-3f7e03971ab0*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a3c2c6b3-e0a2-4031-87cc-3f7e03971ab0*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a3c2c6b3-e0a2-4031-87cc-3f7e03971ab0*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a3c2c6b3-e0a2-4031-87cc-3f7e03971ab0*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a3c2c6b3-e0a2-4031-87cc-3f7e03971ab0*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a3c2c6b3-e0a2-4031-87cc-3f7e03971ab0*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a3c2c6b3-e0a2-4031-87cc-3f7e03971ab0*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a3c2c6b3-e0a2-4031-87cc-3f7e03971ab0*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a3c2c6b3-e0a2-4031-87cc-3f7e03971ab0*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a3c2c6b3-e0a2-4031-87cc-3f7e03971ab0*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a3c2c6b3-e0a2-4031-87cc-3f7e03971ab0*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a3c2c6b3-e0a2-4031-87cc-3f7e03971ab0*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a3c2c6b3-e0a2-4031-87cc-3f7e03971ab0*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a3c2c6b3-e0a2-4031-87cc-3f7e03971ab0*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a3c2c6b3-e0a2-4031-87cc-3f7e03971ab0*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a3c2c6b3-e0a2-4031-87cc-3f7e03971ab0*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a3c2c6b3-e0a2-4031-87cc-3f7e03971ab0*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a3c2c6b3-e0a2-4031-87cc-3f7e03971ab0*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a3c2c6b3-e0a2-4031-87cc-3f7e03971ab0*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a3c2c6b3-e0a2-4031-87cc-3f7e03971ab0*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-1205.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-1205.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -598,7 +598,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-1205.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-1205.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -612,14 +612,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/971c2d55-d927-4ce0-83ee-7dbca0bd610b*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/971c2d55-d927-4ce0-83ee-7dbca0bd610b*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:26:46 GMT", "ETag": "\u00229600fcba-0000-0700-0000-6419ccb60000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/971c2d55-d927-4ce0-83ee-7dbca0bd610b*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/971c2d55-d927-4ce0-83ee-7dbca0bd610b*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-31", "mise-correlation-id": "00251965-0f14-4c06-9ee4-28e958fb9764", "Pragma": "no-cache", "Request-Context": "appId=", @@ -638,7 +638,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/971c2d55-d927-4ce0-83ee-7dbca0bd610b*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/971c2d55-d927-4ce0-83ee-7dbca0bd610b*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -676,7 +676,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/971c2d55-d927-4ce0-83ee-7dbca0bd610b*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/971c2d55-d927-4ce0-83ee-7dbca0bd610b*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -714,7 +714,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/971c2d55-d927-4ce0-83ee-7dbca0bd610b*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/971c2d55-d927-4ce0-83ee-7dbca0bd610b*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -752,7 +752,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/971c2d55-d927-4ce0-83ee-7dbca0bd610b*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/971c2d55-d927-4ce0-83ee-7dbca0bd610b*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -790,7 +790,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/971c2d55-d927-4ce0-83ee-7dbca0bd610b*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/971c2d55-d927-4ce0-83ee-7dbca0bd610b*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -828,7 +828,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/971c2d55-d927-4ce0-83ee-7dbca0bd610b*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/971c2d55-d927-4ce0-83ee-7dbca0bd610b*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -866,7 +866,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/971c2d55-d927-4ce0-83ee-7dbca0bd610b*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/971c2d55-d927-4ce0-83ee-7dbca0bd610b*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -904,7 +904,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/971c2d55-d927-4ce0-83ee-7dbca0bd610b*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/971c2d55-d927-4ce0-83ee-7dbca0bd610b*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -942,7 +942,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/971c2d55-d927-4ce0-83ee-7dbca0bd610b*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/971c2d55-d927-4ce0-83ee-7dbca0bd610b*F34303B949610FEA68EB798259DBED0FCCC75EBA8613F2A41A397D6B22FC7949?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -981,7 +981,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-1205.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-1205.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1020,7 +1020,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/DomainTests(False).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/DomainTests(False).json index a69d0b78cd576..f1ab3dfa69197 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/DomainTests(False).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/DomainTests(False).json @@ -88,7 +88,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -110,7 +110,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/984eb711-64ea-4897-926b-4594abb17546*7CDF04A15B188AFD65936E1F4A05C9E5D784CC37E8B17FE3E941C7586E1A4FF6?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/984eb711-64ea-4897-926b-4594abb17546*7CDF04A15B188AFD65936E1F4A05C9E5D784CC37E8B17FE3E941C7586E1A4FF6?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "615", "Content-Type": "application/json; charset=utf-8", @@ -153,7 +153,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/984eb711-64ea-4897-926b-4594abb17546*7CDF04A15B188AFD65936E1F4A05C9E5D784CC37E8B17FE3E941C7586E1A4FF6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/984eb711-64ea-4897-926b-4594abb17546*7CDF04A15B188AFD65936E1F4A05C9E5D784CC37E8B17FE3E941C7586E1A4FF6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -191,7 +191,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/984eb711-64ea-4897-926b-4594abb17546*7CDF04A15B188AFD65936E1F4A05C9E5D784CC37E8B17FE3E941C7586E1A4FF6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/984eb711-64ea-4897-926b-4594abb17546*7CDF04A15B188AFD65936E1F4A05C9E5D784CC37E8B17FE3E941C7586E1A4FF6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -229,7 +229,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/984eb711-64ea-4897-926b-4594abb17546*7CDF04A15B188AFD65936E1F4A05C9E5D784CC37E8B17FE3E941C7586E1A4FF6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/984eb711-64ea-4897-926b-4594abb17546*7CDF04A15B188AFD65936E1F4A05C9E5D784CC37E8B17FE3E941C7586E1A4FF6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -267,7 +267,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/984eb711-64ea-4897-926b-4594abb17546*7CDF04A15B188AFD65936E1F4A05C9E5D784CC37E8B17FE3E941C7586E1A4FF6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/984eb711-64ea-4897-926b-4594abb17546*7CDF04A15B188AFD65936E1F4A05C9E5D784CC37E8B17FE3E941C7586E1A4FF6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -305,7 +305,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/984eb711-64ea-4897-926b-4594abb17546*7CDF04A15B188AFD65936E1F4A05C9E5D784CC37E8B17FE3E941C7586E1A4FF6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/984eb711-64ea-4897-926b-4594abb17546*7CDF04A15B188AFD65936E1F4A05C9E5D784CC37E8B17FE3E941C7586E1A4FF6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -343,7 +343,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/984eb711-64ea-4897-926b-4594abb17546*7CDF04A15B188AFD65936E1F4A05C9E5D784CC37E8B17FE3E941C7586E1A4FF6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/984eb711-64ea-4897-926b-4594abb17546*7CDF04A15B188AFD65936E1F4A05C9E5D784CC37E8B17FE3E941C7586E1A4FF6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -381,7 +381,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/984eb711-64ea-4897-926b-4594abb17546*7CDF04A15B188AFD65936E1F4A05C9E5D784CC37E8B17FE3E941C7586E1A4FF6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/984eb711-64ea-4897-926b-4594abb17546*7CDF04A15B188AFD65936E1F4A05C9E5D784CC37E8B17FE3E941C7586E1A4FF6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -419,7 +419,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/984eb711-64ea-4897-926b-4594abb17546*7CDF04A15B188AFD65936E1F4A05C9E5D784CC37E8B17FE3E941C7586E1A4FF6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/984eb711-64ea-4897-926b-4594abb17546*7CDF04A15B188AFD65936E1F4A05C9E5D784CC37E8B17FE3E941C7586E1A4FF6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -457,7 +457,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/984eb711-64ea-4897-926b-4594abb17546*7CDF04A15B188AFD65936E1F4A05C9E5D784CC37E8B17FE3E941C7586E1A4FF6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/984eb711-64ea-4897-926b-4594abb17546*7CDF04A15B188AFD65936E1F4A05C9E5D784CC37E8B17FE3E941C7586E1A4FF6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -496,7 +496,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/DomainTests(True)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/DomainTests(True)Async.json index 0b594da2864ed..efe42eae23919 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/DomainTests(True)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/DomainTests(True)Async.json @@ -88,7 +88,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -110,7 +110,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b93f1dbe-8ce0-4ade-8621-99a1e1461481*941C2699E9FE43AA3F3955D30B568EEEFE7F9EA4902073534255EA06B90082D8?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b93f1dbe-8ce0-4ade-8621-99a1e1461481*941C2699E9FE43AA3F3955D30B568EEEFE7F9EA4902073534255EA06B90082D8?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "615", "Content-Type": "application/json; charset=utf-8", @@ -153,7 +153,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b93f1dbe-8ce0-4ade-8621-99a1e1461481*941C2699E9FE43AA3F3955D30B568EEEFE7F9EA4902073534255EA06B90082D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b93f1dbe-8ce0-4ade-8621-99a1e1461481*941C2699E9FE43AA3F3955D30B568EEEFE7F9EA4902073534255EA06B90082D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -191,7 +191,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b93f1dbe-8ce0-4ade-8621-99a1e1461481*941C2699E9FE43AA3F3955D30B568EEEFE7F9EA4902073534255EA06B90082D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b93f1dbe-8ce0-4ade-8621-99a1e1461481*941C2699E9FE43AA3F3955D30B568EEEFE7F9EA4902073534255EA06B90082D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -229,7 +229,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b93f1dbe-8ce0-4ade-8621-99a1e1461481*941C2699E9FE43AA3F3955D30B568EEEFE7F9EA4902073534255EA06B90082D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b93f1dbe-8ce0-4ade-8621-99a1e1461481*941C2699E9FE43AA3F3955D30B568EEEFE7F9EA4902073534255EA06B90082D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -267,7 +267,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b93f1dbe-8ce0-4ade-8621-99a1e1461481*941C2699E9FE43AA3F3955D30B568EEEFE7F9EA4902073534255EA06B90082D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b93f1dbe-8ce0-4ade-8621-99a1e1461481*941C2699E9FE43AA3F3955D30B568EEEFE7F9EA4902073534255EA06B90082D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -305,7 +305,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b93f1dbe-8ce0-4ade-8621-99a1e1461481*941C2699E9FE43AA3F3955D30B568EEEFE7F9EA4902073534255EA06B90082D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b93f1dbe-8ce0-4ade-8621-99a1e1461481*941C2699E9FE43AA3F3955D30B568EEEFE7F9EA4902073534255EA06B90082D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -343,7 +343,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b93f1dbe-8ce0-4ade-8621-99a1e1461481*941C2699E9FE43AA3F3955D30B568EEEFE7F9EA4902073534255EA06B90082D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b93f1dbe-8ce0-4ade-8621-99a1e1461481*941C2699E9FE43AA3F3955D30B568EEEFE7F9EA4902073534255EA06B90082D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -381,7 +381,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b93f1dbe-8ce0-4ade-8621-99a1e1461481*941C2699E9FE43AA3F3955D30B568EEEFE7F9EA4902073534255EA06B90082D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b93f1dbe-8ce0-4ade-8621-99a1e1461481*941C2699E9FE43AA3F3955D30B568EEEFE7F9EA4902073534255EA06B90082D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -419,7 +419,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b93f1dbe-8ce0-4ade-8621-99a1e1461481*941C2699E9FE43AA3F3955D30B568EEEFE7F9EA4902073534255EA06B90082D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b93f1dbe-8ce0-4ade-8621-99a1e1461481*941C2699E9FE43AA3F3955D30B568EEEFE7F9EA4902073534255EA06B90082D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -457,7 +457,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b93f1dbe-8ce0-4ade-8621-99a1e1461481*941C2699E9FE43AA3F3955D30B568EEEFE7F9EA4902073534255EA06B90082D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b93f1dbe-8ce0-4ade-8621-99a1e1461481*941C2699E9FE43AA3F3955D30B568EEEFE7F9EA4902073534255EA06B90082D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -496,7 +496,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/Exists.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/Exists.json index 8ed81838da325..8fae6746498ec 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/Exists.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/Exists.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-997.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-997.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a76567e-a7b4-4250-978f-f766cdc84257*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a76567e-a7b4-4250-978f-f766cdc84257*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "653", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a76567e-a7b4-4250-978f-f766cdc84257*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a76567e-a7b4-4250-978f-f766cdc84257*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a76567e-a7b4-4250-978f-f766cdc84257*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a76567e-a7b4-4250-978f-f766cdc84257*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a76567e-a7b4-4250-978f-f766cdc84257*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a76567e-a7b4-4250-978f-f766cdc84257*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a76567e-a7b4-4250-978f-f766cdc84257*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a76567e-a7b4-4250-978f-f766cdc84257*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a76567e-a7b4-4250-978f-f766cdc84257*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a76567e-a7b4-4250-978f-f766cdc84257*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a76567e-a7b4-4250-978f-f766cdc84257*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a76567e-a7b4-4250-978f-f766cdc84257*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a76567e-a7b4-4250-978f-f766cdc84257*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a76567e-a7b4-4250-978f-f766cdc84257*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a76567e-a7b4-4250-978f-f766cdc84257*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a76567e-a7b4-4250-978f-f766cdc84257*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a76567e-a7b4-4250-978f-f766cdc84257*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5a76567e-a7b4-4250-978f-f766cdc84257*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-997.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-997.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -598,7 +598,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-997.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-997.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -697,7 +697,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -799,7 +799,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-997.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-997.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -813,14 +813,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74a42efa-d64d-4909-a3e1-ae740487be07*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74a42efa-d64d-4909-a3e1-ae740487be07*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:47:49 GMT", "ETag": "\u002296003a18-0000-0700-0000-6419c3960000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74a42efa-d64d-4909-a3e1-ae740487be07*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74a42efa-d64d-4909-a3e1-ae740487be07*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-31", "mise-correlation-id": "3226f03d-29c0-4e98-beb6-7ca1cb3747ad", "Pragma": "no-cache", "Request-Context": "appId=", @@ -839,7 +839,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74a42efa-d64d-4909-a3e1-ae740487be07*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74a42efa-d64d-4909-a3e1-ae740487be07*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -877,7 +877,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74a42efa-d64d-4909-a3e1-ae740487be07*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74a42efa-d64d-4909-a3e1-ae740487be07*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -915,7 +915,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74a42efa-d64d-4909-a3e1-ae740487be07*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74a42efa-d64d-4909-a3e1-ae740487be07*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -953,7 +953,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74a42efa-d64d-4909-a3e1-ae740487be07*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74a42efa-d64d-4909-a3e1-ae740487be07*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -991,7 +991,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74a42efa-d64d-4909-a3e1-ae740487be07*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74a42efa-d64d-4909-a3e1-ae740487be07*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1029,7 +1029,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74a42efa-d64d-4909-a3e1-ae740487be07*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74a42efa-d64d-4909-a3e1-ae740487be07*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1067,7 +1067,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74a42efa-d64d-4909-a3e1-ae740487be07*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74a42efa-d64d-4909-a3e1-ae740487be07*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1105,7 +1105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74a42efa-d64d-4909-a3e1-ae740487be07*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74a42efa-d64d-4909-a3e1-ae740487be07*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1143,7 +1143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74a42efa-d64d-4909-a3e1-ae740487be07*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/74a42efa-d64d-4909-a3e1-ae740487be07*0031812EC070CA50A4E67598FEDC2581463D8FBEAFE556977028A50521421F99?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/ExistsAsync.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/ExistsAsync.json index 2198bb0364577..ce7f76ed765a1 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/ExistsAsync.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/ExistsAsync.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-4153.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-4153.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f7e149-25a2-4cc6-b049-6899e2386f5b*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f7e149-25a2-4cc6-b049-6899e2386f5b*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f7e149-25a2-4cc6-b049-6899e2386f5b*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f7e149-25a2-4cc6-b049-6899e2386f5b*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f7e149-25a2-4cc6-b049-6899e2386f5b*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f7e149-25a2-4cc6-b049-6899e2386f5b*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f7e149-25a2-4cc6-b049-6899e2386f5b*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f7e149-25a2-4cc6-b049-6899e2386f5b*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f7e149-25a2-4cc6-b049-6899e2386f5b*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f7e149-25a2-4cc6-b049-6899e2386f5b*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f7e149-25a2-4cc6-b049-6899e2386f5b*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f7e149-25a2-4cc6-b049-6899e2386f5b*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f7e149-25a2-4cc6-b049-6899e2386f5b*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f7e149-25a2-4cc6-b049-6899e2386f5b*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f7e149-25a2-4cc6-b049-6899e2386f5b*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f7e149-25a2-4cc6-b049-6899e2386f5b*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f7e149-25a2-4cc6-b049-6899e2386f5b*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f7e149-25a2-4cc6-b049-6899e2386f5b*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f7e149-25a2-4cc6-b049-6899e2386f5b*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f4f7e149-25a2-4cc6-b049-6899e2386f5b*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-4153.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-4153.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -598,7 +598,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-4153.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-4153.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -697,7 +697,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -798,7 +798,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-4153.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-4153.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -812,14 +812,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8d67b608-d567-4292-bb88-bfdc3f3db3e1*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8d67b608-d567-4292-bb88-bfdc3f3db3e1*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:29:04 GMT", "ETag": "\u0022960040c4-0000-0700-0000-6419cd400000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8d67b608-d567-4292-bb88-bfdc3f3db3e1*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8d67b608-d567-4292-bb88-bfdc3f3db3e1*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-31", "mise-correlation-id": "8bb5aaab-57b6-4da8-8f74-91d0b5c8036c", "Pragma": "no-cache", "Request-Context": "appId=", @@ -838,7 +838,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8d67b608-d567-4292-bb88-bfdc3f3db3e1*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8d67b608-d567-4292-bb88-bfdc3f3db3e1*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -876,7 +876,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8d67b608-d567-4292-bb88-bfdc3f3db3e1*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8d67b608-d567-4292-bb88-bfdc3f3db3e1*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -914,7 +914,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8d67b608-d567-4292-bb88-bfdc3f3db3e1*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8d67b608-d567-4292-bb88-bfdc3f3db3e1*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -952,7 +952,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8d67b608-d567-4292-bb88-bfdc3f3db3e1*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8d67b608-d567-4292-bb88-bfdc3f3db3e1*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -990,7 +990,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8d67b608-d567-4292-bb88-bfdc3f3db3e1*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8d67b608-d567-4292-bb88-bfdc3f3db3e1*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1028,7 +1028,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8d67b608-d567-4292-bb88-bfdc3f3db3e1*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8d67b608-d567-4292-bb88-bfdc3f3db3e1*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1066,7 +1066,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8d67b608-d567-4292-bb88-bfdc3f3db3e1*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8d67b608-d567-4292-bb88-bfdc3f3db3e1*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1104,7 +1104,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8d67b608-d567-4292-bb88-bfdc3f3db3e1*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8d67b608-d567-4292-bb88-bfdc3f3db3e1*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1142,7 +1142,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8d67b608-d567-4292-bb88-bfdc3f3db3e1*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8d67b608-d567-4292-bb88-bfdc3f3db3e1*E04B6E09E39E0F4B04214C56355389CB1E292C189598D77E26792B87B9A109D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/Get.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/Get.json index 03570ca63b71f..a8664d74cd369 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/Get.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/Get.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9810.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9810.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6b32ba79-23dc-44f7-bbf1-7a840ac538ab*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6b32ba79-23dc-44f7-bbf1-7a840ac538ab*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6b32ba79-23dc-44f7-bbf1-7a840ac538ab*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6b32ba79-23dc-44f7-bbf1-7a840ac538ab*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6b32ba79-23dc-44f7-bbf1-7a840ac538ab*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6b32ba79-23dc-44f7-bbf1-7a840ac538ab*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6b32ba79-23dc-44f7-bbf1-7a840ac538ab*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6b32ba79-23dc-44f7-bbf1-7a840ac538ab*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6b32ba79-23dc-44f7-bbf1-7a840ac538ab*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6b32ba79-23dc-44f7-bbf1-7a840ac538ab*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6b32ba79-23dc-44f7-bbf1-7a840ac538ab*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6b32ba79-23dc-44f7-bbf1-7a840ac538ab*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6b32ba79-23dc-44f7-bbf1-7a840ac538ab*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6b32ba79-23dc-44f7-bbf1-7a840ac538ab*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6b32ba79-23dc-44f7-bbf1-7a840ac538ab*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6b32ba79-23dc-44f7-bbf1-7a840ac538ab*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6b32ba79-23dc-44f7-bbf1-7a840ac538ab*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6b32ba79-23dc-44f7-bbf1-7a840ac538ab*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6b32ba79-23dc-44f7-bbf1-7a840ac538ab*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6b32ba79-23dc-44f7-bbf1-7a840ac538ab*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9810.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9810.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -598,7 +598,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9810.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9810.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -697,7 +697,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -799,7 +799,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9810.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9810.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -813,14 +813,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/38660884-8441-478b-a144-0348816a054a*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/38660884-8441-478b-a144-0348816a054a*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:50:34 GMT", "ETag": "\u00229600d324-0000-0700-0000-6419c43b0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/38660884-8441-478b-a144-0348816a054a*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/38660884-8441-478b-a144-0348816a054a*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-31", "mise-correlation-id": "c706cc66-6e77-455a-afb6-b43c28de7b18", "Pragma": "no-cache", "Request-Context": "appId=", @@ -839,7 +839,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/38660884-8441-478b-a144-0348816a054a*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/38660884-8441-478b-a144-0348816a054a*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -877,7 +877,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/38660884-8441-478b-a144-0348816a054a*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/38660884-8441-478b-a144-0348816a054a*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -915,7 +915,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/38660884-8441-478b-a144-0348816a054a*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/38660884-8441-478b-a144-0348816a054a*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -953,7 +953,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/38660884-8441-478b-a144-0348816a054a*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/38660884-8441-478b-a144-0348816a054a*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -991,7 +991,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/38660884-8441-478b-a144-0348816a054a*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/38660884-8441-478b-a144-0348816a054a*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1029,7 +1029,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/38660884-8441-478b-a144-0348816a054a*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/38660884-8441-478b-a144-0348816a054a*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1067,7 +1067,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/38660884-8441-478b-a144-0348816a054a*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/38660884-8441-478b-a144-0348816a054a*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1105,7 +1105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/38660884-8441-478b-a144-0348816a054a*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/38660884-8441-478b-a144-0348816a054a*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1143,7 +1143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/38660884-8441-478b-a144-0348816a054a*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/38660884-8441-478b-a144-0348816a054a*1C58F0F10841E927C40A7518A30A35E4C5C0CE138913F59F3D8E8481AD8E20BA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/GetAll.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/GetAll.json index 09f83af27ee44..d1da3bd8ab8c8 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/GetAll.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/GetAll.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-2421.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-2421.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/82758763-13c3-4154-9529-2411ed5db974*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/82758763-13c3-4154-9529-2411ed5db974*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/82758763-13c3-4154-9529-2411ed5db974*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/82758763-13c3-4154-9529-2411ed5db974*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/82758763-13c3-4154-9529-2411ed5db974*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/82758763-13c3-4154-9529-2411ed5db974*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/82758763-13c3-4154-9529-2411ed5db974*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/82758763-13c3-4154-9529-2411ed5db974*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/82758763-13c3-4154-9529-2411ed5db974*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/82758763-13c3-4154-9529-2411ed5db974*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/82758763-13c3-4154-9529-2411ed5db974*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/82758763-13c3-4154-9529-2411ed5db974*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/82758763-13c3-4154-9529-2411ed5db974*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/82758763-13c3-4154-9529-2411ed5db974*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/82758763-13c3-4154-9529-2411ed5db974*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/82758763-13c3-4154-9529-2411ed5db974*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/82758763-13c3-4154-9529-2411ed5db974*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/82758763-13c3-4154-9529-2411ed5db974*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/82758763-13c3-4154-9529-2411ed5db974*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/82758763-13c3-4154-9529-2411ed5db974*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-2421.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-2421.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -598,7 +598,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -700,7 +700,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -802,7 +802,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-2421.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-2421.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -816,14 +816,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e59b4f6-9986-4881-b91f-dd1b739f3c6c*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e59b4f6-9986-4881-b91f-dd1b739f3c6c*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:53:10 GMT", "ETag": "\u00229600e62f-0000-0700-0000-6419c4d60000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e59b4f6-9986-4881-b91f-dd1b739f3c6c*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e59b4f6-9986-4881-b91f-dd1b739f3c6c*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-31", "mise-correlation-id": "60caedfc-8800-44af-b22d-f25990e1733c", "Pragma": "no-cache", "Request-Context": "appId=", @@ -842,7 +842,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e59b4f6-9986-4881-b91f-dd1b739f3c6c*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e59b4f6-9986-4881-b91f-dd1b739f3c6c*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -880,7 +880,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e59b4f6-9986-4881-b91f-dd1b739f3c6c*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e59b4f6-9986-4881-b91f-dd1b739f3c6c*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -918,7 +918,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e59b4f6-9986-4881-b91f-dd1b739f3c6c*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e59b4f6-9986-4881-b91f-dd1b739f3c6c*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -956,7 +956,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e59b4f6-9986-4881-b91f-dd1b739f3c6c*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e59b4f6-9986-4881-b91f-dd1b739f3c6c*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -994,7 +994,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e59b4f6-9986-4881-b91f-dd1b739f3c6c*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e59b4f6-9986-4881-b91f-dd1b739f3c6c*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1032,7 +1032,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e59b4f6-9986-4881-b91f-dd1b739f3c6c*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e59b4f6-9986-4881-b91f-dd1b739f3c6c*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1070,7 +1070,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e59b4f6-9986-4881-b91f-dd1b739f3c6c*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e59b4f6-9986-4881-b91f-dd1b739f3c6c*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1108,7 +1108,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e59b4f6-9986-4881-b91f-dd1b739f3c6c*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e59b4f6-9986-4881-b91f-dd1b739f3c6c*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1146,7 +1146,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e59b4f6-9986-4881-b91f-dd1b739f3c6c*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e59b4f6-9986-4881-b91f-dd1b739f3c6c*6A6158DF849C0B0F28D71365CEA2DF9DD3728775540D3429185B188839718780?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/GetAllAsync.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/GetAllAsync.json index ad2dcae96e877..4a32a6f06981d 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/GetAllAsync.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/GetAllAsync.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-4297.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-4297.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ededb7d-68d5-4906-accb-96fa97460345*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ededb7d-68d5-4906-accb-96fa97460345*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ededb7d-68d5-4906-accb-96fa97460345*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ededb7d-68d5-4906-accb-96fa97460345*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ededb7d-68d5-4906-accb-96fa97460345*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ededb7d-68d5-4906-accb-96fa97460345*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ededb7d-68d5-4906-accb-96fa97460345*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ededb7d-68d5-4906-accb-96fa97460345*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ededb7d-68d5-4906-accb-96fa97460345*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ededb7d-68d5-4906-accb-96fa97460345*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ededb7d-68d5-4906-accb-96fa97460345*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ededb7d-68d5-4906-accb-96fa97460345*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ededb7d-68d5-4906-accb-96fa97460345*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ededb7d-68d5-4906-accb-96fa97460345*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ededb7d-68d5-4906-accb-96fa97460345*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ededb7d-68d5-4906-accb-96fa97460345*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ededb7d-68d5-4906-accb-96fa97460345*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ededb7d-68d5-4906-accb-96fa97460345*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ededb7d-68d5-4906-accb-96fa97460345*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1ededb7d-68d5-4906-accb-96fa97460345*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-4297.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-4297.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -598,7 +598,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -699,7 +699,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -800,7 +800,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-4297.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-4297.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -814,14 +814,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8b26e969-c120-42ad-8217-70645797422f*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8b26e969-c120-42ad-8217-70645797422f*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:33:38 GMT", "ETag": "\u0022960006d9-0000-0700-0000-6419ce530000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8b26e969-c120-42ad-8217-70645797422f*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8b26e969-c120-42ad-8217-70645797422f*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-31", "mise-correlation-id": "6507d798-1844-4142-8395-4282b8fb5cf4", "Pragma": "no-cache", "Request-Context": "appId=", @@ -840,7 +840,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8b26e969-c120-42ad-8217-70645797422f*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8b26e969-c120-42ad-8217-70645797422f*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -878,7 +878,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8b26e969-c120-42ad-8217-70645797422f*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8b26e969-c120-42ad-8217-70645797422f*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -916,7 +916,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8b26e969-c120-42ad-8217-70645797422f*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8b26e969-c120-42ad-8217-70645797422f*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -954,7 +954,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8b26e969-c120-42ad-8217-70645797422f*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8b26e969-c120-42ad-8217-70645797422f*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -992,7 +992,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8b26e969-c120-42ad-8217-70645797422f*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8b26e969-c120-42ad-8217-70645797422f*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1030,7 +1030,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8b26e969-c120-42ad-8217-70645797422f*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8b26e969-c120-42ad-8217-70645797422f*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1068,7 +1068,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8b26e969-c120-42ad-8217-70645797422f*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8b26e969-c120-42ad-8217-70645797422f*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1106,7 +1106,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8b26e969-c120-42ad-8217-70645797422f*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8b26e969-c120-42ad-8217-70645797422f*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1144,7 +1144,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8b26e969-c120-42ad-8217-70645797422f*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8b26e969-c120-42ad-8217-70645797422f*21B90992AC20DBC0322CF906AE3B215C1B33BEDA3815ACC4D8BD417CB5D2497A?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/GetAsync.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/GetAsync.json index 1ef17dcb9ca65..20126bf221878 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/GetAsync.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/GetAsync.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-7542.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-7542.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ccb4da03-ad9f-4f84-a6f7-4d398cdd344e*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ccb4da03-ad9f-4f84-a6f7-4d398cdd344e*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ccb4da03-ad9f-4f84-a6f7-4d398cdd344e*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ccb4da03-ad9f-4f84-a6f7-4d398cdd344e*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ccb4da03-ad9f-4f84-a6f7-4d398cdd344e*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ccb4da03-ad9f-4f84-a6f7-4d398cdd344e*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ccb4da03-ad9f-4f84-a6f7-4d398cdd344e*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ccb4da03-ad9f-4f84-a6f7-4d398cdd344e*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ccb4da03-ad9f-4f84-a6f7-4d398cdd344e*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ccb4da03-ad9f-4f84-a6f7-4d398cdd344e*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ccb4da03-ad9f-4f84-a6f7-4d398cdd344e*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ccb4da03-ad9f-4f84-a6f7-4d398cdd344e*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ccb4da03-ad9f-4f84-a6f7-4d398cdd344e*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ccb4da03-ad9f-4f84-a6f7-4d398cdd344e*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ccb4da03-ad9f-4f84-a6f7-4d398cdd344e*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ccb4da03-ad9f-4f84-a6f7-4d398cdd344e*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ccb4da03-ad9f-4f84-a6f7-4d398cdd344e*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ccb4da03-ad9f-4f84-a6f7-4d398cdd344e*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ccb4da03-ad9f-4f84-a6f7-4d398cdd344e*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ccb4da03-ad9f-4f84-a6f7-4d398cdd344e*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-7542.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-7542.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -598,7 +598,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-7542.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-7542.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -697,7 +697,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -798,7 +798,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-7542.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-7542.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -812,14 +812,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3198088-0fc5-4a34-9050-fc5dd695056d*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3198088-0fc5-4a34-9050-fc5dd695056d*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:31:22 GMT", "ETag": "\u002296001acf-0000-0700-0000-6419cdca0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3198088-0fc5-4a34-9050-fc5dd695056d*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3198088-0fc5-4a34-9050-fc5dd695056d*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-31", "mise-correlation-id": "9457ceec-792e-48bf-af6d-6bd8750de833", "Pragma": "no-cache", "Request-Context": "appId=", @@ -838,7 +838,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3198088-0fc5-4a34-9050-fc5dd695056d*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3198088-0fc5-4a34-9050-fc5dd695056d*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -876,7 +876,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3198088-0fc5-4a34-9050-fc5dd695056d*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3198088-0fc5-4a34-9050-fc5dd695056d*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -914,7 +914,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3198088-0fc5-4a34-9050-fc5dd695056d*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3198088-0fc5-4a34-9050-fc5dd695056d*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -952,7 +952,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3198088-0fc5-4a34-9050-fc5dd695056d*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3198088-0fc5-4a34-9050-fc5dd695056d*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -990,7 +990,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3198088-0fc5-4a34-9050-fc5dd695056d*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3198088-0fc5-4a34-9050-fc5dd695056d*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1028,7 +1028,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3198088-0fc5-4a34-9050-fc5dd695056d*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3198088-0fc5-4a34-9050-fc5dd695056d*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1066,7 +1066,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3198088-0fc5-4a34-9050-fc5dd695056d*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3198088-0fc5-4a34-9050-fc5dd695056d*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1104,7 +1104,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3198088-0fc5-4a34-9050-fc5dd695056d*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3198088-0fc5-4a34-9050-fc5dd695056d*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1142,7 +1142,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3198088-0fc5-4a34-9050-fc5dd695056d*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3198088-0fc5-4a34-9050-fc5dd695056d*BF90134667467603050ECA3E1897ABF85C6FC1BDE8E3C8F19C5D66EE274485D3?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/RemoveTag(False).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/RemoveTag(False).json index 049e194dd5fa8..08fcc597012ac 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/RemoveTag(False).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/RemoveTag(False).json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8191.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8191.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/10f967a7-df20-4dfe-9048-cca3279c1597*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/10f967a7-df20-4dfe-9048-cca3279c1597*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/10f967a7-df20-4dfe-9048-cca3279c1597*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/10f967a7-df20-4dfe-9048-cca3279c1597*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/10f967a7-df20-4dfe-9048-cca3279c1597*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/10f967a7-df20-4dfe-9048-cca3279c1597*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/10f967a7-df20-4dfe-9048-cca3279c1597*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/10f967a7-df20-4dfe-9048-cca3279c1597*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/10f967a7-df20-4dfe-9048-cca3279c1597*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/10f967a7-df20-4dfe-9048-cca3279c1597*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/10f967a7-df20-4dfe-9048-cca3279c1597*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/10f967a7-df20-4dfe-9048-cca3279c1597*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/10f967a7-df20-4dfe-9048-cca3279c1597*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/10f967a7-df20-4dfe-9048-cca3279c1597*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/10f967a7-df20-4dfe-9048-cca3279c1597*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/10f967a7-df20-4dfe-9048-cca3279c1597*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/10f967a7-df20-4dfe-9048-cca3279c1597*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/10f967a7-df20-4dfe-9048-cca3279c1597*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/10f967a7-df20-4dfe-9048-cca3279c1597*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/10f967a7-df20-4dfe-9048-cca3279c1597*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8191.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8191.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -598,7 +598,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8191.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8191.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -697,7 +697,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8191.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8191.com?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -807,7 +807,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8191.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8191.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -908,7 +908,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8191.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8191.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1009,7 +1009,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8191.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8191.com?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -1115,7 +1115,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8191.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8191.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1214,7 +1214,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1316,7 +1316,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8191.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8191.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1330,14 +1330,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/929e0784-2d82-40a7-b7f3-a0682094ec90*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/929e0784-2d82-40a7-b7f3-a0682094ec90*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:10:39 GMT", "ETag": "\u002295003188-0000-0700-0000-6419badf0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/929e0784-2d82-40a7-b7f3-a0682094ec90*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/929e0784-2d82-40a7-b7f3-a0682094ec90*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-31", "mise-correlation-id": "7ccadc5b-f31a-4980-832a-899bf34a4608", "Pragma": "no-cache", "Request-Context": "appId=", @@ -1356,7 +1356,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/929e0784-2d82-40a7-b7f3-a0682094ec90*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/929e0784-2d82-40a7-b7f3-a0682094ec90*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1394,7 +1394,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/929e0784-2d82-40a7-b7f3-a0682094ec90*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/929e0784-2d82-40a7-b7f3-a0682094ec90*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1432,7 +1432,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/929e0784-2d82-40a7-b7f3-a0682094ec90*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/929e0784-2d82-40a7-b7f3-a0682094ec90*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1470,7 +1470,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/929e0784-2d82-40a7-b7f3-a0682094ec90*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/929e0784-2d82-40a7-b7f3-a0682094ec90*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1508,7 +1508,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/929e0784-2d82-40a7-b7f3-a0682094ec90*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/929e0784-2d82-40a7-b7f3-a0682094ec90*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1546,7 +1546,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/929e0784-2d82-40a7-b7f3-a0682094ec90*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/929e0784-2d82-40a7-b7f3-a0682094ec90*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1584,7 +1584,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/929e0784-2d82-40a7-b7f3-a0682094ec90*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/929e0784-2d82-40a7-b7f3-a0682094ec90*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1622,7 +1622,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/929e0784-2d82-40a7-b7f3-a0682094ec90*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/929e0784-2d82-40a7-b7f3-a0682094ec90*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1660,7 +1660,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/929e0784-2d82-40a7-b7f3-a0682094ec90*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/929e0784-2d82-40a7-b7f3-a0682094ec90*C934F0653F7D16E256D43AD29212A15009988A578F1F55882E4D879D6AA52E5B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/RemoveTag(False)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/RemoveTag(False)Async.json index 3ff0e765b2456..a46c5bf870c03 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/RemoveTag(False)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/RemoveTag(False)Async.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-2067.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-2067.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a931aab9-956c-436f-9885-070d9158a08b*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a931aab9-956c-436f-9885-070d9158a08b*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a931aab9-956c-436f-9885-070d9158a08b*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a931aab9-956c-436f-9885-070d9158a08b*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a931aab9-956c-436f-9885-070d9158a08b*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a931aab9-956c-436f-9885-070d9158a08b*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a931aab9-956c-436f-9885-070d9158a08b*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a931aab9-956c-436f-9885-070d9158a08b*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a931aab9-956c-436f-9885-070d9158a08b*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a931aab9-956c-436f-9885-070d9158a08b*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a931aab9-956c-436f-9885-070d9158a08b*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a931aab9-956c-436f-9885-070d9158a08b*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a931aab9-956c-436f-9885-070d9158a08b*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a931aab9-956c-436f-9885-070d9158a08b*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a931aab9-956c-436f-9885-070d9158a08b*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a931aab9-956c-436f-9885-070d9158a08b*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a931aab9-956c-436f-9885-070d9158a08b*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a931aab9-956c-436f-9885-070d9158a08b*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a931aab9-956c-436f-9885-070d9158a08b*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a931aab9-956c-436f-9885-070d9158a08b*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-2067.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-2067.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -598,7 +598,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-2067.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-2067.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -697,7 +697,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-2067.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-2067.com?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -807,7 +807,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-2067.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-2067.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -908,7 +908,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-2067.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-2067.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1009,7 +1009,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-2067.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-2067.com?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -1115,7 +1115,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-2067.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-2067.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1214,7 +1214,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1315,7 +1315,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-2067.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-2067.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1329,14 +1329,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b21d6d3f-ccd0-47be-8740-a092c27a2e61*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b21d6d3f-ccd0-47be-8740-a092c27a2e61*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:14:34 GMT", "ETag": "\u00229600b989-0000-0700-0000-6419c9da0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b21d6d3f-ccd0-47be-8740-a092c27a2e61*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b21d6d3f-ccd0-47be-8740-a092c27a2e61*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-31", "mise-correlation-id": "cbd33e56-5d97-40ea-b188-00fb6d9197ea", "Pragma": "no-cache", "Request-Context": "appId=", @@ -1355,7 +1355,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b21d6d3f-ccd0-47be-8740-a092c27a2e61*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b21d6d3f-ccd0-47be-8740-a092c27a2e61*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1393,7 +1393,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b21d6d3f-ccd0-47be-8740-a092c27a2e61*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b21d6d3f-ccd0-47be-8740-a092c27a2e61*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1431,7 +1431,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b21d6d3f-ccd0-47be-8740-a092c27a2e61*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b21d6d3f-ccd0-47be-8740-a092c27a2e61*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1469,7 +1469,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b21d6d3f-ccd0-47be-8740-a092c27a2e61*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b21d6d3f-ccd0-47be-8740-a092c27a2e61*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1507,7 +1507,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b21d6d3f-ccd0-47be-8740-a092c27a2e61*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b21d6d3f-ccd0-47be-8740-a092c27a2e61*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1545,7 +1545,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b21d6d3f-ccd0-47be-8740-a092c27a2e61*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b21d6d3f-ccd0-47be-8740-a092c27a2e61*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1583,7 +1583,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b21d6d3f-ccd0-47be-8740-a092c27a2e61*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b21d6d3f-ccd0-47be-8740-a092c27a2e61*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1621,7 +1621,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b21d6d3f-ccd0-47be-8740-a092c27a2e61*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b21d6d3f-ccd0-47be-8740-a092c27a2e61*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1659,7 +1659,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b21d6d3f-ccd0-47be-8740-a092c27a2e61*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b21d6d3f-ccd0-47be-8740-a092c27a2e61*BF5263A27AC04EC9B190E770362930695243E4FB324979401D5F64CC4AE226D7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/RemoveTag(True).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/RemoveTag(True).json index bed40047c282d..cfd00be95caad 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/RemoveTag(True).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/RemoveTag(True).json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-6098.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-6098.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e0881e8f-aa31-46c4-9f0b-5b462731886a*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e0881e8f-aa31-46c4-9f0b-5b462731886a*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e0881e8f-aa31-46c4-9f0b-5b462731886a*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e0881e8f-aa31-46c4-9f0b-5b462731886a*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e0881e8f-aa31-46c4-9f0b-5b462731886a*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e0881e8f-aa31-46c4-9f0b-5b462731886a*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e0881e8f-aa31-46c4-9f0b-5b462731886a*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e0881e8f-aa31-46c4-9f0b-5b462731886a*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e0881e8f-aa31-46c4-9f0b-5b462731886a*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e0881e8f-aa31-46c4-9f0b-5b462731886a*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e0881e8f-aa31-46c4-9f0b-5b462731886a*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e0881e8f-aa31-46c4-9f0b-5b462731886a*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e0881e8f-aa31-46c4-9f0b-5b462731886a*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e0881e8f-aa31-46c4-9f0b-5b462731886a*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e0881e8f-aa31-46c4-9f0b-5b462731886a*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e0881e8f-aa31-46c4-9f0b-5b462731886a*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e0881e8f-aa31-46c4-9f0b-5b462731886a*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e0881e8f-aa31-46c4-9f0b-5b462731886a*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e0881e8f-aa31-46c4-9f0b-5b462731886a*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e0881e8f-aa31-46c4-9f0b-5b462731886a*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-6098.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-6098.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -684,7 +684,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-6098.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-6098.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -785,7 +785,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-6098.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-6098.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -970,7 +970,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-6098.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-6098.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1069,7 +1069,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-6098.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-6098.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1168,7 +1168,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1270,7 +1270,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-6098.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-6098.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1284,14 +1284,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eb029cd0-6026-48a5-a67b-6c570fabbf02*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eb029cd0-6026-48a5-a67b-6c570fabbf02*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:06:34 GMT", "ETag": "\u002295002e79-0000-0700-0000-6419b9ea0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eb029cd0-6026-48a5-a67b-6c570fabbf02*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eb029cd0-6026-48a5-a67b-6c570fabbf02*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-31", "mise-correlation-id": "1ea1cb16-ab8e-4bae-bef5-8c8402319e01", "Pragma": "no-cache", "Request-Context": "appId=", @@ -1310,7 +1310,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eb029cd0-6026-48a5-a67b-6c570fabbf02*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eb029cd0-6026-48a5-a67b-6c570fabbf02*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1348,7 +1348,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eb029cd0-6026-48a5-a67b-6c570fabbf02*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eb029cd0-6026-48a5-a67b-6c570fabbf02*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1386,7 +1386,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eb029cd0-6026-48a5-a67b-6c570fabbf02*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eb029cd0-6026-48a5-a67b-6c570fabbf02*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1424,7 +1424,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eb029cd0-6026-48a5-a67b-6c570fabbf02*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eb029cd0-6026-48a5-a67b-6c570fabbf02*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1462,7 +1462,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eb029cd0-6026-48a5-a67b-6c570fabbf02*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eb029cd0-6026-48a5-a67b-6c570fabbf02*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1500,7 +1500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eb029cd0-6026-48a5-a67b-6c570fabbf02*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eb029cd0-6026-48a5-a67b-6c570fabbf02*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1538,7 +1538,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eb029cd0-6026-48a5-a67b-6c570fabbf02*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eb029cd0-6026-48a5-a67b-6c570fabbf02*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1576,7 +1576,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eb029cd0-6026-48a5-a67b-6c570fabbf02*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/eb029cd0-6026-48a5-a67b-6c570fabbf02*1C825BF5F10D7258AD7F294D0B54EDA06BEEDE304EA4F6A8C7362A681AEB3F3E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/RemoveTag(True)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/RemoveTag(True)Async.json index 782f2f9fdf246..d7bfc672994bf 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/RemoveTag(True)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/RemoveTag(True)Async.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3392.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3392.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/69b9d9b9-9816-4731-ba6c-efa1efb4241a*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/69b9d9b9-9816-4731-ba6c-efa1efb4241a*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/69b9d9b9-9816-4731-ba6c-efa1efb4241a*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/69b9d9b9-9816-4731-ba6c-efa1efb4241a*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/69b9d9b9-9816-4731-ba6c-efa1efb4241a*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/69b9d9b9-9816-4731-ba6c-efa1efb4241a*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/69b9d9b9-9816-4731-ba6c-efa1efb4241a*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/69b9d9b9-9816-4731-ba6c-efa1efb4241a*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/69b9d9b9-9816-4731-ba6c-efa1efb4241a*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/69b9d9b9-9816-4731-ba6c-efa1efb4241a*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/69b9d9b9-9816-4731-ba6c-efa1efb4241a*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/69b9d9b9-9816-4731-ba6c-efa1efb4241a*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/69b9d9b9-9816-4731-ba6c-efa1efb4241a*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/69b9d9b9-9816-4731-ba6c-efa1efb4241a*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/69b9d9b9-9816-4731-ba6c-efa1efb4241a*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/69b9d9b9-9816-4731-ba6c-efa1efb4241a*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/69b9d9b9-9816-4731-ba6c-efa1efb4241a*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/69b9d9b9-9816-4731-ba6c-efa1efb4241a*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/69b9d9b9-9816-4731-ba6c-efa1efb4241a*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/69b9d9b9-9816-4731-ba6c-efa1efb4241a*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -499,7 +499,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/69b9d9b9-9816-4731-ba6c-efa1efb4241a*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/69b9d9b9-9816-4731-ba6c-efa1efb4241a*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -538,7 +538,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3392.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3392.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -722,7 +722,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3392.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3392.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -823,7 +823,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3392.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3392.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1008,7 +1008,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3392.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3392.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1107,7 +1107,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3392.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3392.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1206,7 +1206,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1307,7 +1307,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3392.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3392.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1321,14 +1321,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bf548f46-a984-472b-b4a5-cbb52c2716e2*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bf548f46-a984-472b-b4a5-cbb52c2716e2*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:12:11 GMT", "ETag": "\u00229600a580-0000-0700-0000-6419c94b0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bf548f46-a984-472b-b4a5-cbb52c2716e2*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bf548f46-a984-472b-b4a5-cbb52c2716e2*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-31", "mise-correlation-id": "1815238c-c667-4a35-ba60-7af7058499a4", "Pragma": "no-cache", "Request-Context": "appId=", @@ -1347,7 +1347,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bf548f46-a984-472b-b4a5-cbb52c2716e2*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bf548f46-a984-472b-b4a5-cbb52c2716e2*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1385,7 +1385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bf548f46-a984-472b-b4a5-cbb52c2716e2*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bf548f46-a984-472b-b4a5-cbb52c2716e2*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1423,7 +1423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bf548f46-a984-472b-b4a5-cbb52c2716e2*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bf548f46-a984-472b-b4a5-cbb52c2716e2*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1461,7 +1461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bf548f46-a984-472b-b4a5-cbb52c2716e2*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bf548f46-a984-472b-b4a5-cbb52c2716e2*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1499,7 +1499,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bf548f46-a984-472b-b4a5-cbb52c2716e2*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bf548f46-a984-472b-b4a5-cbb52c2716e2*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1537,7 +1537,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bf548f46-a984-472b-b4a5-cbb52c2716e2*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bf548f46-a984-472b-b4a5-cbb52c2716e2*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1575,7 +1575,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bf548f46-a984-472b-b4a5-cbb52c2716e2*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bf548f46-a984-472b-b4a5-cbb52c2716e2*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1613,7 +1613,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bf548f46-a984-472b-b4a5-cbb52c2716e2*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bf548f46-a984-472b-b4a5-cbb52c2716e2*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1651,7 +1651,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bf548f46-a984-472b-b4a5-cbb52c2716e2*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bf548f46-a984-472b-b4a5-cbb52c2716e2*C605B13D80DF457B573F1A25FE078D86FCAAB7A22B780156B1454DAC2A15D841?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/RemoveTag(null).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/RemoveTag(null).json index 486c0550fe2e4..733e64d691355 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/RemoveTag(null).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/RemoveTag(null).json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8918.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8918.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5cbe2e30-0837-4570-8a20-9929d23149d1*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5cbe2e30-0837-4570-8a20-9929d23149d1*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5cbe2e30-0837-4570-8a20-9929d23149d1*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5cbe2e30-0837-4570-8a20-9929d23149d1*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5cbe2e30-0837-4570-8a20-9929d23149d1*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5cbe2e30-0837-4570-8a20-9929d23149d1*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5cbe2e30-0837-4570-8a20-9929d23149d1*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5cbe2e30-0837-4570-8a20-9929d23149d1*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5cbe2e30-0837-4570-8a20-9929d23149d1*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5cbe2e30-0837-4570-8a20-9929d23149d1*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5cbe2e30-0837-4570-8a20-9929d23149d1*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5cbe2e30-0837-4570-8a20-9929d23149d1*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5cbe2e30-0837-4570-8a20-9929d23149d1*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5cbe2e30-0837-4570-8a20-9929d23149d1*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5cbe2e30-0837-4570-8a20-9929d23149d1*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5cbe2e30-0837-4570-8a20-9929d23149d1*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5cbe2e30-0837-4570-8a20-9929d23149d1*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5cbe2e30-0837-4570-8a20-9929d23149d1*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5cbe2e30-0837-4570-8a20-9929d23149d1*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5cbe2e30-0837-4570-8a20-9929d23149d1*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8918.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8918.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -739,7 +739,7 @@ "UK West" ], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "SupportsExtension" }, @@ -747,7 +747,7 @@ "resourceType": "tagNamespaceOperationResults", "locations": [], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "None" }, @@ -1229,7 +1229,7 @@ "resourceType": "changes", "locations": [], "apiVersions": [ - "2023-03-01-preview", + "2023-03-31", "2022-05-01", "2022-03-01-preview" ], @@ -1327,7 +1327,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8918.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8918.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1428,7 +1428,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8918.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8918.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1613,7 +1613,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8918.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8918.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1712,7 +1712,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8918.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8918.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1811,7 +1811,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1913,7 +1913,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8918.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-8918.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1927,14 +1927,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e80f985e-adf1-43eb-aa14-1c97e9cda8b5*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e80f985e-adf1-43eb-aa14-1c97e9cda8b5*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:01:40 GMT", "ETag": "\u002295009a66-0000-0700-0000-6419b8c40000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e80f985e-adf1-43eb-aa14-1c97e9cda8b5*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e80f985e-adf1-43eb-aa14-1c97e9cda8b5*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-31", "mise-correlation-id": "8c118917-da35-4926-9ceb-11ce62de78ed", "Pragma": "no-cache", "Request-Context": "appId=", @@ -1953,7 +1953,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e80f985e-adf1-43eb-aa14-1c97e9cda8b5*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e80f985e-adf1-43eb-aa14-1c97e9cda8b5*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1991,7 +1991,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e80f985e-adf1-43eb-aa14-1c97e9cda8b5*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e80f985e-adf1-43eb-aa14-1c97e9cda8b5*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2029,7 +2029,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e80f985e-adf1-43eb-aa14-1c97e9cda8b5*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e80f985e-adf1-43eb-aa14-1c97e9cda8b5*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2067,7 +2067,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e80f985e-adf1-43eb-aa14-1c97e9cda8b5*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e80f985e-adf1-43eb-aa14-1c97e9cda8b5*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2105,7 +2105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e80f985e-adf1-43eb-aa14-1c97e9cda8b5*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e80f985e-adf1-43eb-aa14-1c97e9cda8b5*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2143,7 +2143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e80f985e-adf1-43eb-aa14-1c97e9cda8b5*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e80f985e-adf1-43eb-aa14-1c97e9cda8b5*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2181,7 +2181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e80f985e-adf1-43eb-aa14-1c97e9cda8b5*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e80f985e-adf1-43eb-aa14-1c97e9cda8b5*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2219,7 +2219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e80f985e-adf1-43eb-aa14-1c97e9cda8b5*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e80f985e-adf1-43eb-aa14-1c97e9cda8b5*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2257,7 +2257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e80f985e-adf1-43eb-aa14-1c97e9cda8b5*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e80f985e-adf1-43eb-aa14-1c97e9cda8b5*E718EDB65CD69A8BC4188B7EEBD45C0E1BAAA781F2A96BC3D7047CB3E9F92DAA?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/RemoveTag(null)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/RemoveTag(null)Async.json index 3a48c131cdaa4..86f99a9c2e4a4 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/RemoveTag(null)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/RemoveTag(null)Async.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-7826.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-7826.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/22751e7a-3d98-4a92-8fc5-45cb17bdcd62*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/22751e7a-3d98-4a92-8fc5-45cb17bdcd62*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/22751e7a-3d98-4a92-8fc5-45cb17bdcd62*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/22751e7a-3d98-4a92-8fc5-45cb17bdcd62*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/22751e7a-3d98-4a92-8fc5-45cb17bdcd62*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/22751e7a-3d98-4a92-8fc5-45cb17bdcd62*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/22751e7a-3d98-4a92-8fc5-45cb17bdcd62*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/22751e7a-3d98-4a92-8fc5-45cb17bdcd62*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/22751e7a-3d98-4a92-8fc5-45cb17bdcd62*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/22751e7a-3d98-4a92-8fc5-45cb17bdcd62*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/22751e7a-3d98-4a92-8fc5-45cb17bdcd62*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/22751e7a-3d98-4a92-8fc5-45cb17bdcd62*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/22751e7a-3d98-4a92-8fc5-45cb17bdcd62*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/22751e7a-3d98-4a92-8fc5-45cb17bdcd62*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/22751e7a-3d98-4a92-8fc5-45cb17bdcd62*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/22751e7a-3d98-4a92-8fc5-45cb17bdcd62*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/22751e7a-3d98-4a92-8fc5-45cb17bdcd62*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/22751e7a-3d98-4a92-8fc5-45cb17bdcd62*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/22751e7a-3d98-4a92-8fc5-45cb17bdcd62*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/22751e7a-3d98-4a92-8fc5-45cb17bdcd62*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-7826.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-7826.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -739,7 +739,7 @@ "UK West" ], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "SupportsExtension" }, @@ -747,7 +747,7 @@ "resourceType": "tagNamespaceOperationResults", "locations": [], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "None" }, @@ -1229,7 +1229,7 @@ "resourceType": "changes", "locations": [], "apiVersions": [ - "2023-03-01-preview", + "2023-03-31", "2022-05-01", "2022-03-01-preview" ], @@ -1327,7 +1327,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-7826.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-7826.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1428,7 +1428,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-7826.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-7826.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1613,7 +1613,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-7826.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-7826.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1712,7 +1712,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-7826.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-7826.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1811,7 +1811,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1912,7 +1912,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-7826.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-7826.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1926,14 +1926,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/48a5288c-4db1-4642-85f3-ceb5d44b1b21*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/48a5288c-4db1-4642-85f3-ceb5d44b1b21*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:09:13 GMT", "ETag": "\u00229600b775-0000-0700-0000-6419c8990000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/48a5288c-4db1-4642-85f3-ceb5d44b1b21*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/48a5288c-4db1-4642-85f3-ceb5d44b1b21*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-31", "mise-correlation-id": "3017cd01-7a35-46ab-90e3-5b8a805bf949", "Pragma": "no-cache", "Request-Context": "appId=", @@ -1952,7 +1952,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/48a5288c-4db1-4642-85f3-ceb5d44b1b21*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/48a5288c-4db1-4642-85f3-ceb5d44b1b21*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1990,7 +1990,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/48a5288c-4db1-4642-85f3-ceb5d44b1b21*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/48a5288c-4db1-4642-85f3-ceb5d44b1b21*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2028,7 +2028,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/48a5288c-4db1-4642-85f3-ceb5d44b1b21*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/48a5288c-4db1-4642-85f3-ceb5d44b1b21*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2066,7 +2066,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/48a5288c-4db1-4642-85f3-ceb5d44b1b21*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/48a5288c-4db1-4642-85f3-ceb5d44b1b21*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2104,7 +2104,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/48a5288c-4db1-4642-85f3-ceb5d44b1b21*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/48a5288c-4db1-4642-85f3-ceb5d44b1b21*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2142,7 +2142,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/48a5288c-4db1-4642-85f3-ceb5d44b1b21*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/48a5288c-4db1-4642-85f3-ceb5d44b1b21*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2180,7 +2180,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/48a5288c-4db1-4642-85f3-ceb5d44b1b21*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/48a5288c-4db1-4642-85f3-ceb5d44b1b21*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2218,7 +2218,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/48a5288c-4db1-4642-85f3-ceb5d44b1b21*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/48a5288c-4db1-4642-85f3-ceb5d44b1b21*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2256,7 +2256,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/48a5288c-4db1-4642-85f3-ceb5d44b1b21*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/48a5288c-4db1-4642-85f3-ceb5d44b1b21*31C92E34C1D2D7E6547E69C0EC659EF45A13B9C8B1630DB98F61F8422546388E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/SetTags(False).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/SetTags(False).json index 1ad645e38992d..382bcb4f53647 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/SetTags(False).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/SetTags(False).json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-4252.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-4252.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/19093115-ea70-449b-b4a3-b1d133dc81b9*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/19093115-ea70-449b-b4a3-b1d133dc81b9*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/19093115-ea70-449b-b4a3-b1d133dc81b9*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/19093115-ea70-449b-b4a3-b1d133dc81b9*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/19093115-ea70-449b-b4a3-b1d133dc81b9*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/19093115-ea70-449b-b4a3-b1d133dc81b9*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/19093115-ea70-449b-b4a3-b1d133dc81b9*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/19093115-ea70-449b-b4a3-b1d133dc81b9*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/19093115-ea70-449b-b4a3-b1d133dc81b9*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/19093115-ea70-449b-b4a3-b1d133dc81b9*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/19093115-ea70-449b-b4a3-b1d133dc81b9*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/19093115-ea70-449b-b4a3-b1d133dc81b9*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/19093115-ea70-449b-b4a3-b1d133dc81b9*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/19093115-ea70-449b-b4a3-b1d133dc81b9*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/19093115-ea70-449b-b4a3-b1d133dc81b9*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/19093115-ea70-449b-b4a3-b1d133dc81b9*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/19093115-ea70-449b-b4a3-b1d133dc81b9*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/19093115-ea70-449b-b4a3-b1d133dc81b9*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/19093115-ea70-449b-b4a3-b1d133dc81b9*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/19093115-ea70-449b-b4a3-b1d133dc81b9*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-4252.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-4252.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -598,7 +598,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-4252.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-4252.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -697,7 +697,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-4252.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-4252.com?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -807,7 +807,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-4252.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-4252.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -908,7 +908,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-4252.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-4252.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1009,7 +1009,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-4252.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-4252.com?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -1119,7 +1119,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-4252.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-4252.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1220,7 +1220,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1324,7 +1324,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-4252.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-4252.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1338,14 +1338,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b85f29a-1dbf-472b-a9f0-021560d4e0ac*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b85f29a-1dbf-472b-a9f0-021560d4e0ac*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:40:46 GMT", "ETag": "\u0022950057fc-0000-0700-0000-6419c1ee0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b85f29a-1dbf-472b-a9f0-021560d4e0ac*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b85f29a-1dbf-472b-a9f0-021560d4e0ac*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-31", "mise-correlation-id": "9932ea4a-44cd-4ca8-885e-6fda7be9e15a", "Pragma": "no-cache", "Request-Context": "appId=", @@ -1364,7 +1364,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b85f29a-1dbf-472b-a9f0-021560d4e0ac*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b85f29a-1dbf-472b-a9f0-021560d4e0ac*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1402,7 +1402,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b85f29a-1dbf-472b-a9f0-021560d4e0ac*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b85f29a-1dbf-472b-a9f0-021560d4e0ac*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1440,7 +1440,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b85f29a-1dbf-472b-a9f0-021560d4e0ac*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b85f29a-1dbf-472b-a9f0-021560d4e0ac*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1478,7 +1478,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b85f29a-1dbf-472b-a9f0-021560d4e0ac*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b85f29a-1dbf-472b-a9f0-021560d4e0ac*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1516,7 +1516,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b85f29a-1dbf-472b-a9f0-021560d4e0ac*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b85f29a-1dbf-472b-a9f0-021560d4e0ac*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1554,7 +1554,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b85f29a-1dbf-472b-a9f0-021560d4e0ac*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b85f29a-1dbf-472b-a9f0-021560d4e0ac*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1592,7 +1592,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b85f29a-1dbf-472b-a9f0-021560d4e0ac*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b85f29a-1dbf-472b-a9f0-021560d4e0ac*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1630,7 +1630,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b85f29a-1dbf-472b-a9f0-021560d4e0ac*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b85f29a-1dbf-472b-a9f0-021560d4e0ac*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1668,7 +1668,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b85f29a-1dbf-472b-a9f0-021560d4e0ac*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b85f29a-1dbf-472b-a9f0-021560d4e0ac*8FEA780981ADCB9969B61B047663EAA4D768BD991964640098E03C1723A03BA7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/SetTags(False)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/SetTags(False)Async.json index b6aa9914fda96..c4d95d55feae4 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/SetTags(False)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/SetTags(False)Async.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-8873.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-8873.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9395ceca-9745-49e9-979d-78a374d93148*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9395ceca-9745-49e9-979d-78a374d93148*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9395ceca-9745-49e9-979d-78a374d93148*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9395ceca-9745-49e9-979d-78a374d93148*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9395ceca-9745-49e9-979d-78a374d93148*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9395ceca-9745-49e9-979d-78a374d93148*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9395ceca-9745-49e9-979d-78a374d93148*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9395ceca-9745-49e9-979d-78a374d93148*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9395ceca-9745-49e9-979d-78a374d93148*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9395ceca-9745-49e9-979d-78a374d93148*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9395ceca-9745-49e9-979d-78a374d93148*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9395ceca-9745-49e9-979d-78a374d93148*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9395ceca-9745-49e9-979d-78a374d93148*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9395ceca-9745-49e9-979d-78a374d93148*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9395ceca-9745-49e9-979d-78a374d93148*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9395ceca-9745-49e9-979d-78a374d93148*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9395ceca-9745-49e9-979d-78a374d93148*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9395ceca-9745-49e9-979d-78a374d93148*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9395ceca-9745-49e9-979d-78a374d93148*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9395ceca-9745-49e9-979d-78a374d93148*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-8873.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-8873.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -598,7 +598,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-8873.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-8873.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -697,7 +697,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-8873.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-8873.com?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -807,7 +807,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-8873.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-8873.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -908,7 +908,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-8873.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-8873.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1009,7 +1009,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-8873.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-8873.com?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -1119,7 +1119,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-8873.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-8873.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1220,7 +1220,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1323,7 +1323,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-8873.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-8873.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1337,14 +1337,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d54cd4f7-3a19-41f7-8173-5203b53b6aa8*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d54cd4f7-3a19-41f7-8173-5203b53b6aa8*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:22:10 GMT", "ETag": "\u0022960068a8-0000-0700-0000-6419cba20000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d54cd4f7-3a19-41f7-8173-5203b53b6aa8*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d54cd4f7-3a19-41f7-8173-5203b53b6aa8*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-31", "mise-correlation-id": "6378a315-9170-4ba1-8ae2-62eafd8d0232", "Pragma": "no-cache", "Request-Context": "appId=", @@ -1363,7 +1363,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d54cd4f7-3a19-41f7-8173-5203b53b6aa8*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d54cd4f7-3a19-41f7-8173-5203b53b6aa8*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1401,7 +1401,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d54cd4f7-3a19-41f7-8173-5203b53b6aa8*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d54cd4f7-3a19-41f7-8173-5203b53b6aa8*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1439,7 +1439,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d54cd4f7-3a19-41f7-8173-5203b53b6aa8*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d54cd4f7-3a19-41f7-8173-5203b53b6aa8*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1477,7 +1477,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d54cd4f7-3a19-41f7-8173-5203b53b6aa8*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d54cd4f7-3a19-41f7-8173-5203b53b6aa8*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1515,7 +1515,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d54cd4f7-3a19-41f7-8173-5203b53b6aa8*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d54cd4f7-3a19-41f7-8173-5203b53b6aa8*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1553,7 +1553,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d54cd4f7-3a19-41f7-8173-5203b53b6aa8*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d54cd4f7-3a19-41f7-8173-5203b53b6aa8*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1591,7 +1591,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d54cd4f7-3a19-41f7-8173-5203b53b6aa8*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d54cd4f7-3a19-41f7-8173-5203b53b6aa8*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1629,7 +1629,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d54cd4f7-3a19-41f7-8173-5203b53b6aa8*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d54cd4f7-3a19-41f7-8173-5203b53b6aa8*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1667,7 +1667,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d54cd4f7-3a19-41f7-8173-5203b53b6aa8*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d54cd4f7-3a19-41f7-8173-5203b53b6aa8*684B6DE423D712F646317A5D46B52FD7D6ACBF38442B677865D43D127E3543EE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/SetTags(True).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/SetTags(True).json index 728d045425bc6..de791b0c33b6c 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/SetTags(True).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/SetTags(True).json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7562.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7562.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd75a524-0766-410b-9526-c7355b50233c*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd75a524-0766-410b-9526-c7355b50233c*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd75a524-0766-410b-9526-c7355b50233c*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd75a524-0766-410b-9526-c7355b50233c*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd75a524-0766-410b-9526-c7355b50233c*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd75a524-0766-410b-9526-c7355b50233c*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd75a524-0766-410b-9526-c7355b50233c*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd75a524-0766-410b-9526-c7355b50233c*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd75a524-0766-410b-9526-c7355b50233c*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd75a524-0766-410b-9526-c7355b50233c*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd75a524-0766-410b-9526-c7355b50233c*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd75a524-0766-410b-9526-c7355b50233c*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd75a524-0766-410b-9526-c7355b50233c*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd75a524-0766-410b-9526-c7355b50233c*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd75a524-0766-410b-9526-c7355b50233c*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd75a524-0766-410b-9526-c7355b50233c*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd75a524-0766-410b-9526-c7355b50233c*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd75a524-0766-410b-9526-c7355b50233c*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd75a524-0766-410b-9526-c7355b50233c*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd75a524-0766-410b-9526-c7355b50233c*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7562.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7562.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -684,7 +684,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7562.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7562.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -785,7 +785,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7562.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7562.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1002,7 +1002,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7562.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7562.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1103,7 +1103,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7562.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7562.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1204,7 +1204,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1308,7 +1308,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7562.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-7562.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1322,14 +1322,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6da6c1bd-dfa8-42c0-8059-cff55d44a449*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6da6c1bd-dfa8-42c0-8059-cff55d44a449*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:38:21 GMT", "ETag": "\u00229500eff2-0000-0700-0000-6419c15e0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6da6c1bd-dfa8-42c0-8059-cff55d44a449*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6da6c1bd-dfa8-42c0-8059-cff55d44a449*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-31", "mise-correlation-id": "e85e663b-bb74-45b9-b447-bfa2b3090a22", "Pragma": "no-cache", "Request-Context": "appId=", @@ -1348,7 +1348,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6da6c1bd-dfa8-42c0-8059-cff55d44a449*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6da6c1bd-dfa8-42c0-8059-cff55d44a449*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1386,7 +1386,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6da6c1bd-dfa8-42c0-8059-cff55d44a449*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6da6c1bd-dfa8-42c0-8059-cff55d44a449*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1424,7 +1424,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6da6c1bd-dfa8-42c0-8059-cff55d44a449*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6da6c1bd-dfa8-42c0-8059-cff55d44a449*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1462,7 +1462,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6da6c1bd-dfa8-42c0-8059-cff55d44a449*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6da6c1bd-dfa8-42c0-8059-cff55d44a449*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1500,7 +1500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6da6c1bd-dfa8-42c0-8059-cff55d44a449*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6da6c1bd-dfa8-42c0-8059-cff55d44a449*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1538,7 +1538,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6da6c1bd-dfa8-42c0-8059-cff55d44a449*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6da6c1bd-dfa8-42c0-8059-cff55d44a449*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1576,7 +1576,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6da6c1bd-dfa8-42c0-8059-cff55d44a449*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6da6c1bd-dfa8-42c0-8059-cff55d44a449*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1614,7 +1614,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6da6c1bd-dfa8-42c0-8059-cff55d44a449*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6da6c1bd-dfa8-42c0-8059-cff55d44a449*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1652,7 +1652,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6da6c1bd-dfa8-42c0-8059-cff55d44a449*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6da6c1bd-dfa8-42c0-8059-cff55d44a449*F6743A5BA24AD728C9B095EF2A84A9F45CF518BF1D00C75DDA4D778864F70886?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/SetTags(True)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/SetTags(True)Async.json index 3b78b099bd4cf..b5bb59b425e30 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/SetTags(True)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/SetTags(True)Async.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5118.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5118.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5286fc25-7636-4c70-b01e-4eff03c54bc8*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5286fc25-7636-4c70-b01e-4eff03c54bc8*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5286fc25-7636-4c70-b01e-4eff03c54bc8*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5286fc25-7636-4c70-b01e-4eff03c54bc8*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5286fc25-7636-4c70-b01e-4eff03c54bc8*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5286fc25-7636-4c70-b01e-4eff03c54bc8*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5286fc25-7636-4c70-b01e-4eff03c54bc8*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5286fc25-7636-4c70-b01e-4eff03c54bc8*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5286fc25-7636-4c70-b01e-4eff03c54bc8*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5286fc25-7636-4c70-b01e-4eff03c54bc8*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5286fc25-7636-4c70-b01e-4eff03c54bc8*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5286fc25-7636-4c70-b01e-4eff03c54bc8*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5286fc25-7636-4c70-b01e-4eff03c54bc8*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5286fc25-7636-4c70-b01e-4eff03c54bc8*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5286fc25-7636-4c70-b01e-4eff03c54bc8*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5286fc25-7636-4c70-b01e-4eff03c54bc8*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5286fc25-7636-4c70-b01e-4eff03c54bc8*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5286fc25-7636-4c70-b01e-4eff03c54bc8*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5286fc25-7636-4c70-b01e-4eff03c54bc8*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/5286fc25-7636-4c70-b01e-4eff03c54bc8*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5118.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5118.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -684,7 +684,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5118.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5118.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -785,7 +785,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5118.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5118.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1002,7 +1002,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5118.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5118.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1103,7 +1103,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5118.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5118.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1204,7 +1204,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1307,7 +1307,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5118.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5118.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1321,14 +1321,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc937d5f-31ac-4336-b371-7c5891661f4e*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc937d5f-31ac-4336-b371-7c5891661f4e*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:19:49 GMT", "ETag": "\u00229600ad9e-0000-0700-0000-6419cb160000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc937d5f-31ac-4336-b371-7c5891661f4e*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc937d5f-31ac-4336-b371-7c5891661f4e*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-31", "mise-correlation-id": "ab6df807-49ae-481f-a725-ab2149c1c880", "Pragma": "no-cache", "Request-Context": "appId=", @@ -1347,7 +1347,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc937d5f-31ac-4336-b371-7c5891661f4e*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc937d5f-31ac-4336-b371-7c5891661f4e*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1385,7 +1385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc937d5f-31ac-4336-b371-7c5891661f4e*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc937d5f-31ac-4336-b371-7c5891661f4e*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1423,7 +1423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc937d5f-31ac-4336-b371-7c5891661f4e*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc937d5f-31ac-4336-b371-7c5891661f4e*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1461,7 +1461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc937d5f-31ac-4336-b371-7c5891661f4e*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc937d5f-31ac-4336-b371-7c5891661f4e*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1499,7 +1499,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc937d5f-31ac-4336-b371-7c5891661f4e*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc937d5f-31ac-4336-b371-7c5891661f4e*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1537,7 +1537,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc937d5f-31ac-4336-b371-7c5891661f4e*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc937d5f-31ac-4336-b371-7c5891661f4e*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1575,7 +1575,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc937d5f-31ac-4336-b371-7c5891661f4e*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc937d5f-31ac-4336-b371-7c5891661f4e*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1613,7 +1613,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc937d5f-31ac-4336-b371-7c5891661f4e*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc937d5f-31ac-4336-b371-7c5891661f4e*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1651,7 +1651,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc937d5f-31ac-4336-b371-7c5891661f4e*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/cc937d5f-31ac-4336-b371-7c5891661f4e*091CAA13575AB17E1309A4162C37943FF49DC569024D291B5E9A133A5A4FAEFE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/SetTags(null).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/SetTags(null).json index 4d34836c807c8..c6e62f38ee818 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/SetTags(null).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/SetTags(null).json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9988.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9988.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d3f15519-1b0e-47cf-a7fe-c8a77c17cd3d*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d3f15519-1b0e-47cf-a7fe-c8a77c17cd3d*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d3f15519-1b0e-47cf-a7fe-c8a77c17cd3d*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d3f15519-1b0e-47cf-a7fe-c8a77c17cd3d*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d3f15519-1b0e-47cf-a7fe-c8a77c17cd3d*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d3f15519-1b0e-47cf-a7fe-c8a77c17cd3d*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d3f15519-1b0e-47cf-a7fe-c8a77c17cd3d*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d3f15519-1b0e-47cf-a7fe-c8a77c17cd3d*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d3f15519-1b0e-47cf-a7fe-c8a77c17cd3d*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d3f15519-1b0e-47cf-a7fe-c8a77c17cd3d*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d3f15519-1b0e-47cf-a7fe-c8a77c17cd3d*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d3f15519-1b0e-47cf-a7fe-c8a77c17cd3d*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d3f15519-1b0e-47cf-a7fe-c8a77c17cd3d*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d3f15519-1b0e-47cf-a7fe-c8a77c17cd3d*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d3f15519-1b0e-47cf-a7fe-c8a77c17cd3d*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d3f15519-1b0e-47cf-a7fe-c8a77c17cd3d*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d3f15519-1b0e-47cf-a7fe-c8a77c17cd3d*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d3f15519-1b0e-47cf-a7fe-c8a77c17cd3d*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d3f15519-1b0e-47cf-a7fe-c8a77c17cd3d*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d3f15519-1b0e-47cf-a7fe-c8a77c17cd3d*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9988.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9988.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -739,7 +739,7 @@ "UK West" ], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "SupportsExtension" }, @@ -747,7 +747,7 @@ "resourceType": "tagNamespaceOperationResults", "locations": [], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "None" }, @@ -1229,7 +1229,7 @@ "resourceType": "changes", "locations": [], "apiVersions": [ - "2023-03-01-preview", + "2023-03-31", "2022-05-01", "2022-03-01-preview" ], @@ -1327,7 +1327,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9988.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9988.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1428,7 +1428,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9988.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9988.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1645,7 +1645,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9988.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9988.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1746,7 +1746,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9988.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9988.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1847,7 +1847,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1951,7 +1951,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9988.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-9988.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1965,14 +1965,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3d76e61-db1b-4a68-9fa7-f919203d5f7c*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3d76e61-db1b-4a68-9fa7-f919203d5f7c*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:25:13 GMT", "ETag": "\u0022950055be-0000-0700-0000-6419be490000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3d76e61-db1b-4a68-9fa7-f919203d5f7c*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3d76e61-db1b-4a68-9fa7-f919203d5f7c*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-31", "mise-correlation-id": "4b60c526-e670-46d9-8043-14702632f7f3", "Pragma": "no-cache", "Request-Context": "appId=", @@ -1991,7 +1991,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3d76e61-db1b-4a68-9fa7-f919203d5f7c*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3d76e61-db1b-4a68-9fa7-f919203d5f7c*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2029,7 +2029,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3d76e61-db1b-4a68-9fa7-f919203d5f7c*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3d76e61-db1b-4a68-9fa7-f919203d5f7c*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2067,7 +2067,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3d76e61-db1b-4a68-9fa7-f919203d5f7c*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3d76e61-db1b-4a68-9fa7-f919203d5f7c*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2105,7 +2105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3d76e61-db1b-4a68-9fa7-f919203d5f7c*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3d76e61-db1b-4a68-9fa7-f919203d5f7c*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2143,7 +2143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3d76e61-db1b-4a68-9fa7-f919203d5f7c*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3d76e61-db1b-4a68-9fa7-f919203d5f7c*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2181,7 +2181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3d76e61-db1b-4a68-9fa7-f919203d5f7c*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3d76e61-db1b-4a68-9fa7-f919203d5f7c*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2219,7 +2219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3d76e61-db1b-4a68-9fa7-f919203d5f7c*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3d76e61-db1b-4a68-9fa7-f919203d5f7c*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2257,7 +2257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3d76e61-db1b-4a68-9fa7-f919203d5f7c*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3d76e61-db1b-4a68-9fa7-f919203d5f7c*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2295,7 +2295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3d76e61-db1b-4a68-9fa7-f919203d5f7c*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e3d76e61-db1b-4a68-9fa7-f919203d5f7c*C2A6919EBA6FE4A906D51D9E7A293373D63DE379DCA8D41B95090851C6234086?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/SetTags(null)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/SetTags(null)Async.json index e8899f62fe6fd..b068568cf45be 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/SetTags(null)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/SetTags(null)Async.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3270.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3270.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/474e2fe3-4dfa-4eab-ac4e-b3feae6b4793*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/474e2fe3-4dfa-4eab-ac4e-b3feae6b4793*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/474e2fe3-4dfa-4eab-ac4e-b3feae6b4793*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/474e2fe3-4dfa-4eab-ac4e-b3feae6b4793*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/474e2fe3-4dfa-4eab-ac4e-b3feae6b4793*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/474e2fe3-4dfa-4eab-ac4e-b3feae6b4793*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/474e2fe3-4dfa-4eab-ac4e-b3feae6b4793*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/474e2fe3-4dfa-4eab-ac4e-b3feae6b4793*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/474e2fe3-4dfa-4eab-ac4e-b3feae6b4793*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/474e2fe3-4dfa-4eab-ac4e-b3feae6b4793*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/474e2fe3-4dfa-4eab-ac4e-b3feae6b4793*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/474e2fe3-4dfa-4eab-ac4e-b3feae6b4793*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/474e2fe3-4dfa-4eab-ac4e-b3feae6b4793*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/474e2fe3-4dfa-4eab-ac4e-b3feae6b4793*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/474e2fe3-4dfa-4eab-ac4e-b3feae6b4793*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/474e2fe3-4dfa-4eab-ac4e-b3feae6b4793*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/474e2fe3-4dfa-4eab-ac4e-b3feae6b4793*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/474e2fe3-4dfa-4eab-ac4e-b3feae6b4793*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/474e2fe3-4dfa-4eab-ac4e-b3feae6b4793*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/474e2fe3-4dfa-4eab-ac4e-b3feae6b4793*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3270.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3270.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -739,7 +739,7 @@ "UK West" ], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "SupportsExtension" }, @@ -747,7 +747,7 @@ "resourceType": "tagNamespaceOperationResults", "locations": [], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "None" }, @@ -1229,7 +1229,7 @@ "resourceType": "changes", "locations": [], "apiVersions": [ - "2023-03-01-preview", + "2023-03-31", "2022-05-01", "2022-03-01-preview" ], @@ -1327,7 +1327,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3270.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3270.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1428,7 +1428,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3270.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3270.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1645,7 +1645,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3270.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3270.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1746,7 +1746,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3270.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3270.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1847,7 +1847,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1950,7 +1950,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3270.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3270.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1964,14 +1964,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/72a4e306-1f6b-403c-8905-09de09bacd4d*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/72a4e306-1f6b-403c-8905-09de09bacd4d*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:16:56 GMT", "ETag": "\u00229600b292-0000-0700-0000-6419ca680000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/72a4e306-1f6b-403c-8905-09de09bacd4d*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/72a4e306-1f6b-403c-8905-09de09bacd4d*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-31", "mise-correlation-id": "cdd2d22c-5cbf-4c00-803a-02bdd8fa52f8", "Pragma": "no-cache", "Request-Context": "appId=", @@ -1990,7 +1990,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/72a4e306-1f6b-403c-8905-09de09bacd4d*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/72a4e306-1f6b-403c-8905-09de09bacd4d*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2028,7 +2028,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/72a4e306-1f6b-403c-8905-09de09bacd4d*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/72a4e306-1f6b-403c-8905-09de09bacd4d*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2066,7 +2066,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/72a4e306-1f6b-403c-8905-09de09bacd4d*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/72a4e306-1f6b-403c-8905-09de09bacd4d*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2104,7 +2104,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/72a4e306-1f6b-403c-8905-09de09bacd4d*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/72a4e306-1f6b-403c-8905-09de09bacd4d*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2142,7 +2142,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/72a4e306-1f6b-403c-8905-09de09bacd4d*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/72a4e306-1f6b-403c-8905-09de09bacd4d*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2180,7 +2180,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/72a4e306-1f6b-403c-8905-09de09bacd4d*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/72a4e306-1f6b-403c-8905-09de09bacd4d*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2218,7 +2218,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/72a4e306-1f6b-403c-8905-09de09bacd4d*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/72a4e306-1f6b-403c-8905-09de09bacd4d*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2256,7 +2256,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/72a4e306-1f6b-403c-8905-09de09bacd4d*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/72a4e306-1f6b-403c-8905-09de09bacd4d*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2294,7 +2294,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/72a4e306-1f6b-403c-8905-09de09bacd4d*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/72a4e306-1f6b-403c-8905-09de09bacd4d*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2332,7 +2332,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/72a4e306-1f6b-403c-8905-09de09bacd4d*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/72a4e306-1f6b-403c-8905-09de09bacd4d*23E2F219CB12DB65D5EBEC1C651B82B8E17E86182A7483061EA866224A116598?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/Update.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/Update.json index c94cd91796651..bdf9462d88fbb 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/Update.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/Update.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-3504.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-3504.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/43a1279f-53c0-46cf-8bb7-8424a4b3700c*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/43a1279f-53c0-46cf-8bb7-8424a4b3700c*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/43a1279f-53c0-46cf-8bb7-8424a4b3700c*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/43a1279f-53c0-46cf-8bb7-8424a4b3700c*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/43a1279f-53c0-46cf-8bb7-8424a4b3700c*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/43a1279f-53c0-46cf-8bb7-8424a4b3700c*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/43a1279f-53c0-46cf-8bb7-8424a4b3700c*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/43a1279f-53c0-46cf-8bb7-8424a4b3700c*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/43a1279f-53c0-46cf-8bb7-8424a4b3700c*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/43a1279f-53c0-46cf-8bb7-8424a4b3700c*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/43a1279f-53c0-46cf-8bb7-8424a4b3700c*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/43a1279f-53c0-46cf-8bb7-8424a4b3700c*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/43a1279f-53c0-46cf-8bb7-8424a4b3700c*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/43a1279f-53c0-46cf-8bb7-8424a4b3700c*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/43a1279f-53c0-46cf-8bb7-8424a4b3700c*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/43a1279f-53c0-46cf-8bb7-8424a4b3700c*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/43a1279f-53c0-46cf-8bb7-8424a4b3700c*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/43a1279f-53c0-46cf-8bb7-8424a4b3700c*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/43a1279f-53c0-46cf-8bb7-8424a4b3700c*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/43a1279f-53c0-46cf-8bb7-8424a4b3700c*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-3504.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-3504.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -598,7 +598,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-3504.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-3504.com?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -705,7 +705,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -807,7 +807,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-3504.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-3504.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -821,14 +821,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/90fe077e-d70f-44d3-8c51-68dc59b1b8fc*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/90fe077e-d70f-44d3-8c51-68dc59b1b8fc*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:55:40 GMT", "ETag": "\u00229600c43a-0000-0700-0000-6419c56d0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/90fe077e-d70f-44d3-8c51-68dc59b1b8fc*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/90fe077e-d70f-44d3-8c51-68dc59b1b8fc*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-31", "mise-correlation-id": "3a96293e-a0ab-4fc2-85f1-25e10b234b0a", "Pragma": "no-cache", "Request-Context": "appId=", @@ -847,7 +847,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/90fe077e-d70f-44d3-8c51-68dc59b1b8fc*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/90fe077e-d70f-44d3-8c51-68dc59b1b8fc*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -885,7 +885,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/90fe077e-d70f-44d3-8c51-68dc59b1b8fc*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/90fe077e-d70f-44d3-8c51-68dc59b1b8fc*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -923,7 +923,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/90fe077e-d70f-44d3-8c51-68dc59b1b8fc*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/90fe077e-d70f-44d3-8c51-68dc59b1b8fc*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -961,7 +961,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/90fe077e-d70f-44d3-8c51-68dc59b1b8fc*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/90fe077e-d70f-44d3-8c51-68dc59b1b8fc*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -999,7 +999,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/90fe077e-d70f-44d3-8c51-68dc59b1b8fc*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/90fe077e-d70f-44d3-8c51-68dc59b1b8fc*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1037,7 +1037,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/90fe077e-d70f-44d3-8c51-68dc59b1b8fc*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/90fe077e-d70f-44d3-8c51-68dc59b1b8fc*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1075,7 +1075,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/90fe077e-d70f-44d3-8c51-68dc59b1b8fc*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/90fe077e-d70f-44d3-8c51-68dc59b1b8fc*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1113,7 +1113,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/90fe077e-d70f-44d3-8c51-68dc59b1b8fc*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/90fe077e-d70f-44d3-8c51-68dc59b1b8fc*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1151,7 +1151,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/90fe077e-d70f-44d3-8c51-68dc59b1b8fc*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/90fe077e-d70f-44d3-8c51-68dc59b1b8fc*64CEF8F3577F5CCC4500EA81AE8718308C3E1D93BB2C75D4102333630731A671?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/UpdateAsync.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/UpdateAsync.json index 06027c89dc802..c53b06d175b26 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/UpdateAsync.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/UpdateAsync.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5008.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5008.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/faa3427f-4c75-4734-a531-a0197451b833*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/faa3427f-4c75-4734-a531-a0197451b833*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/faa3427f-4c75-4734-a531-a0197451b833*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/faa3427f-4c75-4734-a531-a0197451b833*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/faa3427f-4c75-4734-a531-a0197451b833*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/faa3427f-4c75-4734-a531-a0197451b833*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/faa3427f-4c75-4734-a531-a0197451b833*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/faa3427f-4c75-4734-a531-a0197451b833*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/faa3427f-4c75-4734-a531-a0197451b833*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/faa3427f-4c75-4734-a531-a0197451b833*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/faa3427f-4c75-4734-a531-a0197451b833*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/faa3427f-4c75-4734-a531-a0197451b833*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/faa3427f-4c75-4734-a531-a0197451b833*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/faa3427f-4c75-4734-a531-a0197451b833*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/faa3427f-4c75-4734-a531-a0197451b833*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/faa3427f-4c75-4734-a531-a0197451b833*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/faa3427f-4c75-4734-a531-a0197451b833*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/faa3427f-4c75-4734-a531-a0197451b833*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/faa3427f-4c75-4734-a531-a0197451b833*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/faa3427f-4c75-4734-a531-a0197451b833*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5008.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5008.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -598,7 +598,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5008.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5008.com?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -705,7 +705,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -806,7 +806,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5008.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-5008.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -820,14 +820,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd4bf804-7926-4ab5-b522-e61697e11049*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd4bf804-7926-4ab5-b522-e61697e11049*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:35:55 GMT", "ETag": "\u00229600b5e2-0000-0700-0000-6419cedb0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd4bf804-7926-4ab5-b522-e61697e11049*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd4bf804-7926-4ab5-b522-e61697e11049*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-31", "mise-correlation-id": "98477387-d99b-439d-8402-5eaf7cdbbbc8", "Pragma": "no-cache", "Request-Context": "appId=", @@ -846,7 +846,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd4bf804-7926-4ab5-b522-e61697e11049*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd4bf804-7926-4ab5-b522-e61697e11049*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -884,7 +884,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd4bf804-7926-4ab5-b522-e61697e11049*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd4bf804-7926-4ab5-b522-e61697e11049*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -922,7 +922,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd4bf804-7926-4ab5-b522-e61697e11049*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd4bf804-7926-4ab5-b522-e61697e11049*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -960,7 +960,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd4bf804-7926-4ab5-b522-e61697e11049*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd4bf804-7926-4ab5-b522-e61697e11049*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -998,7 +998,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd4bf804-7926-4ab5-b522-e61697e11049*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd4bf804-7926-4ab5-b522-e61697e11049*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1036,7 +1036,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd4bf804-7926-4ab5-b522-e61697e11049*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd4bf804-7926-4ab5-b522-e61697e11049*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1074,7 +1074,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd4bf804-7926-4ab5-b522-e61697e11049*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd4bf804-7926-4ab5-b522-e61697e11049*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1112,7 +1112,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd4bf804-7926-4ab5-b522-e61697e11049*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd4bf804-7926-4ab5-b522-e61697e11049*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1150,7 +1150,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd4bf804-7926-4ab5-b522-e61697e11049*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bd4bf804-7926-4ab5-b522-e61697e11049*B57ABFD190A8B454146ADFF5B1E3A481736895469B8E38BC397536AD931228EB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/VerificationOperation.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/VerificationOperation.json index 0c311d5283839..705e073765b60 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/VerificationOperation.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/VerificationOperation.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-3344.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-3344.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9c1a904b-2dc7-4436-8d12-e1a0ff3a083b*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9c1a904b-2dc7-4436-8d12-e1a0ff3a083b*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9c1a904b-2dc7-4436-8d12-e1a0ff3a083b*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9c1a904b-2dc7-4436-8d12-e1a0ff3a083b*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9c1a904b-2dc7-4436-8d12-e1a0ff3a083b*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9c1a904b-2dc7-4436-8d12-e1a0ff3a083b*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9c1a904b-2dc7-4436-8d12-e1a0ff3a083b*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9c1a904b-2dc7-4436-8d12-e1a0ff3a083b*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9c1a904b-2dc7-4436-8d12-e1a0ff3a083b*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9c1a904b-2dc7-4436-8d12-e1a0ff3a083b*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9c1a904b-2dc7-4436-8d12-e1a0ff3a083b*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9c1a904b-2dc7-4436-8d12-e1a0ff3a083b*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9c1a904b-2dc7-4436-8d12-e1a0ff3a083b*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9c1a904b-2dc7-4436-8d12-e1a0ff3a083b*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9c1a904b-2dc7-4436-8d12-e1a0ff3a083b*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9c1a904b-2dc7-4436-8d12-e1a0ff3a083b*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9c1a904b-2dc7-4436-8d12-e1a0ff3a083b*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9c1a904b-2dc7-4436-8d12-e1a0ff3a083b*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9c1a904b-2dc7-4436-8d12-e1a0ff3a083b*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/9c1a904b-2dc7-4436-8d12-e1a0ff3a083b*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-3344.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-3344.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -598,7 +598,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-3344.com/initiateVerification?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-3344.com/initiateVerification?api-version=2023-03-31", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -616,13 +616,13 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6fc350d1-f81f-4af0-9aac-a0cf06e1fad6*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6fc350d1-f81f-4af0-9aac-a0cf06e1fad6*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:57:59 GMT", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6fc350d1-f81f-4af0-9aac-a0cf06e1fad6*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6fc350d1-f81f-4af0-9aac-a0cf06e1fad6*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "mise-correlation-id": "d83e4920-423b-4e95-8ac0-d0ad6ef24fec", "Pragma": "no-cache", "Request-Context": "appId=", @@ -641,7 +641,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6fc350d1-f81f-4af0-9aac-a0cf06e1fad6*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6fc350d1-f81f-4af0-9aac-a0cf06e1fad6*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -679,7 +679,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6fc350d1-f81f-4af0-9aac-a0cf06e1fad6*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6fc350d1-f81f-4af0-9aac-a0cf06e1fad6*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -719,7 +719,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6fc350d1-f81f-4af0-9aac-a0cf06e1fad6*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/6fc350d1-f81f-4af0-9aac-a0cf06e1fad6*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -759,7 +759,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-3344.com/cancelVerification?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-3344.com/cancelVerification?api-version=2023-03-31", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -777,13 +777,13 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7acb41a8-614f-4549-90d5-32bcca50065d*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7acb41a8-614f-4549-90d5-32bcca50065d*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:58:02 GMT", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7acb41a8-614f-4549-90d5-32bcca50065d*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7acb41a8-614f-4549-90d5-32bcca50065d*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "mise-correlation-id": "ebab695b-93f7-4b4f-88f6-fe569c0387c8", "Pragma": "no-cache", "Request-Context": "appId=", @@ -802,7 +802,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7acb41a8-614f-4549-90d5-32bcca50065d*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7acb41a8-614f-4549-90d5-32bcca50065d*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -840,7 +840,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7acb41a8-614f-4549-90d5-32bcca50065d*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7acb41a8-614f-4549-90d5-32bcca50065d*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -880,7 +880,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7acb41a8-614f-4549-90d5-32bcca50065d*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7acb41a8-614f-4549-90d5-32bcca50065d*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -920,7 +920,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1023,7 +1023,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-3344.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-4550/providers/Microsoft.Communication/emailServices/email-test9758/domains/domain-3344.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1037,14 +1037,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a314e61a-8528-48c7-a6a5-5f2a0e9dceee*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a314e61a-8528-48c7-a6a5-5f2a0e9dceee*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:58:04 GMT", "ETag": "\u002296003245-0000-0700-0000-6419c5fc0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a314e61a-8528-48c7-a6a5-5f2a0e9dceee*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a314e61a-8528-48c7-a6a5-5f2a0e9dceee*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "mise-correlation-id": "f4e792e7-edc6-4aee-ac3d-d92529257caf", "Pragma": "no-cache", "Request-Context": "appId=", @@ -1063,7 +1063,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a314e61a-8528-48c7-a6a5-5f2a0e9dceee*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a314e61a-8528-48c7-a6a5-5f2a0e9dceee*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1101,7 +1101,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a314e61a-8528-48c7-a6a5-5f2a0e9dceee*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a314e61a-8528-48c7-a6a5-5f2a0e9dceee*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1139,7 +1139,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a314e61a-8528-48c7-a6a5-5f2a0e9dceee*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a314e61a-8528-48c7-a6a5-5f2a0e9dceee*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1177,7 +1177,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a314e61a-8528-48c7-a6a5-5f2a0e9dceee*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a314e61a-8528-48c7-a6a5-5f2a0e9dceee*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1215,7 +1215,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a314e61a-8528-48c7-a6a5-5f2a0e9dceee*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a314e61a-8528-48c7-a6a5-5f2a0e9dceee*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1253,7 +1253,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a314e61a-8528-48c7-a6a5-5f2a0e9dceee*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a314e61a-8528-48c7-a6a5-5f2a0e9dceee*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1291,7 +1291,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a314e61a-8528-48c7-a6a5-5f2a0e9dceee*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a314e61a-8528-48c7-a6a5-5f2a0e9dceee*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1329,7 +1329,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a314e61a-8528-48c7-a6a5-5f2a0e9dceee*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a314e61a-8528-48c7-a6a5-5f2a0e9dceee*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1367,7 +1367,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a314e61a-8528-48c7-a6a5-5f2a0e9dceee*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a314e61a-8528-48c7-a6a5-5f2a0e9dceee*01815A202D1998FAB0DB5C8D449FFB9E6A12C15ED82CD208652F7E7640D0FC65?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/VerificationOperationAsync.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/VerificationOperationAsync.json index 1d7107913632e..0377cc3b0a129 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/VerificationOperationAsync.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/DomainTests/VerificationOperationAsync.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3501.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3501.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -114,7 +114,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4d38120d-f243-4d83-9f35-8e7e89bb964e*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4d38120d-f243-4d83-9f35-8e7e89bb964e*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -157,7 +157,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4d38120d-f243-4d83-9f35-8e7e89bb964e*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4d38120d-f243-4d83-9f35-8e7e89bb964e*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -195,7 +195,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4d38120d-f243-4d83-9f35-8e7e89bb964e*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4d38120d-f243-4d83-9f35-8e7e89bb964e*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4d38120d-f243-4d83-9f35-8e7e89bb964e*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4d38120d-f243-4d83-9f35-8e7e89bb964e*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -271,7 +271,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4d38120d-f243-4d83-9f35-8e7e89bb964e*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4d38120d-f243-4d83-9f35-8e7e89bb964e*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -309,7 +309,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4d38120d-f243-4d83-9f35-8e7e89bb964e*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4d38120d-f243-4d83-9f35-8e7e89bb964e*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -347,7 +347,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4d38120d-f243-4d83-9f35-8e7e89bb964e*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4d38120d-f243-4d83-9f35-8e7e89bb964e*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -385,7 +385,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4d38120d-f243-4d83-9f35-8e7e89bb964e*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4d38120d-f243-4d83-9f35-8e7e89bb964e*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -423,7 +423,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4d38120d-f243-4d83-9f35-8e7e89bb964e*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4d38120d-f243-4d83-9f35-8e7e89bb964e*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -461,7 +461,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4d38120d-f243-4d83-9f35-8e7e89bb964e*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4d38120d-f243-4d83-9f35-8e7e89bb964e*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -500,7 +500,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3501.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3501.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -598,7 +598,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3501.com/initiateVerification?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3501.com/initiateVerification?api-version=2023-03-31", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -616,13 +616,13 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1309b576-194a-49a8-9508-9be529b34f08*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1309b576-194a-49a8-9508-9be529b34f08*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:38:10 GMT", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1309b576-194a-49a8-9508-9be529b34f08*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1309b576-194a-49a8-9508-9be529b34f08*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "mise-correlation-id": "3fcb64e5-46f7-4b8d-bade-d3f3f6320885", "Pragma": "no-cache", "Request-Context": "appId=", @@ -641,7 +641,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1309b576-194a-49a8-9508-9be529b34f08*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1309b576-194a-49a8-9508-9be529b34f08*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -679,7 +679,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1309b576-194a-49a8-9508-9be529b34f08*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1309b576-194a-49a8-9508-9be529b34f08*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -719,7 +719,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1309b576-194a-49a8-9508-9be529b34f08*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1309b576-194a-49a8-9508-9be529b34f08*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -759,7 +759,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3501.com/cancelVerification?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3501.com/cancelVerification?api-version=2023-03-31", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -777,13 +777,13 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6462d19-d767-4766-b64f-66a546fa816c*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6462d19-d767-4766-b64f-66a546fa816c*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:38:12 GMT", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6462d19-d767-4766-b64f-66a546fa816c*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6462d19-d767-4766-b64f-66a546fa816c*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "mise-correlation-id": "0da2d0e5-1d99-4f22-84b1-d643ddb2ae34", "Pragma": "no-cache", "Request-Context": "appId=", @@ -802,7 +802,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6462d19-d767-4766-b64f-66a546fa816c*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6462d19-d767-4766-b64f-66a546fa816c*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -840,7 +840,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6462d19-d767-4766-b64f-66a546fa816c*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6462d19-d767-4766-b64f-66a546fa816c*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -880,7 +880,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6462d19-d767-4766-b64f-66a546fa816c*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a6462d19-d767-4766-b64f-66a546fa816c*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -920,7 +920,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1022,7 +1022,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3501.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-5587/providers/Microsoft.Communication/emailServices/email-test7601/domains/domain-3501.com?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1036,14 +1036,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/65dda7a5-34e9-4ae3-8038-b27944aa8364*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/65dda7a5-34e9-4ae3-8038-b27944aa8364*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:38:15 GMT", "ETag": "\u00229600a8eb-0000-0700-0000-6419cf670000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/65dda7a5-34e9-4ae3-8038-b27944aa8364*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/65dda7a5-34e9-4ae3-8038-b27944aa8364*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "mise-correlation-id": "ae24ef82-a0f1-4146-9ad4-b38712a40908", "Pragma": "no-cache", "Request-Context": "appId=", @@ -1062,7 +1062,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/65dda7a5-34e9-4ae3-8038-b27944aa8364*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/65dda7a5-34e9-4ae3-8038-b27944aa8364*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1100,7 +1100,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/65dda7a5-34e9-4ae3-8038-b27944aa8364*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/65dda7a5-34e9-4ae3-8038-b27944aa8364*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1138,7 +1138,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/65dda7a5-34e9-4ae3-8038-b27944aa8364*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/65dda7a5-34e9-4ae3-8038-b27944aa8364*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1176,7 +1176,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/65dda7a5-34e9-4ae3-8038-b27944aa8364*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/65dda7a5-34e9-4ae3-8038-b27944aa8364*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1214,7 +1214,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/65dda7a5-34e9-4ae3-8038-b27944aa8364*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/65dda7a5-34e9-4ae3-8038-b27944aa8364*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1252,7 +1252,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/65dda7a5-34e9-4ae3-8038-b27944aa8364*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/65dda7a5-34e9-4ae3-8038-b27944aa8364*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1290,7 +1290,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/65dda7a5-34e9-4ae3-8038-b27944aa8364*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/65dda7a5-34e9-4ae3-8038-b27944aa8364*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1328,7 +1328,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/65dda7a5-34e9-4ae3-8038-b27944aa8364*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/65dda7a5-34e9-4ae3-8038-b27944aa8364*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1366,7 +1366,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/65dda7a5-34e9-4ae3-8038-b27944aa8364*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/65dda7a5-34e9-4ae3-8038-b27944aa8364*7AAEF5FEAA3A2C260F0DF6B3D421357138AAFB4F3D6091205E3938F159353ECB?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/AddTag(False).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/AddTag(False).json index 4b370efeb2212..2a1717063892b 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/AddTag(False).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/AddTag(False).json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-7074?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-7074?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c686c87c-1d2a-495d-b35c-65ec662701a2*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c686c87c-1d2a-495d-b35c-65ec662701a2*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c686c87c-1d2a-495d-b35c-65ec662701a2*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c686c87c-1d2a-495d-b35c-65ec662701a2*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c686c87c-1d2a-495d-b35c-65ec662701a2*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c686c87c-1d2a-495d-b35c-65ec662701a2*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c686c87c-1d2a-495d-b35c-65ec662701a2*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c686c87c-1d2a-495d-b35c-65ec662701a2*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c686c87c-1d2a-495d-b35c-65ec662701a2*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c686c87c-1d2a-495d-b35c-65ec662701a2*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c686c87c-1d2a-495d-b35c-65ec662701a2*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c686c87c-1d2a-495d-b35c-65ec662701a2*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c686c87c-1d2a-495d-b35c-65ec662701a2*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c686c87c-1d2a-495d-b35c-65ec662701a2*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c686c87c-1d2a-495d-b35c-65ec662701a2*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c686c87c-1d2a-495d-b35c-65ec662701a2*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c686c87c-1d2a-495d-b35c-65ec662701a2*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c686c87c-1d2a-495d-b35c-65ec662701a2*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c686c87c-1d2a-495d-b35c-65ec662701a2*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c686c87c-1d2a-495d-b35c-65ec662701a2*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-7074?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-7074?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -499,7 +499,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-7074?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-7074?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -551,7 +551,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-7074?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-7074?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -611,7 +611,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-7074?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-7074?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -665,7 +665,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -722,7 +722,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-7074?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-7074?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -736,14 +736,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/912ddb5c-8321-4c62-ae7d-23cdf212384e*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/912ddb5c-8321-4c62-ae7d-23cdf212384e*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:29:57 GMT", "ETag": "\u00227601b9fe-0000-0700-0000-6419b1550000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/912ddb5c-8321-4c62-ae7d-23cdf212384e*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/912ddb5c-8321-4c62-ae7d-23cdf212384e*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -760,7 +760,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/912ddb5c-8321-4c62-ae7d-23cdf212384e*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/912ddb5c-8321-4c62-ae7d-23cdf212384e*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -798,7 +798,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/912ddb5c-8321-4c62-ae7d-23cdf212384e*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/912ddb5c-8321-4c62-ae7d-23cdf212384e*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -836,7 +836,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/912ddb5c-8321-4c62-ae7d-23cdf212384e*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/912ddb5c-8321-4c62-ae7d-23cdf212384e*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -874,7 +874,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/912ddb5c-8321-4c62-ae7d-23cdf212384e*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/912ddb5c-8321-4c62-ae7d-23cdf212384e*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -912,7 +912,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/912ddb5c-8321-4c62-ae7d-23cdf212384e*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/912ddb5c-8321-4c62-ae7d-23cdf212384e*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -950,7 +950,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/912ddb5c-8321-4c62-ae7d-23cdf212384e*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/912ddb5c-8321-4c62-ae7d-23cdf212384e*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -988,7 +988,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/912ddb5c-8321-4c62-ae7d-23cdf212384e*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/912ddb5c-8321-4c62-ae7d-23cdf212384e*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1026,7 +1026,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/912ddb5c-8321-4c62-ae7d-23cdf212384e*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/912ddb5c-8321-4c62-ae7d-23cdf212384e*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1064,7 +1064,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/912ddb5c-8321-4c62-ae7d-23cdf212384e*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/912ddb5c-8321-4c62-ae7d-23cdf212384e*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1102,7 +1102,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/912ddb5c-8321-4c62-ae7d-23cdf212384e*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/912ddb5c-8321-4c62-ae7d-23cdf212384e*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1140,7 +1140,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/912ddb5c-8321-4c62-ae7d-23cdf212384e*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/912ddb5c-8321-4c62-ae7d-23cdf212384e*1BD2BEC69E2C57F357CEB7BD95F317F60DA8452EC89F13F58F870EE5A0D916AD?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/AddTag(False)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/AddTag(False)Async.json index b08b78e32aac7..6a50f398e2505 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/AddTag(False)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/AddTag(False)Async.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7932?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7932?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0aaf59bc-8ebf-4acf-88dc-e02ddd35ee99*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0aaf59bc-8ebf-4acf-88dc-e02ddd35ee99*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0aaf59bc-8ebf-4acf-88dc-e02ddd35ee99*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0aaf59bc-8ebf-4acf-88dc-e02ddd35ee99*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0aaf59bc-8ebf-4acf-88dc-e02ddd35ee99*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0aaf59bc-8ebf-4acf-88dc-e02ddd35ee99*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0aaf59bc-8ebf-4acf-88dc-e02ddd35ee99*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0aaf59bc-8ebf-4acf-88dc-e02ddd35ee99*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0aaf59bc-8ebf-4acf-88dc-e02ddd35ee99*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0aaf59bc-8ebf-4acf-88dc-e02ddd35ee99*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0aaf59bc-8ebf-4acf-88dc-e02ddd35ee99*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0aaf59bc-8ebf-4acf-88dc-e02ddd35ee99*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0aaf59bc-8ebf-4acf-88dc-e02ddd35ee99*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0aaf59bc-8ebf-4acf-88dc-e02ddd35ee99*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0aaf59bc-8ebf-4acf-88dc-e02ddd35ee99*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0aaf59bc-8ebf-4acf-88dc-e02ddd35ee99*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0aaf59bc-8ebf-4acf-88dc-e02ddd35ee99*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0aaf59bc-8ebf-4acf-88dc-e02ddd35ee99*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0aaf59bc-8ebf-4acf-88dc-e02ddd35ee99*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0aaf59bc-8ebf-4acf-88dc-e02ddd35ee99*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7932?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7932?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -499,7 +499,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7932?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7932?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -551,7 +551,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7932?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7932?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -611,7 +611,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7932?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7932?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -665,7 +665,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -721,7 +721,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7932?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7932?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -735,14 +735,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c3a07cb-2437-43ef-ac43-6265c2689eb0*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c3a07cb-2437-43ef-ac43-6265c2689eb0*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:47:36 GMT", "ETag": "\u0022790146bc-0000-0700-0000-6419c3880000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c3a07cb-2437-43ef-ac43-6265c2689eb0*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c3a07cb-2437-43ef-ac43-6265c2689eb0*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -759,7 +759,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c3a07cb-2437-43ef-ac43-6265c2689eb0*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c3a07cb-2437-43ef-ac43-6265c2689eb0*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -797,7 +797,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c3a07cb-2437-43ef-ac43-6265c2689eb0*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c3a07cb-2437-43ef-ac43-6265c2689eb0*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -835,7 +835,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c3a07cb-2437-43ef-ac43-6265c2689eb0*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c3a07cb-2437-43ef-ac43-6265c2689eb0*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -873,7 +873,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c3a07cb-2437-43ef-ac43-6265c2689eb0*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c3a07cb-2437-43ef-ac43-6265c2689eb0*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -911,7 +911,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c3a07cb-2437-43ef-ac43-6265c2689eb0*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c3a07cb-2437-43ef-ac43-6265c2689eb0*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -949,7 +949,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c3a07cb-2437-43ef-ac43-6265c2689eb0*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c3a07cb-2437-43ef-ac43-6265c2689eb0*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -987,7 +987,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c3a07cb-2437-43ef-ac43-6265c2689eb0*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c3a07cb-2437-43ef-ac43-6265c2689eb0*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1025,7 +1025,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c3a07cb-2437-43ef-ac43-6265c2689eb0*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c3a07cb-2437-43ef-ac43-6265c2689eb0*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1063,7 +1063,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c3a07cb-2437-43ef-ac43-6265c2689eb0*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c3a07cb-2437-43ef-ac43-6265c2689eb0*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1101,7 +1101,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c3a07cb-2437-43ef-ac43-6265c2689eb0*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c3a07cb-2437-43ef-ac43-6265c2689eb0*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1139,7 +1139,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c3a07cb-2437-43ef-ac43-6265c2689eb0*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0c3a07cb-2437-43ef-ac43-6265c2689eb0*05F02E163BEE0E44617B7438BDB91D87D7CA000321BDE0BA53874FCEBB4302C7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/AddTag(True).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/AddTag(True).json index 60b4c3016f518..ba8f3e5481b70 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/AddTag(True).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/AddTag(True).json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-865?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-865?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2897514c-51d8-44e8-a8dd-375570f0f3d5*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2897514c-51d8-44e8-a8dd-375570f0f3d5*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "619", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2897514c-51d8-44e8-a8dd-375570f0f3d5*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2897514c-51d8-44e8-a8dd-375570f0f3d5*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2897514c-51d8-44e8-a8dd-375570f0f3d5*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2897514c-51d8-44e8-a8dd-375570f0f3d5*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2897514c-51d8-44e8-a8dd-375570f0f3d5*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2897514c-51d8-44e8-a8dd-375570f0f3d5*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2897514c-51d8-44e8-a8dd-375570f0f3d5*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2897514c-51d8-44e8-a8dd-375570f0f3d5*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2897514c-51d8-44e8-a8dd-375570f0f3d5*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2897514c-51d8-44e8-a8dd-375570f0f3d5*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2897514c-51d8-44e8-a8dd-375570f0f3d5*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2897514c-51d8-44e8-a8dd-375570f0f3d5*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2897514c-51d8-44e8-a8dd-375570f0f3d5*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2897514c-51d8-44e8-a8dd-375570f0f3d5*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2897514c-51d8-44e8-a8dd-375570f0f3d5*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2897514c-51d8-44e8-a8dd-375570f0f3d5*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2897514c-51d8-44e8-a8dd-375570f0f3d5*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2897514c-51d8-44e8-a8dd-375570f0f3d5*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-865?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-865?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -585,7 +585,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-865?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-865?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -639,7 +639,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-865?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-865?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -693,7 +693,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -750,7 +750,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-865?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-865?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -764,14 +764,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9376ad-6722-49bb-9d59-bf5d497a9658*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9376ad-6722-49bb-9d59-bf5d497a9658*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:26:35 GMT", "ETag": "\u00227601dede-0000-0700-0000-6419b08b0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9376ad-6722-49bb-9d59-bf5d497a9658*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9376ad-6722-49bb-9d59-bf5d497a9658*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -788,7 +788,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9376ad-6722-49bb-9d59-bf5d497a9658*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9376ad-6722-49bb-9d59-bf5d497a9658*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -826,7 +826,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9376ad-6722-49bb-9d59-bf5d497a9658*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9376ad-6722-49bb-9d59-bf5d497a9658*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -864,7 +864,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9376ad-6722-49bb-9d59-bf5d497a9658*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9376ad-6722-49bb-9d59-bf5d497a9658*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -902,7 +902,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9376ad-6722-49bb-9d59-bf5d497a9658*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9376ad-6722-49bb-9d59-bf5d497a9658*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -940,7 +940,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9376ad-6722-49bb-9d59-bf5d497a9658*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9376ad-6722-49bb-9d59-bf5d497a9658*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -978,7 +978,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9376ad-6722-49bb-9d59-bf5d497a9658*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9376ad-6722-49bb-9d59-bf5d497a9658*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1016,7 +1016,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9376ad-6722-49bb-9d59-bf5d497a9658*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9376ad-6722-49bb-9d59-bf5d497a9658*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1054,7 +1054,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9376ad-6722-49bb-9d59-bf5d497a9658*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9376ad-6722-49bb-9d59-bf5d497a9658*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1092,7 +1092,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9376ad-6722-49bb-9d59-bf5d497a9658*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9376ad-6722-49bb-9d59-bf5d497a9658*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1130,7 +1130,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9376ad-6722-49bb-9d59-bf5d497a9658*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9376ad-6722-49bb-9d59-bf5d497a9658*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1168,7 +1168,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9376ad-6722-49bb-9d59-bf5d497a9658*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9376ad-6722-49bb-9d59-bf5d497a9658*A360A4D46080FC2F6D7E844AF5CAD435A7E2F6C14AD12057CDBCBED74F2B6267?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/AddTag(True)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/AddTag(True)Async.json index 4b0ca1da97460..ac180890223b4 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/AddTag(True)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/AddTag(True)Async.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-8106?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-8106?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9bd958-e342-47b0-8abd-a23451ced1b8*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9bd958-e342-47b0-8abd-a23451ced1b8*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9bd958-e342-47b0-8abd-a23451ced1b8*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9bd958-e342-47b0-8abd-a23451ced1b8*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9bd958-e342-47b0-8abd-a23451ced1b8*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9bd958-e342-47b0-8abd-a23451ced1b8*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9bd958-e342-47b0-8abd-a23451ced1b8*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9bd958-e342-47b0-8abd-a23451ced1b8*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9bd958-e342-47b0-8abd-a23451ced1b8*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9bd958-e342-47b0-8abd-a23451ced1b8*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9bd958-e342-47b0-8abd-a23451ced1b8*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9bd958-e342-47b0-8abd-a23451ced1b8*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9bd958-e342-47b0-8abd-a23451ced1b8*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9bd958-e342-47b0-8abd-a23451ced1b8*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9bd958-e342-47b0-8abd-a23451ced1b8*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9bd958-e342-47b0-8abd-a23451ced1b8*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9bd958-e342-47b0-8abd-a23451ced1b8*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9bd958-e342-47b0-8abd-a23451ced1b8*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9bd958-e342-47b0-8abd-a23451ced1b8*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4e9bd958-e342-47b0-8abd-a23451ced1b8*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-8106?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-8106?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -585,7 +585,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-8106?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-8106?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -639,7 +639,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-8106?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-8106?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -693,7 +693,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -749,7 +749,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-8106?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-8106?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -763,14 +763,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af018e63-9f18-4e8e-a097-c03ec391a340*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af018e63-9f18-4e8e-a097-c03ec391a340*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:44:09 GMT", "ETag": "\u00227901f099-0000-0700-0000-6419c2ba0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af018e63-9f18-4e8e-a097-c03ec391a340*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af018e63-9f18-4e8e-a097-c03ec391a340*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -787,7 +787,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af018e63-9f18-4e8e-a097-c03ec391a340*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af018e63-9f18-4e8e-a097-c03ec391a340*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -825,7 +825,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af018e63-9f18-4e8e-a097-c03ec391a340*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af018e63-9f18-4e8e-a097-c03ec391a340*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -863,7 +863,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af018e63-9f18-4e8e-a097-c03ec391a340*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af018e63-9f18-4e8e-a097-c03ec391a340*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -901,7 +901,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af018e63-9f18-4e8e-a097-c03ec391a340*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af018e63-9f18-4e8e-a097-c03ec391a340*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -939,7 +939,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af018e63-9f18-4e8e-a097-c03ec391a340*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af018e63-9f18-4e8e-a097-c03ec391a340*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -977,7 +977,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af018e63-9f18-4e8e-a097-c03ec391a340*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af018e63-9f18-4e8e-a097-c03ec391a340*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1015,7 +1015,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af018e63-9f18-4e8e-a097-c03ec391a340*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af018e63-9f18-4e8e-a097-c03ec391a340*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1053,7 +1053,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af018e63-9f18-4e8e-a097-c03ec391a340*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af018e63-9f18-4e8e-a097-c03ec391a340*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1091,7 +1091,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af018e63-9f18-4e8e-a097-c03ec391a340*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af018e63-9f18-4e8e-a097-c03ec391a340*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1129,7 +1129,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af018e63-9f18-4e8e-a097-c03ec391a340*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af018e63-9f18-4e8e-a097-c03ec391a340*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1167,7 +1167,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af018e63-9f18-4e8e-a097-c03ec391a340*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/af018e63-9f18-4e8e-a097-c03ec391a340*DCB0C15B099683E83396535C5480EF4C91D6BE59BF1A93EC97919F3783CD8573?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/AddTag(null).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/AddTag(null).json index f9ff816211a95..fc47cf1aff674 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/AddTag(null).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/AddTag(null).json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6176?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6176?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b4aa4b6-cf99-4975-bcc2-a8abc1d3d368*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b4aa4b6-cf99-4975-bcc2-a8abc1d3d368*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "621", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b4aa4b6-cf99-4975-bcc2-a8abc1d3d368*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b4aa4b6-cf99-4975-bcc2-a8abc1d3d368*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b4aa4b6-cf99-4975-bcc2-a8abc1d3d368*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b4aa4b6-cf99-4975-bcc2-a8abc1d3d368*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b4aa4b6-cf99-4975-bcc2-a8abc1d3d368*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b4aa4b6-cf99-4975-bcc2-a8abc1d3d368*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b4aa4b6-cf99-4975-bcc2-a8abc1d3d368*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b4aa4b6-cf99-4975-bcc2-a8abc1d3d368*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b4aa4b6-cf99-4975-bcc2-a8abc1d3d368*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b4aa4b6-cf99-4975-bcc2-a8abc1d3d368*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b4aa4b6-cf99-4975-bcc2-a8abc1d3d368*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b4aa4b6-cf99-4975-bcc2-a8abc1d3d368*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b4aa4b6-cf99-4975-bcc2-a8abc1d3d368*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b4aa4b6-cf99-4975-bcc2-a8abc1d3d368*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b4aa4b6-cf99-4975-bcc2-a8abc1d3d368*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b4aa4b6-cf99-4975-bcc2-a8abc1d3d368*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b4aa4b6-cf99-4975-bcc2-a8abc1d3d368*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0b4aa4b6-cf99-4975-bcc2-a8abc1d3d368*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6176?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6176?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -640,7 +640,7 @@ "UK West" ], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "SupportsExtension" }, @@ -648,7 +648,7 @@ "resourceType": "tagNamespaceOperationResults", "locations": [], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "None" }, @@ -1130,7 +1130,7 @@ "resourceType": "changes", "locations": [], "apiVersions": [ - "2023-03-01-preview", + "2023-03-31", "2022-05-01", "2022-03-01-preview" ], @@ -1228,7 +1228,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6176?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6176?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1282,7 +1282,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6176?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6176?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1336,7 +1336,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1393,7 +1393,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6176?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6176?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1407,14 +1407,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7cb78b0c-84ec-43c5-9080-20ed861050b5*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7cb78b0c-84ec-43c5-9080-20ed861050b5*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:23:13 GMT", "ETag": "\u0022760163bd-0000-0700-0000-6419afc20000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7cb78b0c-84ec-43c5-9080-20ed861050b5*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7cb78b0c-84ec-43c5-9080-20ed861050b5*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -1431,7 +1431,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7cb78b0c-84ec-43c5-9080-20ed861050b5*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7cb78b0c-84ec-43c5-9080-20ed861050b5*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1469,7 +1469,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7cb78b0c-84ec-43c5-9080-20ed861050b5*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7cb78b0c-84ec-43c5-9080-20ed861050b5*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1507,7 +1507,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7cb78b0c-84ec-43c5-9080-20ed861050b5*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7cb78b0c-84ec-43c5-9080-20ed861050b5*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1545,7 +1545,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7cb78b0c-84ec-43c5-9080-20ed861050b5*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7cb78b0c-84ec-43c5-9080-20ed861050b5*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1583,7 +1583,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7cb78b0c-84ec-43c5-9080-20ed861050b5*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7cb78b0c-84ec-43c5-9080-20ed861050b5*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1621,7 +1621,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7cb78b0c-84ec-43c5-9080-20ed861050b5*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7cb78b0c-84ec-43c5-9080-20ed861050b5*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1659,7 +1659,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7cb78b0c-84ec-43c5-9080-20ed861050b5*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7cb78b0c-84ec-43c5-9080-20ed861050b5*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1697,7 +1697,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7cb78b0c-84ec-43c5-9080-20ed861050b5*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7cb78b0c-84ec-43c5-9080-20ed861050b5*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1735,7 +1735,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7cb78b0c-84ec-43c5-9080-20ed861050b5*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7cb78b0c-84ec-43c5-9080-20ed861050b5*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1773,7 +1773,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7cb78b0c-84ec-43c5-9080-20ed861050b5*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7cb78b0c-84ec-43c5-9080-20ed861050b5*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1811,7 +1811,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7cb78b0c-84ec-43c5-9080-20ed861050b5*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/7cb78b0c-84ec-43c5-9080-20ed861050b5*FE26F441A12AF99A9318E8B2F6720E43D6084442481FDB72D96D3241EF4DF142?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/AddTag(null)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/AddTag(null)Async.json index df94a2863a32f..3aa88af4291b0 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/AddTag(null)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/AddTag(null)Async.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9257?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9257?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/45e8f905-fbd6-48a4-b343-5c957d053dbb*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/45e8f905-fbd6-48a4-b343-5c957d053dbb*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/45e8f905-fbd6-48a4-b343-5c957d053dbb*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/45e8f905-fbd6-48a4-b343-5c957d053dbb*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/45e8f905-fbd6-48a4-b343-5c957d053dbb*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/45e8f905-fbd6-48a4-b343-5c957d053dbb*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/45e8f905-fbd6-48a4-b343-5c957d053dbb*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/45e8f905-fbd6-48a4-b343-5c957d053dbb*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/45e8f905-fbd6-48a4-b343-5c957d053dbb*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/45e8f905-fbd6-48a4-b343-5c957d053dbb*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/45e8f905-fbd6-48a4-b343-5c957d053dbb*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/45e8f905-fbd6-48a4-b343-5c957d053dbb*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/45e8f905-fbd6-48a4-b343-5c957d053dbb*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/45e8f905-fbd6-48a4-b343-5c957d053dbb*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/45e8f905-fbd6-48a4-b343-5c957d053dbb*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/45e8f905-fbd6-48a4-b343-5c957d053dbb*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/45e8f905-fbd6-48a4-b343-5c957d053dbb*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/45e8f905-fbd6-48a4-b343-5c957d053dbb*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/45e8f905-fbd6-48a4-b343-5c957d053dbb*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/45e8f905-fbd6-48a4-b343-5c957d053dbb*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9257?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9257?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -640,7 +640,7 @@ "UK West" ], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "SupportsExtension" }, @@ -648,7 +648,7 @@ "resourceType": "tagNamespaceOperationResults", "locations": [], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "None" }, @@ -1130,7 +1130,7 @@ "resourceType": "changes", "locations": [], "apiVersions": [ - "2023-03-01-preview", + "2023-03-31", "2022-05-01", "2022-03-01-preview" ], @@ -1228,7 +1228,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9257?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9257?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1282,7 +1282,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9257?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9257?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1336,7 +1336,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1392,7 +1392,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9257?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9257?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1406,14 +1406,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b95ab26b-1ed4-4bf2-8404-9c47d79bfbe6*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b95ab26b-1ed4-4bf2-8404-9c47d79bfbe6*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:40:45 GMT", "ETag": "\u00227901257b-0000-0700-0000-6419c1ed0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b95ab26b-1ed4-4bf2-8404-9c47d79bfbe6*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b95ab26b-1ed4-4bf2-8404-9c47d79bfbe6*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -1430,7 +1430,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b95ab26b-1ed4-4bf2-8404-9c47d79bfbe6*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b95ab26b-1ed4-4bf2-8404-9c47d79bfbe6*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1468,7 +1468,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b95ab26b-1ed4-4bf2-8404-9c47d79bfbe6*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b95ab26b-1ed4-4bf2-8404-9c47d79bfbe6*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1506,7 +1506,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b95ab26b-1ed4-4bf2-8404-9c47d79bfbe6*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b95ab26b-1ed4-4bf2-8404-9c47d79bfbe6*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1544,7 +1544,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b95ab26b-1ed4-4bf2-8404-9c47d79bfbe6*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b95ab26b-1ed4-4bf2-8404-9c47d79bfbe6*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1582,7 +1582,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b95ab26b-1ed4-4bf2-8404-9c47d79bfbe6*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b95ab26b-1ed4-4bf2-8404-9c47d79bfbe6*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1620,7 +1620,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b95ab26b-1ed4-4bf2-8404-9c47d79bfbe6*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b95ab26b-1ed4-4bf2-8404-9c47d79bfbe6*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1658,7 +1658,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b95ab26b-1ed4-4bf2-8404-9c47d79bfbe6*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b95ab26b-1ed4-4bf2-8404-9c47d79bfbe6*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1696,7 +1696,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b95ab26b-1ed4-4bf2-8404-9c47d79bfbe6*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b95ab26b-1ed4-4bf2-8404-9c47d79bfbe6*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1734,7 +1734,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b95ab26b-1ed4-4bf2-8404-9c47d79bfbe6*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b95ab26b-1ed4-4bf2-8404-9c47d79bfbe6*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1772,7 +1772,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b95ab26b-1ed4-4bf2-8404-9c47d79bfbe6*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b95ab26b-1ed4-4bf2-8404-9c47d79bfbe6*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1810,7 +1810,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b95ab26b-1ed4-4bf2-8404-9c47d79bfbe6*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b95ab26b-1ed4-4bf2-8404-9c47d79bfbe6*8BFC1E849AA5250AC9DA891295704E81A38B13B3B31E391E6DAE67CB8C76A696?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/CreateOrUpdate.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/CreateOrUpdate.json index 6748bdd935029..83547ac8a7c10 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/CreateOrUpdate.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/CreateOrUpdate.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6183?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6183?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/89fd005e-1163-41fd-a113-e709bd125e55*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/89fd005e-1163-41fd-a113-e709bd125e55*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/89fd005e-1163-41fd-a113-e709bd125e55*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/89fd005e-1163-41fd-a113-e709bd125e55*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/89fd005e-1163-41fd-a113-e709bd125e55*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/89fd005e-1163-41fd-a113-e709bd125e55*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/89fd005e-1163-41fd-a113-e709bd125e55*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/89fd005e-1163-41fd-a113-e709bd125e55*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/89fd005e-1163-41fd-a113-e709bd125e55*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/89fd005e-1163-41fd-a113-e709bd125e55*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/89fd005e-1163-41fd-a113-e709bd125e55*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/89fd005e-1163-41fd-a113-e709bd125e55*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/89fd005e-1163-41fd-a113-e709bd125e55*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/89fd005e-1163-41fd-a113-e709bd125e55*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/89fd005e-1163-41fd-a113-e709bd125e55*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/89fd005e-1163-41fd-a113-e709bd125e55*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/89fd005e-1163-41fd-a113-e709bd125e55*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/89fd005e-1163-41fd-a113-e709bd125e55*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/89fd005e-1163-41fd-a113-e709bd125e55*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/89fd005e-1163-41fd-a113-e709bd125e55*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6183?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6183?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -499,7 +499,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -554,7 +554,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6183?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6183?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -568,14 +568,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86661464-78d3-4710-81d7-e5505f2ff6c2*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86661464-78d3-4710-81d7-e5505f2ff6c2*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:54:00 GMT", "ETag": "\u00227701ead3-0000-0700-0000-6419b6f80000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86661464-78d3-4710-81d7-e5505f2ff6c2*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86661464-78d3-4710-81d7-e5505f2ff6c2*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -592,7 +592,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86661464-78d3-4710-81d7-e5505f2ff6c2*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86661464-78d3-4710-81d7-e5505f2ff6c2*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -630,7 +630,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86661464-78d3-4710-81d7-e5505f2ff6c2*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86661464-78d3-4710-81d7-e5505f2ff6c2*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -668,7 +668,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86661464-78d3-4710-81d7-e5505f2ff6c2*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86661464-78d3-4710-81d7-e5505f2ff6c2*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -706,7 +706,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86661464-78d3-4710-81d7-e5505f2ff6c2*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86661464-78d3-4710-81d7-e5505f2ff6c2*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -744,7 +744,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86661464-78d3-4710-81d7-e5505f2ff6c2*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86661464-78d3-4710-81d7-e5505f2ff6c2*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -782,7 +782,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86661464-78d3-4710-81d7-e5505f2ff6c2*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86661464-78d3-4710-81d7-e5505f2ff6c2*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -820,7 +820,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86661464-78d3-4710-81d7-e5505f2ff6c2*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86661464-78d3-4710-81d7-e5505f2ff6c2*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -858,7 +858,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86661464-78d3-4710-81d7-e5505f2ff6c2*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86661464-78d3-4710-81d7-e5505f2ff6c2*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -896,7 +896,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86661464-78d3-4710-81d7-e5505f2ff6c2*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86661464-78d3-4710-81d7-e5505f2ff6c2*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -934,7 +934,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86661464-78d3-4710-81d7-e5505f2ff6c2*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86661464-78d3-4710-81d7-e5505f2ff6c2*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -972,7 +972,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86661464-78d3-4710-81d7-e5505f2ff6c2*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86661464-78d3-4710-81d7-e5505f2ff6c2*C8050F9FD471C61A9BAE53BBD71DFD4F681E496D9A0FCB0346D0CEE7820C7EE8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/CreateOrUpdateAsync.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/CreateOrUpdateAsync.json index 263486928c1c1..e8e8613974818 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/CreateOrUpdateAsync.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/CreateOrUpdateAsync.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7658?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7658?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/71910669-5eee-44d5-a11f-197499919757*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/71910669-5eee-44d5-a11f-197499919757*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/71910669-5eee-44d5-a11f-197499919757*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/71910669-5eee-44d5-a11f-197499919757*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/71910669-5eee-44d5-a11f-197499919757*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/71910669-5eee-44d5-a11f-197499919757*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/71910669-5eee-44d5-a11f-197499919757*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/71910669-5eee-44d5-a11f-197499919757*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/71910669-5eee-44d5-a11f-197499919757*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/71910669-5eee-44d5-a11f-197499919757*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/71910669-5eee-44d5-a11f-197499919757*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/71910669-5eee-44d5-a11f-197499919757*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/71910669-5eee-44d5-a11f-197499919757*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/71910669-5eee-44d5-a11f-197499919757*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/71910669-5eee-44d5-a11f-197499919757*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/71910669-5eee-44d5-a11f-197499919757*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/71910669-5eee-44d5-a11f-197499919757*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/71910669-5eee-44d5-a11f-197499919757*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/71910669-5eee-44d5-a11f-197499919757*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/71910669-5eee-44d5-a11f-197499919757*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7658?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7658?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -499,7 +499,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -553,7 +553,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7658?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7658?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -567,14 +567,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdfac357-46cb-42f4-a134-cb58fd1fc431*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdfac357-46cb-42f4-a134-cb58fd1fc431*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:12:31 GMT", "ETag": "\u00227a01eca9-0000-0700-0000-6419c95f0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdfac357-46cb-42f4-a134-cb58fd1fc431*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdfac357-46cb-42f4-a134-cb58fd1fc431*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -591,7 +591,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdfac357-46cb-42f4-a134-cb58fd1fc431*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdfac357-46cb-42f4-a134-cb58fd1fc431*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -629,7 +629,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdfac357-46cb-42f4-a134-cb58fd1fc431*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdfac357-46cb-42f4-a134-cb58fd1fc431*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -667,7 +667,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdfac357-46cb-42f4-a134-cb58fd1fc431*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdfac357-46cb-42f4-a134-cb58fd1fc431*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -705,7 +705,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdfac357-46cb-42f4-a134-cb58fd1fc431*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdfac357-46cb-42f4-a134-cb58fd1fc431*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -743,7 +743,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdfac357-46cb-42f4-a134-cb58fd1fc431*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdfac357-46cb-42f4-a134-cb58fd1fc431*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -781,7 +781,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdfac357-46cb-42f4-a134-cb58fd1fc431*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdfac357-46cb-42f4-a134-cb58fd1fc431*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -819,7 +819,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdfac357-46cb-42f4-a134-cb58fd1fc431*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdfac357-46cb-42f4-a134-cb58fd1fc431*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -857,7 +857,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdfac357-46cb-42f4-a134-cb58fd1fc431*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdfac357-46cb-42f4-a134-cb58fd1fc431*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -895,7 +895,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdfac357-46cb-42f4-a134-cb58fd1fc431*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdfac357-46cb-42f4-a134-cb58fd1fc431*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -933,7 +933,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdfac357-46cb-42f4-a134-cb58fd1fc431*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdfac357-46cb-42f4-a134-cb58fd1fc431*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -971,7 +971,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdfac357-46cb-42f4-a134-cb58fd1fc431*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdfac357-46cb-42f4-a134-cb58fd1fc431*B755FE9B689F044BDB8EEA416AA561562B5668203BBEB82784F015E9330CB05C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/Delete.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/Delete.json index a1feb802a7fbc..7285c54f15f4f 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/Delete.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/Delete.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3634?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3634?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/004cae50-eecb-41dd-bb9f-04fe46f3c38c*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/004cae50-eecb-41dd-bb9f-04fe46f3c38c*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/004cae50-eecb-41dd-bb9f-04fe46f3c38c*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/004cae50-eecb-41dd-bb9f-04fe46f3c38c*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/004cae50-eecb-41dd-bb9f-04fe46f3c38c*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/004cae50-eecb-41dd-bb9f-04fe46f3c38c*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/004cae50-eecb-41dd-bb9f-04fe46f3c38c*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/004cae50-eecb-41dd-bb9f-04fe46f3c38c*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/004cae50-eecb-41dd-bb9f-04fe46f3c38c*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/004cae50-eecb-41dd-bb9f-04fe46f3c38c*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/004cae50-eecb-41dd-bb9f-04fe46f3c38c*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/004cae50-eecb-41dd-bb9f-04fe46f3c38c*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/004cae50-eecb-41dd-bb9f-04fe46f3c38c*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/004cae50-eecb-41dd-bb9f-04fe46f3c38c*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/004cae50-eecb-41dd-bb9f-04fe46f3c38c*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/004cae50-eecb-41dd-bb9f-04fe46f3c38c*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/004cae50-eecb-41dd-bb9f-04fe46f3c38c*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/004cae50-eecb-41dd-bb9f-04fe46f3c38c*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/004cae50-eecb-41dd-bb9f-04fe46f3c38c*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/004cae50-eecb-41dd-bb9f-04fe46f3c38c*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3634?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3634?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -499,7 +499,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3634?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3634?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -513,14 +513,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4450bf46-561a-4ce8-9430-f1fbda638122*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4450bf46-561a-4ce8-9430-f1fbda638122*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:57:31 GMT", "ETag": "\u0022770116f5-0000-0700-0000-6419b7cb0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4450bf46-561a-4ce8-9430-f1fbda638122*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4450bf46-561a-4ce8-9430-f1fbda638122*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -537,7 +537,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4450bf46-561a-4ce8-9430-f1fbda638122*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4450bf46-561a-4ce8-9430-f1fbda638122*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -575,7 +575,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4450bf46-561a-4ce8-9430-f1fbda638122*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4450bf46-561a-4ce8-9430-f1fbda638122*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -613,7 +613,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4450bf46-561a-4ce8-9430-f1fbda638122*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4450bf46-561a-4ce8-9430-f1fbda638122*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -651,7 +651,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4450bf46-561a-4ce8-9430-f1fbda638122*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4450bf46-561a-4ce8-9430-f1fbda638122*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -689,7 +689,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4450bf46-561a-4ce8-9430-f1fbda638122*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4450bf46-561a-4ce8-9430-f1fbda638122*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -727,7 +727,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4450bf46-561a-4ce8-9430-f1fbda638122*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4450bf46-561a-4ce8-9430-f1fbda638122*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -765,7 +765,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4450bf46-561a-4ce8-9430-f1fbda638122*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4450bf46-561a-4ce8-9430-f1fbda638122*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -803,7 +803,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4450bf46-561a-4ce8-9430-f1fbda638122*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4450bf46-561a-4ce8-9430-f1fbda638122*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -841,7 +841,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4450bf46-561a-4ce8-9430-f1fbda638122*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4450bf46-561a-4ce8-9430-f1fbda638122*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -879,7 +879,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4450bf46-561a-4ce8-9430-f1fbda638122*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4450bf46-561a-4ce8-9430-f1fbda638122*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -917,7 +917,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4450bf46-561a-4ce8-9430-f1fbda638122*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/4450bf46-561a-4ce8-9430-f1fbda638122*C12233C22A548076CC506463860CD49A60D9CE4E4FAD4E49B66329DD7D5171C4?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -956,7 +956,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3634?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3634?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -995,7 +995,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/DeleteAsync.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/DeleteAsync.json index a49dccc04b71f..65f6c8cca8fb7 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/DeleteAsync.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/DeleteAsync.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-2291?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-2291?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c04452be-cba0-45c5-8bf1-0c64175f19d9*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c04452be-cba0-45c5-8bf1-0c64175f19d9*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c04452be-cba0-45c5-8bf1-0c64175f19d9*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c04452be-cba0-45c5-8bf1-0c64175f19d9*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c04452be-cba0-45c5-8bf1-0c64175f19d9*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c04452be-cba0-45c5-8bf1-0c64175f19d9*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c04452be-cba0-45c5-8bf1-0c64175f19d9*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c04452be-cba0-45c5-8bf1-0c64175f19d9*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c04452be-cba0-45c5-8bf1-0c64175f19d9*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c04452be-cba0-45c5-8bf1-0c64175f19d9*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c04452be-cba0-45c5-8bf1-0c64175f19d9*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c04452be-cba0-45c5-8bf1-0c64175f19d9*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c04452be-cba0-45c5-8bf1-0c64175f19d9*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c04452be-cba0-45c5-8bf1-0c64175f19d9*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c04452be-cba0-45c5-8bf1-0c64175f19d9*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c04452be-cba0-45c5-8bf1-0c64175f19d9*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c04452be-cba0-45c5-8bf1-0c64175f19d9*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c04452be-cba0-45c5-8bf1-0c64175f19d9*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c04452be-cba0-45c5-8bf1-0c64175f19d9*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/c04452be-cba0-45c5-8bf1-0c64175f19d9*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-2291?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-2291?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -499,7 +499,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-2291?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-2291?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -513,14 +513,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0a5076ee-3de2-4d72-b532-7e5e4271072d*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0a5076ee-3de2-4d72-b532-7e5e4271072d*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:15:54 GMT", "ETag": "\u00227a0104cd-0000-0700-0000-6419ca2a0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0a5076ee-3de2-4d72-b532-7e5e4271072d*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0a5076ee-3de2-4d72-b532-7e5e4271072d*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -537,7 +537,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0a5076ee-3de2-4d72-b532-7e5e4271072d*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0a5076ee-3de2-4d72-b532-7e5e4271072d*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -575,7 +575,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0a5076ee-3de2-4d72-b532-7e5e4271072d*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0a5076ee-3de2-4d72-b532-7e5e4271072d*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -613,7 +613,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0a5076ee-3de2-4d72-b532-7e5e4271072d*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0a5076ee-3de2-4d72-b532-7e5e4271072d*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -651,7 +651,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0a5076ee-3de2-4d72-b532-7e5e4271072d*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0a5076ee-3de2-4d72-b532-7e5e4271072d*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -689,7 +689,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0a5076ee-3de2-4d72-b532-7e5e4271072d*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0a5076ee-3de2-4d72-b532-7e5e4271072d*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -727,7 +727,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0a5076ee-3de2-4d72-b532-7e5e4271072d*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0a5076ee-3de2-4d72-b532-7e5e4271072d*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -765,7 +765,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0a5076ee-3de2-4d72-b532-7e5e4271072d*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0a5076ee-3de2-4d72-b532-7e5e4271072d*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -803,7 +803,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0a5076ee-3de2-4d72-b532-7e5e4271072d*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0a5076ee-3de2-4d72-b532-7e5e4271072d*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -841,7 +841,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0a5076ee-3de2-4d72-b532-7e5e4271072d*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0a5076ee-3de2-4d72-b532-7e5e4271072d*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -879,7 +879,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0a5076ee-3de2-4d72-b532-7e5e4271072d*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0a5076ee-3de2-4d72-b532-7e5e4271072d*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -917,7 +917,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0a5076ee-3de2-4d72-b532-7e5e4271072d*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0a5076ee-3de2-4d72-b532-7e5e4271072d*F27F44E6B33521D8FD69CFED487D0F0FB9900E340DAC26862F387527C051B4A6?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -956,7 +956,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-2291?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-2291?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -995,7 +995,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/Exists.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/Exists.json index f773849af32ae..ba925c850c308 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/Exists.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/Exists.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-5391?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-5391?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a29698ec-c871-4258-b3d5-8bbf1903ed9e*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a29698ec-c871-4258-b3d5-8bbf1903ed9e*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a29698ec-c871-4258-b3d5-8bbf1903ed9e*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a29698ec-c871-4258-b3d5-8bbf1903ed9e*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a29698ec-c871-4258-b3d5-8bbf1903ed9e*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a29698ec-c871-4258-b3d5-8bbf1903ed9e*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a29698ec-c871-4258-b3d5-8bbf1903ed9e*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a29698ec-c871-4258-b3d5-8bbf1903ed9e*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a29698ec-c871-4258-b3d5-8bbf1903ed9e*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a29698ec-c871-4258-b3d5-8bbf1903ed9e*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a29698ec-c871-4258-b3d5-8bbf1903ed9e*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a29698ec-c871-4258-b3d5-8bbf1903ed9e*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a29698ec-c871-4258-b3d5-8bbf1903ed9e*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a29698ec-c871-4258-b3d5-8bbf1903ed9e*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a29698ec-c871-4258-b3d5-8bbf1903ed9e*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a29698ec-c871-4258-b3d5-8bbf1903ed9e*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a29698ec-c871-4258-b3d5-8bbf1903ed9e*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a29698ec-c871-4258-b3d5-8bbf1903ed9e*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a29698ec-c871-4258-b3d5-8bbf1903ed9e*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a29698ec-c871-4258-b3d5-8bbf1903ed9e*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-5391?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-5391?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -499,7 +499,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-5391?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-5391?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -551,7 +551,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -606,7 +606,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-5391?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-5391?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -620,14 +620,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3ef9f1c4-f1c7-4fe8-9f01-990b82bde602*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3ef9f1c4-f1c7-4fe8-9f01-990b82bde602*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:01:03 GMT", "ETag": "\u002278012918-0000-0700-0000-6419b89f0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3ef9f1c4-f1c7-4fe8-9f01-990b82bde602*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3ef9f1c4-f1c7-4fe8-9f01-990b82bde602*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -644,7 +644,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3ef9f1c4-f1c7-4fe8-9f01-990b82bde602*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3ef9f1c4-f1c7-4fe8-9f01-990b82bde602*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -682,7 +682,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3ef9f1c4-f1c7-4fe8-9f01-990b82bde602*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3ef9f1c4-f1c7-4fe8-9f01-990b82bde602*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -720,7 +720,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3ef9f1c4-f1c7-4fe8-9f01-990b82bde602*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3ef9f1c4-f1c7-4fe8-9f01-990b82bde602*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -758,7 +758,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3ef9f1c4-f1c7-4fe8-9f01-990b82bde602*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3ef9f1c4-f1c7-4fe8-9f01-990b82bde602*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -796,7 +796,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3ef9f1c4-f1c7-4fe8-9f01-990b82bde602*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3ef9f1c4-f1c7-4fe8-9f01-990b82bde602*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -834,7 +834,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3ef9f1c4-f1c7-4fe8-9f01-990b82bde602*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3ef9f1c4-f1c7-4fe8-9f01-990b82bde602*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -872,7 +872,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3ef9f1c4-f1c7-4fe8-9f01-990b82bde602*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3ef9f1c4-f1c7-4fe8-9f01-990b82bde602*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -910,7 +910,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3ef9f1c4-f1c7-4fe8-9f01-990b82bde602*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3ef9f1c4-f1c7-4fe8-9f01-990b82bde602*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -948,7 +948,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3ef9f1c4-f1c7-4fe8-9f01-990b82bde602*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3ef9f1c4-f1c7-4fe8-9f01-990b82bde602*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -986,7 +986,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3ef9f1c4-f1c7-4fe8-9f01-990b82bde602*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3ef9f1c4-f1c7-4fe8-9f01-990b82bde602*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1024,7 +1024,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3ef9f1c4-f1c7-4fe8-9f01-990b82bde602*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3ef9f1c4-f1c7-4fe8-9f01-990b82bde602*9E1D03E4F9E87B9F2838BEF2F789C659EF41BA905A1C186562E6E7C1D9C9AFBC?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/ExistsAsync.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/ExistsAsync.json index 9cca632e7bcae..ed073b53b57e4 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/ExistsAsync.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/ExistsAsync.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-4166?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-4166?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77a4732b-bdf7-4c25-8a9d-762b2ad67b2b*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77a4732b-bdf7-4c25-8a9d-762b2ad67b2b*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77a4732b-bdf7-4c25-8a9d-762b2ad67b2b*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77a4732b-bdf7-4c25-8a9d-762b2ad67b2b*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77a4732b-bdf7-4c25-8a9d-762b2ad67b2b*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77a4732b-bdf7-4c25-8a9d-762b2ad67b2b*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77a4732b-bdf7-4c25-8a9d-762b2ad67b2b*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77a4732b-bdf7-4c25-8a9d-762b2ad67b2b*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77a4732b-bdf7-4c25-8a9d-762b2ad67b2b*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77a4732b-bdf7-4c25-8a9d-762b2ad67b2b*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77a4732b-bdf7-4c25-8a9d-762b2ad67b2b*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77a4732b-bdf7-4c25-8a9d-762b2ad67b2b*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77a4732b-bdf7-4c25-8a9d-762b2ad67b2b*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77a4732b-bdf7-4c25-8a9d-762b2ad67b2b*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77a4732b-bdf7-4c25-8a9d-762b2ad67b2b*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77a4732b-bdf7-4c25-8a9d-762b2ad67b2b*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77a4732b-bdf7-4c25-8a9d-762b2ad67b2b*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77a4732b-bdf7-4c25-8a9d-762b2ad67b2b*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77a4732b-bdf7-4c25-8a9d-762b2ad67b2b*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77a4732b-bdf7-4c25-8a9d-762b2ad67b2b*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-4166?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-4166?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -499,7 +499,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-4166?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-4166?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -551,7 +551,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -605,7 +605,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-4166?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-4166?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -619,14 +619,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e8f3c556-14cb-4ec5-b80a-22747443ccff*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e8f3c556-14cb-4ec5-b80a-22747443ccff*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:19:17 GMT", "ETag": "\u00227a013bed-0000-0700-0000-6419caf50000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e8f3c556-14cb-4ec5-b80a-22747443ccff*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e8f3c556-14cb-4ec5-b80a-22747443ccff*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -643,7 +643,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e8f3c556-14cb-4ec5-b80a-22747443ccff*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e8f3c556-14cb-4ec5-b80a-22747443ccff*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -681,7 +681,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e8f3c556-14cb-4ec5-b80a-22747443ccff*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e8f3c556-14cb-4ec5-b80a-22747443ccff*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -719,7 +719,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e8f3c556-14cb-4ec5-b80a-22747443ccff*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e8f3c556-14cb-4ec5-b80a-22747443ccff*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -757,7 +757,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e8f3c556-14cb-4ec5-b80a-22747443ccff*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e8f3c556-14cb-4ec5-b80a-22747443ccff*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -795,7 +795,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e8f3c556-14cb-4ec5-b80a-22747443ccff*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e8f3c556-14cb-4ec5-b80a-22747443ccff*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -833,7 +833,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e8f3c556-14cb-4ec5-b80a-22747443ccff*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e8f3c556-14cb-4ec5-b80a-22747443ccff*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -871,7 +871,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e8f3c556-14cb-4ec5-b80a-22747443ccff*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e8f3c556-14cb-4ec5-b80a-22747443ccff*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -909,7 +909,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e8f3c556-14cb-4ec5-b80a-22747443ccff*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e8f3c556-14cb-4ec5-b80a-22747443ccff*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -947,7 +947,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e8f3c556-14cb-4ec5-b80a-22747443ccff*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e8f3c556-14cb-4ec5-b80a-22747443ccff*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -985,7 +985,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e8f3c556-14cb-4ec5-b80a-22747443ccff*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e8f3c556-14cb-4ec5-b80a-22747443ccff*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1023,7 +1023,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e8f3c556-14cb-4ec5-b80a-22747443ccff*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e8f3c556-14cb-4ec5-b80a-22747443ccff*804F30F8CA8DC261724805F37520D0962E69C4C6DAAA0D307DC489BBDD1A1E42?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/Get.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/Get.json index 17b379180c005..2b64017c1f197 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/Get.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/Get.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3690?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3690?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/039c290e-24b2-43f1-8787-bf0cd35770cc*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/039c290e-24b2-43f1-8787-bf0cd35770cc*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "621", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/039c290e-24b2-43f1-8787-bf0cd35770cc*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/039c290e-24b2-43f1-8787-bf0cd35770cc*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/039c290e-24b2-43f1-8787-bf0cd35770cc*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/039c290e-24b2-43f1-8787-bf0cd35770cc*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/039c290e-24b2-43f1-8787-bf0cd35770cc*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/039c290e-24b2-43f1-8787-bf0cd35770cc*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/039c290e-24b2-43f1-8787-bf0cd35770cc*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/039c290e-24b2-43f1-8787-bf0cd35770cc*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/039c290e-24b2-43f1-8787-bf0cd35770cc*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/039c290e-24b2-43f1-8787-bf0cd35770cc*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/039c290e-24b2-43f1-8787-bf0cd35770cc*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/039c290e-24b2-43f1-8787-bf0cd35770cc*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/039c290e-24b2-43f1-8787-bf0cd35770cc*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/039c290e-24b2-43f1-8787-bf0cd35770cc*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/039c290e-24b2-43f1-8787-bf0cd35770cc*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/039c290e-24b2-43f1-8787-bf0cd35770cc*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/039c290e-24b2-43f1-8787-bf0cd35770cc*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/039c290e-24b2-43f1-8787-bf0cd35770cc*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3690?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3690?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -499,7 +499,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3690?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3690?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -551,7 +551,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -606,7 +606,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3690?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3690?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -620,14 +620,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/11eeb570-a322-49b6-8870-73a5e6555694*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/11eeb570-a322-49b6-8870-73a5e6555694*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:05:19 GMT", "ETag": "\u00227801f841-0000-0700-0000-6419b9a00000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/11eeb570-a322-49b6-8870-73a5e6555694*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/11eeb570-a322-49b6-8870-73a5e6555694*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -644,7 +644,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/11eeb570-a322-49b6-8870-73a5e6555694*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/11eeb570-a322-49b6-8870-73a5e6555694*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -682,7 +682,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/11eeb570-a322-49b6-8870-73a5e6555694*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/11eeb570-a322-49b6-8870-73a5e6555694*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -720,7 +720,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/11eeb570-a322-49b6-8870-73a5e6555694*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/11eeb570-a322-49b6-8870-73a5e6555694*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -758,7 +758,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/11eeb570-a322-49b6-8870-73a5e6555694*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/11eeb570-a322-49b6-8870-73a5e6555694*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -796,7 +796,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/11eeb570-a322-49b6-8870-73a5e6555694*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/11eeb570-a322-49b6-8870-73a5e6555694*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -834,7 +834,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/11eeb570-a322-49b6-8870-73a5e6555694*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/11eeb570-a322-49b6-8870-73a5e6555694*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -872,7 +872,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/11eeb570-a322-49b6-8870-73a5e6555694*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/11eeb570-a322-49b6-8870-73a5e6555694*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -910,7 +910,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/11eeb570-a322-49b6-8870-73a5e6555694*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/11eeb570-a322-49b6-8870-73a5e6555694*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -948,7 +948,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/11eeb570-a322-49b6-8870-73a5e6555694*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/11eeb570-a322-49b6-8870-73a5e6555694*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -986,7 +986,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/11eeb570-a322-49b6-8870-73a5e6555694*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/11eeb570-a322-49b6-8870-73a5e6555694*B358BD0F03468A61F6E712489CDB1DF3AE3893AD7EE591D65FE0C836102FB6F1?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/GetAll.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/GetAll.json index 59bb3a10f359d..4e4a73a0313c0 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/GetAll.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/GetAll.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-5838?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-5838?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec93748d-9737-4142-b7be-156760144048*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec93748d-9737-4142-b7be-156760144048*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec93748d-9737-4142-b7be-156760144048*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec93748d-9737-4142-b7be-156760144048*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec93748d-9737-4142-b7be-156760144048*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec93748d-9737-4142-b7be-156760144048*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec93748d-9737-4142-b7be-156760144048*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec93748d-9737-4142-b7be-156760144048*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec93748d-9737-4142-b7be-156760144048*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec93748d-9737-4142-b7be-156760144048*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec93748d-9737-4142-b7be-156760144048*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec93748d-9737-4142-b7be-156760144048*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec93748d-9737-4142-b7be-156760144048*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec93748d-9737-4142-b7be-156760144048*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec93748d-9737-4142-b7be-156760144048*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec93748d-9737-4142-b7be-156760144048*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec93748d-9737-4142-b7be-156760144048*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec93748d-9737-4142-b7be-156760144048*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec93748d-9737-4142-b7be-156760144048*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ec93748d-9737-4142-b7be-156760144048*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-5838?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-5838?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -499,7 +499,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -554,7 +554,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -609,7 +609,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-5838?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-5838?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -623,14 +623,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b2ce1383-4b27-4e63-93a3-5409a5f1f2f9*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b2ce1383-4b27-4e63-93a3-5409a5f1f2f9*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:10:36 GMT", "ETag": "\u002278019b72-0000-0700-0000-6419badb0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b2ce1383-4b27-4e63-93a3-5409a5f1f2f9*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b2ce1383-4b27-4e63-93a3-5409a5f1f2f9*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -647,7 +647,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b2ce1383-4b27-4e63-93a3-5409a5f1f2f9*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b2ce1383-4b27-4e63-93a3-5409a5f1f2f9*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -685,7 +685,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b2ce1383-4b27-4e63-93a3-5409a5f1f2f9*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b2ce1383-4b27-4e63-93a3-5409a5f1f2f9*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -723,7 +723,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b2ce1383-4b27-4e63-93a3-5409a5f1f2f9*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b2ce1383-4b27-4e63-93a3-5409a5f1f2f9*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -761,7 +761,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b2ce1383-4b27-4e63-93a3-5409a5f1f2f9*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b2ce1383-4b27-4e63-93a3-5409a5f1f2f9*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -799,7 +799,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b2ce1383-4b27-4e63-93a3-5409a5f1f2f9*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b2ce1383-4b27-4e63-93a3-5409a5f1f2f9*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -837,7 +837,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b2ce1383-4b27-4e63-93a3-5409a5f1f2f9*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b2ce1383-4b27-4e63-93a3-5409a5f1f2f9*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -875,7 +875,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b2ce1383-4b27-4e63-93a3-5409a5f1f2f9*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b2ce1383-4b27-4e63-93a3-5409a5f1f2f9*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -913,7 +913,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b2ce1383-4b27-4e63-93a3-5409a5f1f2f9*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b2ce1383-4b27-4e63-93a3-5409a5f1f2f9*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -951,7 +951,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b2ce1383-4b27-4e63-93a3-5409a5f1f2f9*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b2ce1383-4b27-4e63-93a3-5409a5f1f2f9*221004AE5EECB92414461F4A020860613CAF6F9111B7CB9B3B8E7E3A55579DBE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/GetAllAsync.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/GetAllAsync.json index 75e4d300f851c..f6bc954df7650 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/GetAllAsync.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/GetAllAsync.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-8477?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-8477?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03a8a975-9802-479f-9740-47f5631de0a6*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03a8a975-9802-479f-9740-47f5631de0a6*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03a8a975-9802-479f-9740-47f5631de0a6*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03a8a975-9802-479f-9740-47f5631de0a6*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03a8a975-9802-479f-9740-47f5631de0a6*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03a8a975-9802-479f-9740-47f5631de0a6*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03a8a975-9802-479f-9740-47f5631de0a6*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03a8a975-9802-479f-9740-47f5631de0a6*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03a8a975-9802-479f-9740-47f5631de0a6*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03a8a975-9802-479f-9740-47f5631de0a6*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03a8a975-9802-479f-9740-47f5631de0a6*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03a8a975-9802-479f-9740-47f5631de0a6*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03a8a975-9802-479f-9740-47f5631de0a6*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03a8a975-9802-479f-9740-47f5631de0a6*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03a8a975-9802-479f-9740-47f5631de0a6*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03a8a975-9802-479f-9740-47f5631de0a6*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03a8a975-9802-479f-9740-47f5631de0a6*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03a8a975-9802-479f-9740-47f5631de0a6*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03a8a975-9802-479f-9740-47f5631de0a6*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03a8a975-9802-479f-9740-47f5631de0a6*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-8477?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-8477?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -499,7 +499,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -553,7 +553,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -607,7 +607,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-8477?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-8477?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -621,14 +621,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e510248e-f32e-4a44-ab31-d3a448ff8593*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e510248e-f32e-4a44-ab31-d3a448ff8593*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:26:03 GMT", "ETag": "\u00227b01a32b-0000-0700-0000-6419cc8b0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e510248e-f32e-4a44-ab31-d3a448ff8593*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e510248e-f32e-4a44-ab31-d3a448ff8593*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -645,7 +645,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e510248e-f32e-4a44-ab31-d3a448ff8593*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e510248e-f32e-4a44-ab31-d3a448ff8593*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -683,7 +683,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e510248e-f32e-4a44-ab31-d3a448ff8593*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e510248e-f32e-4a44-ab31-d3a448ff8593*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -721,7 +721,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e510248e-f32e-4a44-ab31-d3a448ff8593*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e510248e-f32e-4a44-ab31-d3a448ff8593*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -759,7 +759,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e510248e-f32e-4a44-ab31-d3a448ff8593*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e510248e-f32e-4a44-ab31-d3a448ff8593*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -797,7 +797,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e510248e-f32e-4a44-ab31-d3a448ff8593*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e510248e-f32e-4a44-ab31-d3a448ff8593*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -835,7 +835,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e510248e-f32e-4a44-ab31-d3a448ff8593*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e510248e-f32e-4a44-ab31-d3a448ff8593*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -873,7 +873,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e510248e-f32e-4a44-ab31-d3a448ff8593*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e510248e-f32e-4a44-ab31-d3a448ff8593*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -911,7 +911,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e510248e-f32e-4a44-ab31-d3a448ff8593*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e510248e-f32e-4a44-ab31-d3a448ff8593*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -949,7 +949,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e510248e-f32e-4a44-ab31-d3a448ff8593*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e510248e-f32e-4a44-ab31-d3a448ff8593*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -987,7 +987,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e510248e-f32e-4a44-ab31-d3a448ff8593*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e510248e-f32e-4a44-ab31-d3a448ff8593*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1025,7 +1025,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e510248e-f32e-4a44-ab31-d3a448ff8593*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e510248e-f32e-4a44-ab31-d3a448ff8593*66B55B7A74F8BEED2A7E50F209BBAFE2600775562EBB7AD02D59DAEBF9867F24?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/GetAsync.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/GetAsync.json index 8aa95d56a0480..1492433152586 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/GetAsync.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/GetAsync.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-6651?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-6651?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a1530bbe-0337-4cb5-b664-842f37049702*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a1530bbe-0337-4cb5-b664-842f37049702*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a1530bbe-0337-4cb5-b664-842f37049702*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a1530bbe-0337-4cb5-b664-842f37049702*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a1530bbe-0337-4cb5-b664-842f37049702*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a1530bbe-0337-4cb5-b664-842f37049702*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a1530bbe-0337-4cb5-b664-842f37049702*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a1530bbe-0337-4cb5-b664-842f37049702*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a1530bbe-0337-4cb5-b664-842f37049702*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a1530bbe-0337-4cb5-b664-842f37049702*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a1530bbe-0337-4cb5-b664-842f37049702*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a1530bbe-0337-4cb5-b664-842f37049702*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a1530bbe-0337-4cb5-b664-842f37049702*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a1530bbe-0337-4cb5-b664-842f37049702*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a1530bbe-0337-4cb5-b664-842f37049702*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a1530bbe-0337-4cb5-b664-842f37049702*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a1530bbe-0337-4cb5-b664-842f37049702*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a1530bbe-0337-4cb5-b664-842f37049702*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a1530bbe-0337-4cb5-b664-842f37049702*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a1530bbe-0337-4cb5-b664-842f37049702*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-6651?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-6651?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -499,7 +499,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-6651?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-6651?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -551,7 +551,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -605,7 +605,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-6651?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-6651?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -619,14 +619,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ce0f7942-9461-42b9-8de4-4c4a89e74b0d*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ce0f7942-9461-42b9-8de4-4c4a89e74b0d*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:22:39 GMT", "ETag": "\u00227b01090d-0000-0700-0000-6419cbbf0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ce0f7942-9461-42b9-8de4-4c4a89e74b0d*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ce0f7942-9461-42b9-8de4-4c4a89e74b0d*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -643,7 +643,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ce0f7942-9461-42b9-8de4-4c4a89e74b0d*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ce0f7942-9461-42b9-8de4-4c4a89e74b0d*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -681,7 +681,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ce0f7942-9461-42b9-8de4-4c4a89e74b0d*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ce0f7942-9461-42b9-8de4-4c4a89e74b0d*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -719,7 +719,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ce0f7942-9461-42b9-8de4-4c4a89e74b0d*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ce0f7942-9461-42b9-8de4-4c4a89e74b0d*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -757,7 +757,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ce0f7942-9461-42b9-8de4-4c4a89e74b0d*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ce0f7942-9461-42b9-8de4-4c4a89e74b0d*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -795,7 +795,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ce0f7942-9461-42b9-8de4-4c4a89e74b0d*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ce0f7942-9461-42b9-8de4-4c4a89e74b0d*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -833,7 +833,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ce0f7942-9461-42b9-8de4-4c4a89e74b0d*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ce0f7942-9461-42b9-8de4-4c4a89e74b0d*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -871,7 +871,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ce0f7942-9461-42b9-8de4-4c4a89e74b0d*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ce0f7942-9461-42b9-8de4-4c4a89e74b0d*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -909,7 +909,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ce0f7942-9461-42b9-8de4-4c4a89e74b0d*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ce0f7942-9461-42b9-8de4-4c4a89e74b0d*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -947,7 +947,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ce0f7942-9461-42b9-8de4-4c4a89e74b0d*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ce0f7942-9461-42b9-8de4-4c4a89e74b0d*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -985,7 +985,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ce0f7942-9461-42b9-8de4-4c4a89e74b0d*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ce0f7942-9461-42b9-8de4-4c4a89e74b0d*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1023,7 +1023,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ce0f7942-9461-42b9-8de4-4c4a89e74b0d*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ce0f7942-9461-42b9-8de4-4c4a89e74b0d*A974639D0657E854B0C79AED39666469E4686EA32A5237AA8A39E67DAD7035B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/RemoveTag(False).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/RemoveTag(False).json index 67a0ecbf89ce8..0db10560acef5 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/RemoveTag(False).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/RemoveTag(False).json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3093?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3093?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d2d2b0d8-3b02-4716-a2a9-02f2973d3e17*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d2d2b0d8-3b02-4716-a2a9-02f2973d3e17*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d2d2b0d8-3b02-4716-a2a9-02f2973d3e17*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d2d2b0d8-3b02-4716-a2a9-02f2973d3e17*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d2d2b0d8-3b02-4716-a2a9-02f2973d3e17*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d2d2b0d8-3b02-4716-a2a9-02f2973d3e17*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d2d2b0d8-3b02-4716-a2a9-02f2973d3e17*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d2d2b0d8-3b02-4716-a2a9-02f2973d3e17*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d2d2b0d8-3b02-4716-a2a9-02f2973d3e17*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d2d2b0d8-3b02-4716-a2a9-02f2973d3e17*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d2d2b0d8-3b02-4716-a2a9-02f2973d3e17*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d2d2b0d8-3b02-4716-a2a9-02f2973d3e17*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d2d2b0d8-3b02-4716-a2a9-02f2973d3e17*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d2d2b0d8-3b02-4716-a2a9-02f2973d3e17*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d2d2b0d8-3b02-4716-a2a9-02f2973d3e17*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d2d2b0d8-3b02-4716-a2a9-02f2973d3e17*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d2d2b0d8-3b02-4716-a2a9-02f2973d3e17*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d2d2b0d8-3b02-4716-a2a9-02f2973d3e17*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d2d2b0d8-3b02-4716-a2a9-02f2973d3e17*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d2d2b0d8-3b02-4716-a2a9-02f2973d3e17*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3093?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3093?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -499,7 +499,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3093?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3093?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -551,7 +551,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3093?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3093?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -611,7 +611,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3093?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3093?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -665,7 +665,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3093?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3093?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -719,7 +719,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3093?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3093?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -775,7 +775,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3093?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3093?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -827,7 +827,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -882,7 +882,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3093?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3093?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -896,14 +896,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2df52fe7-f860-4a64-b5b0-be6af6427928*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2df52fe7-f860-4a64-b5b0-be6af6427928*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:40:06 GMT", "ETag": "\u00227701f25d-0000-0700-0000-6419b3b70000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2df52fe7-f860-4a64-b5b0-be6af6427928*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2df52fe7-f860-4a64-b5b0-be6af6427928*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -920,7 +920,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2df52fe7-f860-4a64-b5b0-be6af6427928*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2df52fe7-f860-4a64-b5b0-be6af6427928*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -958,7 +958,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2df52fe7-f860-4a64-b5b0-be6af6427928*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2df52fe7-f860-4a64-b5b0-be6af6427928*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -996,7 +996,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2df52fe7-f860-4a64-b5b0-be6af6427928*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2df52fe7-f860-4a64-b5b0-be6af6427928*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1034,7 +1034,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2df52fe7-f860-4a64-b5b0-be6af6427928*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2df52fe7-f860-4a64-b5b0-be6af6427928*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1072,7 +1072,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2df52fe7-f860-4a64-b5b0-be6af6427928*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2df52fe7-f860-4a64-b5b0-be6af6427928*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1110,7 +1110,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2df52fe7-f860-4a64-b5b0-be6af6427928*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2df52fe7-f860-4a64-b5b0-be6af6427928*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1148,7 +1148,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2df52fe7-f860-4a64-b5b0-be6af6427928*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2df52fe7-f860-4a64-b5b0-be6af6427928*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1186,7 +1186,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2df52fe7-f860-4a64-b5b0-be6af6427928*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2df52fe7-f860-4a64-b5b0-be6af6427928*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1224,7 +1224,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2df52fe7-f860-4a64-b5b0-be6af6427928*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2df52fe7-f860-4a64-b5b0-be6af6427928*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1262,7 +1262,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2df52fe7-f860-4a64-b5b0-be6af6427928*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2df52fe7-f860-4a64-b5b0-be6af6427928*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1300,7 +1300,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2df52fe7-f860-4a64-b5b0-be6af6427928*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/2df52fe7-f860-4a64-b5b0-be6af6427928*3FE9A4E009D2EF9A58108E098F875D8231D486AE5D666B4B67BF54950B4E95E5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/RemoveTag(False)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/RemoveTag(False)Async.json index 7d04e668b7020..99dab4c0a83ae 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/RemoveTag(False)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/RemoveTag(False)Async.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-2007?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-2007?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77bd9965-04c5-47ba-9e33-1bc2dfcc8959*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77bd9965-04c5-47ba-9e33-1bc2dfcc8959*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77bd9965-04c5-47ba-9e33-1bc2dfcc8959*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77bd9965-04c5-47ba-9e33-1bc2dfcc8959*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77bd9965-04c5-47ba-9e33-1bc2dfcc8959*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77bd9965-04c5-47ba-9e33-1bc2dfcc8959*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77bd9965-04c5-47ba-9e33-1bc2dfcc8959*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77bd9965-04c5-47ba-9e33-1bc2dfcc8959*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77bd9965-04c5-47ba-9e33-1bc2dfcc8959*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77bd9965-04c5-47ba-9e33-1bc2dfcc8959*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77bd9965-04c5-47ba-9e33-1bc2dfcc8959*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77bd9965-04c5-47ba-9e33-1bc2dfcc8959*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77bd9965-04c5-47ba-9e33-1bc2dfcc8959*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77bd9965-04c5-47ba-9e33-1bc2dfcc8959*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77bd9965-04c5-47ba-9e33-1bc2dfcc8959*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77bd9965-04c5-47ba-9e33-1bc2dfcc8959*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77bd9965-04c5-47ba-9e33-1bc2dfcc8959*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77bd9965-04c5-47ba-9e33-1bc2dfcc8959*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77bd9965-04c5-47ba-9e33-1bc2dfcc8959*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/77bd9965-04c5-47ba-9e33-1bc2dfcc8959*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-2007?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-2007?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -499,7 +499,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-2007?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-2007?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -551,7 +551,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-2007?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-2007?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -611,7 +611,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-2007?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-2007?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -665,7 +665,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-2007?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-2007?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -719,7 +719,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-2007?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-2007?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -775,7 +775,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-2007?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-2007?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -827,7 +827,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -881,7 +881,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-2007?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-2007?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -895,14 +895,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3393417a-ab60-4084-ad8d-1501b8c2183e*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3393417a-ab60-4084-ad8d-1501b8c2183e*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:58:21 GMT", "ETag": "\u00227a01881e-0000-0700-0000-6419c60d0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3393417a-ab60-4084-ad8d-1501b8c2183e*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3393417a-ab60-4084-ad8d-1501b8c2183e*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -919,7 +919,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3393417a-ab60-4084-ad8d-1501b8c2183e*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3393417a-ab60-4084-ad8d-1501b8c2183e*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -957,7 +957,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3393417a-ab60-4084-ad8d-1501b8c2183e*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3393417a-ab60-4084-ad8d-1501b8c2183e*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -995,7 +995,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3393417a-ab60-4084-ad8d-1501b8c2183e*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3393417a-ab60-4084-ad8d-1501b8c2183e*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1033,7 +1033,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3393417a-ab60-4084-ad8d-1501b8c2183e*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3393417a-ab60-4084-ad8d-1501b8c2183e*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1071,7 +1071,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3393417a-ab60-4084-ad8d-1501b8c2183e*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3393417a-ab60-4084-ad8d-1501b8c2183e*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1109,7 +1109,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3393417a-ab60-4084-ad8d-1501b8c2183e*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3393417a-ab60-4084-ad8d-1501b8c2183e*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1147,7 +1147,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3393417a-ab60-4084-ad8d-1501b8c2183e*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3393417a-ab60-4084-ad8d-1501b8c2183e*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1185,7 +1185,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3393417a-ab60-4084-ad8d-1501b8c2183e*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3393417a-ab60-4084-ad8d-1501b8c2183e*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1223,7 +1223,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3393417a-ab60-4084-ad8d-1501b8c2183e*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3393417a-ab60-4084-ad8d-1501b8c2183e*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1261,7 +1261,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3393417a-ab60-4084-ad8d-1501b8c2183e*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3393417a-ab60-4084-ad8d-1501b8c2183e*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1299,7 +1299,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3393417a-ab60-4084-ad8d-1501b8c2183e*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3393417a-ab60-4084-ad8d-1501b8c2183e*D30D322B4E5DBEC1B3660C55B927224B5B45C1C6501A17867B300AD9D41A61D8?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/RemoveTag(True).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/RemoveTag(True).json index 73139392e4881..f56db4a71e727 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/RemoveTag(True).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/RemoveTag(True).json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3370?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3370?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1f02d495-e15f-41f0-aac7-e6c628ca64eb*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1f02d495-e15f-41f0-aac7-e6c628ca64eb*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1f02d495-e15f-41f0-aac7-e6c628ca64eb*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1f02d495-e15f-41f0-aac7-e6c628ca64eb*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1f02d495-e15f-41f0-aac7-e6c628ca64eb*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1f02d495-e15f-41f0-aac7-e6c628ca64eb*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1f02d495-e15f-41f0-aac7-e6c628ca64eb*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1f02d495-e15f-41f0-aac7-e6c628ca64eb*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1f02d495-e15f-41f0-aac7-e6c628ca64eb*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1f02d495-e15f-41f0-aac7-e6c628ca64eb*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1f02d495-e15f-41f0-aac7-e6c628ca64eb*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1f02d495-e15f-41f0-aac7-e6c628ca64eb*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1f02d495-e15f-41f0-aac7-e6c628ca64eb*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1f02d495-e15f-41f0-aac7-e6c628ca64eb*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1f02d495-e15f-41f0-aac7-e6c628ca64eb*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1f02d495-e15f-41f0-aac7-e6c628ca64eb*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1f02d495-e15f-41f0-aac7-e6c628ca64eb*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1f02d495-e15f-41f0-aac7-e6c628ca64eb*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1f02d495-e15f-41f0-aac7-e6c628ca64eb*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1f02d495-e15f-41f0-aac7-e6c628ca64eb*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3370?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3370?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -585,7 +585,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3370?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3370?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -639,7 +639,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3370?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3370?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -777,7 +777,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3370?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3370?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -829,7 +829,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3370?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3370?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -881,7 +881,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -936,7 +936,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3370?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3370?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -950,14 +950,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b8494345-4e7f-43e3-b0d4-5fbac2993714*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b8494345-4e7f-43e3-b0d4-5fbac2993714*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:36:41 GMT", "ETag": "\u002277018c40-0000-0700-0000-6419b2ea0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b8494345-4e7f-43e3-b0d4-5fbac2993714*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b8494345-4e7f-43e3-b0d4-5fbac2993714*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -974,7 +974,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b8494345-4e7f-43e3-b0d4-5fbac2993714*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b8494345-4e7f-43e3-b0d4-5fbac2993714*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1012,7 +1012,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b8494345-4e7f-43e3-b0d4-5fbac2993714*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b8494345-4e7f-43e3-b0d4-5fbac2993714*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1050,7 +1050,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b8494345-4e7f-43e3-b0d4-5fbac2993714*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b8494345-4e7f-43e3-b0d4-5fbac2993714*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1088,7 +1088,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b8494345-4e7f-43e3-b0d4-5fbac2993714*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b8494345-4e7f-43e3-b0d4-5fbac2993714*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1126,7 +1126,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b8494345-4e7f-43e3-b0d4-5fbac2993714*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b8494345-4e7f-43e3-b0d4-5fbac2993714*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1164,7 +1164,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b8494345-4e7f-43e3-b0d4-5fbac2993714*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b8494345-4e7f-43e3-b0d4-5fbac2993714*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1202,7 +1202,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b8494345-4e7f-43e3-b0d4-5fbac2993714*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b8494345-4e7f-43e3-b0d4-5fbac2993714*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1240,7 +1240,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b8494345-4e7f-43e3-b0d4-5fbac2993714*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b8494345-4e7f-43e3-b0d4-5fbac2993714*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1278,7 +1278,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b8494345-4e7f-43e3-b0d4-5fbac2993714*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b8494345-4e7f-43e3-b0d4-5fbac2993714*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1316,7 +1316,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b8494345-4e7f-43e3-b0d4-5fbac2993714*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b8494345-4e7f-43e3-b0d4-5fbac2993714*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1354,7 +1354,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b8494345-4e7f-43e3-b0d4-5fbac2993714*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b8494345-4e7f-43e3-b0d4-5fbac2993714*931868E0F0A19AD60194081B5F835974F8ECF8A6151DEA823C2BBF48A723B6B5?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/RemoveTag(True)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/RemoveTag(True)Async.json index 9d898e26cece9..a8f1f56830721 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/RemoveTag(True)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/RemoveTag(True)Async.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9729?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9729?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/990154a9-35cf-4db0-84f4-be13684d3bb8*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/990154a9-35cf-4db0-84f4-be13684d3bb8*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/990154a9-35cf-4db0-84f4-be13684d3bb8*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/990154a9-35cf-4db0-84f4-be13684d3bb8*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/990154a9-35cf-4db0-84f4-be13684d3bb8*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/990154a9-35cf-4db0-84f4-be13684d3bb8*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/990154a9-35cf-4db0-84f4-be13684d3bb8*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/990154a9-35cf-4db0-84f4-be13684d3bb8*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/990154a9-35cf-4db0-84f4-be13684d3bb8*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/990154a9-35cf-4db0-84f4-be13684d3bb8*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/990154a9-35cf-4db0-84f4-be13684d3bb8*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/990154a9-35cf-4db0-84f4-be13684d3bb8*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/990154a9-35cf-4db0-84f4-be13684d3bb8*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/990154a9-35cf-4db0-84f4-be13684d3bb8*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/990154a9-35cf-4db0-84f4-be13684d3bb8*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/990154a9-35cf-4db0-84f4-be13684d3bb8*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/990154a9-35cf-4db0-84f4-be13684d3bb8*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/990154a9-35cf-4db0-84f4-be13684d3bb8*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/990154a9-35cf-4db0-84f4-be13684d3bb8*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/990154a9-35cf-4db0-84f4-be13684d3bb8*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9729?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9729?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -585,7 +585,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9729?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9729?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -639,7 +639,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9729?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9729?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -777,7 +777,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9729?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9729?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -829,7 +829,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9729?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9729?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -881,7 +881,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -935,7 +935,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9729?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9729?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -949,14 +949,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1a1ac529-91a2-470c-8eb7-7cc7e2123ed7*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1a1ac529-91a2-470c-8eb7-7cc7e2123ed7*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:54:51 GMT", "ETag": "\u002279014efb-0000-0700-0000-6419c53b0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1a1ac529-91a2-470c-8eb7-7cc7e2123ed7*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1a1ac529-91a2-470c-8eb7-7cc7e2123ed7*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -973,7 +973,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1a1ac529-91a2-470c-8eb7-7cc7e2123ed7*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1a1ac529-91a2-470c-8eb7-7cc7e2123ed7*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1011,7 +1011,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1a1ac529-91a2-470c-8eb7-7cc7e2123ed7*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1a1ac529-91a2-470c-8eb7-7cc7e2123ed7*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1049,7 +1049,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1a1ac529-91a2-470c-8eb7-7cc7e2123ed7*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1a1ac529-91a2-470c-8eb7-7cc7e2123ed7*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1087,7 +1087,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1a1ac529-91a2-470c-8eb7-7cc7e2123ed7*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1a1ac529-91a2-470c-8eb7-7cc7e2123ed7*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1125,7 +1125,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1a1ac529-91a2-470c-8eb7-7cc7e2123ed7*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1a1ac529-91a2-470c-8eb7-7cc7e2123ed7*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1163,7 +1163,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1a1ac529-91a2-470c-8eb7-7cc7e2123ed7*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1a1ac529-91a2-470c-8eb7-7cc7e2123ed7*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1201,7 +1201,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1a1ac529-91a2-470c-8eb7-7cc7e2123ed7*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1a1ac529-91a2-470c-8eb7-7cc7e2123ed7*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1239,7 +1239,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1a1ac529-91a2-470c-8eb7-7cc7e2123ed7*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1a1ac529-91a2-470c-8eb7-7cc7e2123ed7*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1277,7 +1277,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1a1ac529-91a2-470c-8eb7-7cc7e2123ed7*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1a1ac529-91a2-470c-8eb7-7cc7e2123ed7*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1315,7 +1315,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1a1ac529-91a2-470c-8eb7-7cc7e2123ed7*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1a1ac529-91a2-470c-8eb7-7cc7e2123ed7*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1353,7 +1353,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1a1ac529-91a2-470c-8eb7-7cc7e2123ed7*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1a1ac529-91a2-470c-8eb7-7cc7e2123ed7*3012381F646DA01101F18F919F5BEFFBB18FFFF16FCA0DDF0F5B0C65DF07065E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/RemoveTag(null).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/RemoveTag(null).json index 52170f1dfd486..8c6ba9199d4a0 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/RemoveTag(null).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/RemoveTag(null).json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3814?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3814?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dfd9bf09-874b-4b7a-ab60-c0bf76b42469*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dfd9bf09-874b-4b7a-ab60-c0bf76b42469*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dfd9bf09-874b-4b7a-ab60-c0bf76b42469*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dfd9bf09-874b-4b7a-ab60-c0bf76b42469*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dfd9bf09-874b-4b7a-ab60-c0bf76b42469*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dfd9bf09-874b-4b7a-ab60-c0bf76b42469*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dfd9bf09-874b-4b7a-ab60-c0bf76b42469*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dfd9bf09-874b-4b7a-ab60-c0bf76b42469*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dfd9bf09-874b-4b7a-ab60-c0bf76b42469*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dfd9bf09-874b-4b7a-ab60-c0bf76b42469*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dfd9bf09-874b-4b7a-ab60-c0bf76b42469*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dfd9bf09-874b-4b7a-ab60-c0bf76b42469*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dfd9bf09-874b-4b7a-ab60-c0bf76b42469*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dfd9bf09-874b-4b7a-ab60-c0bf76b42469*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dfd9bf09-874b-4b7a-ab60-c0bf76b42469*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dfd9bf09-874b-4b7a-ab60-c0bf76b42469*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dfd9bf09-874b-4b7a-ab60-c0bf76b42469*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dfd9bf09-874b-4b7a-ab60-c0bf76b42469*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dfd9bf09-874b-4b7a-ab60-c0bf76b42469*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/dfd9bf09-874b-4b7a-ab60-c0bf76b42469*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3814?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3814?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -640,7 +640,7 @@ "UK West" ], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "SupportsExtension" }, @@ -648,7 +648,7 @@ "resourceType": "tagNamespaceOperationResults", "locations": [], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "None" }, @@ -1130,7 +1130,7 @@ "resourceType": "changes", "locations": [], "apiVersions": [ - "2023-03-01-preview", + "2023-03-31", "2022-05-01", "2022-03-01-preview" ], @@ -1228,7 +1228,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3814?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3814?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1282,7 +1282,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3814?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3814?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1420,7 +1420,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3814?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3814?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1472,7 +1472,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3814?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3814?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1524,7 +1524,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1579,7 +1579,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3814?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-3814?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1593,14 +1593,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d89f8fee-4748-4bfb-be08-3c0e1f7aa700*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d89f8fee-4748-4bfb-be08-3c0e1f7aa700*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:33:18 GMT", "ETag": "\u002277015c1f-0000-0700-0000-6419b21f0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d89f8fee-4748-4bfb-be08-3c0e1f7aa700*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d89f8fee-4748-4bfb-be08-3c0e1f7aa700*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -1617,7 +1617,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d89f8fee-4748-4bfb-be08-3c0e1f7aa700*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d89f8fee-4748-4bfb-be08-3c0e1f7aa700*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1655,7 +1655,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d89f8fee-4748-4bfb-be08-3c0e1f7aa700*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d89f8fee-4748-4bfb-be08-3c0e1f7aa700*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1693,7 +1693,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d89f8fee-4748-4bfb-be08-3c0e1f7aa700*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d89f8fee-4748-4bfb-be08-3c0e1f7aa700*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1731,7 +1731,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d89f8fee-4748-4bfb-be08-3c0e1f7aa700*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d89f8fee-4748-4bfb-be08-3c0e1f7aa700*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1769,7 +1769,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d89f8fee-4748-4bfb-be08-3c0e1f7aa700*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d89f8fee-4748-4bfb-be08-3c0e1f7aa700*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1807,7 +1807,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d89f8fee-4748-4bfb-be08-3c0e1f7aa700*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d89f8fee-4748-4bfb-be08-3c0e1f7aa700*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1845,7 +1845,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d89f8fee-4748-4bfb-be08-3c0e1f7aa700*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d89f8fee-4748-4bfb-be08-3c0e1f7aa700*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1883,7 +1883,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d89f8fee-4748-4bfb-be08-3c0e1f7aa700*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d89f8fee-4748-4bfb-be08-3c0e1f7aa700*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1921,7 +1921,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d89f8fee-4748-4bfb-be08-3c0e1f7aa700*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d89f8fee-4748-4bfb-be08-3c0e1f7aa700*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1959,7 +1959,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d89f8fee-4748-4bfb-be08-3c0e1f7aa700*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d89f8fee-4748-4bfb-be08-3c0e1f7aa700*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1997,7 +1997,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d89f8fee-4748-4bfb-be08-3c0e1f7aa700*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/d89f8fee-4748-4bfb-be08-3c0e1f7aa700*BB2A7AF460125CABA8FEF8D15A817B4F757349BAF99CD8C473094AEB03E96B96?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/RemoveTag(null)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/RemoveTag(null)Async.json index 110bb5037cc2c..ba91cd412dbd9 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/RemoveTag(null)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/RemoveTag(null)Async.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7336?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7336?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ad486352-833d-4185-84ab-e39664e67e7a*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ad486352-833d-4185-84ab-e39664e67e7a*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ad486352-833d-4185-84ab-e39664e67e7a*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ad486352-833d-4185-84ab-e39664e67e7a*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ad486352-833d-4185-84ab-e39664e67e7a*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ad486352-833d-4185-84ab-e39664e67e7a*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ad486352-833d-4185-84ab-e39664e67e7a*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ad486352-833d-4185-84ab-e39664e67e7a*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ad486352-833d-4185-84ab-e39664e67e7a*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ad486352-833d-4185-84ab-e39664e67e7a*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ad486352-833d-4185-84ab-e39664e67e7a*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ad486352-833d-4185-84ab-e39664e67e7a*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ad486352-833d-4185-84ab-e39664e67e7a*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ad486352-833d-4185-84ab-e39664e67e7a*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ad486352-833d-4185-84ab-e39664e67e7a*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ad486352-833d-4185-84ab-e39664e67e7a*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ad486352-833d-4185-84ab-e39664e67e7a*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ad486352-833d-4185-84ab-e39664e67e7a*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ad486352-833d-4185-84ab-e39664e67e7a*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/ad486352-833d-4185-84ab-e39664e67e7a*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7336?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7336?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -640,7 +640,7 @@ "UK West" ], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "SupportsExtension" }, @@ -648,7 +648,7 @@ "resourceType": "tagNamespaceOperationResults", "locations": [], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "None" }, @@ -1130,7 +1130,7 @@ "resourceType": "changes", "locations": [], "apiVersions": [ - "2023-03-01-preview", + "2023-03-31", "2022-05-01", "2022-03-01-preview" ], @@ -1228,7 +1228,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7336?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7336?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1282,7 +1282,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7336?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7336?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1420,7 +1420,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7336?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7336?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1472,7 +1472,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7336?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7336?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1524,7 +1524,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1578,7 +1578,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7336?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7336?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1592,14 +1592,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0946789d-910d-426a-bef0-c730c09a1858*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0946789d-910d-426a-bef0-c730c09a1858*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:51:25 GMT", "ETag": "\u002279012cde-0000-0700-0000-6419c46e0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0946789d-910d-426a-bef0-c730c09a1858*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0946789d-910d-426a-bef0-c730c09a1858*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -1616,7 +1616,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0946789d-910d-426a-bef0-c730c09a1858*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0946789d-910d-426a-bef0-c730c09a1858*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1654,7 +1654,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0946789d-910d-426a-bef0-c730c09a1858*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0946789d-910d-426a-bef0-c730c09a1858*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1692,7 +1692,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0946789d-910d-426a-bef0-c730c09a1858*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0946789d-910d-426a-bef0-c730c09a1858*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1730,7 +1730,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0946789d-910d-426a-bef0-c730c09a1858*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0946789d-910d-426a-bef0-c730c09a1858*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1768,7 +1768,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0946789d-910d-426a-bef0-c730c09a1858*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0946789d-910d-426a-bef0-c730c09a1858*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1806,7 +1806,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0946789d-910d-426a-bef0-c730c09a1858*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0946789d-910d-426a-bef0-c730c09a1858*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1844,7 +1844,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0946789d-910d-426a-bef0-c730c09a1858*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0946789d-910d-426a-bef0-c730c09a1858*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1882,7 +1882,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0946789d-910d-426a-bef0-c730c09a1858*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0946789d-910d-426a-bef0-c730c09a1858*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1920,7 +1920,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0946789d-910d-426a-bef0-c730c09a1858*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0946789d-910d-426a-bef0-c730c09a1858*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1958,7 +1958,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0946789d-910d-426a-bef0-c730c09a1858*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0946789d-910d-426a-bef0-c730c09a1858*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1996,7 +1996,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0946789d-910d-426a-bef0-c730c09a1858*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/0946789d-910d-426a-bef0-c730c09a1858*4E55A5661457420ECF18E774C0BE5EF35FBAC7EDA6F623890357B45742F82FE7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/SetTags(False).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/SetTags(False).json index 3d0a5ca0485ef..65e46690827d4 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/SetTags(False).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/SetTags(False).json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6663?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6663?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e540a587-6f30-4936-b6db-596fb6612683*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e540a587-6f30-4936-b6db-596fb6612683*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "621", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e540a587-6f30-4936-b6db-596fb6612683*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e540a587-6f30-4936-b6db-596fb6612683*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e540a587-6f30-4936-b6db-596fb6612683*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e540a587-6f30-4936-b6db-596fb6612683*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e540a587-6f30-4936-b6db-596fb6612683*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e540a587-6f30-4936-b6db-596fb6612683*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e540a587-6f30-4936-b6db-596fb6612683*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e540a587-6f30-4936-b6db-596fb6612683*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e540a587-6f30-4936-b6db-596fb6612683*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e540a587-6f30-4936-b6db-596fb6612683*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e540a587-6f30-4936-b6db-596fb6612683*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e540a587-6f30-4936-b6db-596fb6612683*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e540a587-6f30-4936-b6db-596fb6612683*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e540a587-6f30-4936-b6db-596fb6612683*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e540a587-6f30-4936-b6db-596fb6612683*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e540a587-6f30-4936-b6db-596fb6612683*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e540a587-6f30-4936-b6db-596fb6612683*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e540a587-6f30-4936-b6db-596fb6612683*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6663?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6663?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -499,7 +499,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6663?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6663?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -551,7 +551,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6663?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6663?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -611,7 +611,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6663?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6663?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -665,7 +665,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6663?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6663?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -719,7 +719,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6663?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6663?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -779,7 +779,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6663?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6663?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -833,7 +833,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -890,7 +890,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6663?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6663?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -904,14 +904,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/686af8f2-4271-483e-a31b-a322586963d3*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/686af8f2-4271-483e-a31b-a322586963d3*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:50:36 GMT", "ETag": "\u002277016eb6-0000-0700-0000-6419b62c0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/686af8f2-4271-483e-a31b-a322586963d3*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/686af8f2-4271-483e-a31b-a322586963d3*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -928,7 +928,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/686af8f2-4271-483e-a31b-a322586963d3*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/686af8f2-4271-483e-a31b-a322586963d3*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -966,7 +966,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/686af8f2-4271-483e-a31b-a322586963d3*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/686af8f2-4271-483e-a31b-a322586963d3*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1004,7 +1004,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/686af8f2-4271-483e-a31b-a322586963d3*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/686af8f2-4271-483e-a31b-a322586963d3*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1042,7 +1042,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/686af8f2-4271-483e-a31b-a322586963d3*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/686af8f2-4271-483e-a31b-a322586963d3*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1080,7 +1080,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/686af8f2-4271-483e-a31b-a322586963d3*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/686af8f2-4271-483e-a31b-a322586963d3*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1118,7 +1118,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/686af8f2-4271-483e-a31b-a322586963d3*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/686af8f2-4271-483e-a31b-a322586963d3*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1156,7 +1156,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/686af8f2-4271-483e-a31b-a322586963d3*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/686af8f2-4271-483e-a31b-a322586963d3*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1194,7 +1194,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/686af8f2-4271-483e-a31b-a322586963d3*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/686af8f2-4271-483e-a31b-a322586963d3*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1232,7 +1232,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/686af8f2-4271-483e-a31b-a322586963d3*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/686af8f2-4271-483e-a31b-a322586963d3*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1270,7 +1270,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/686af8f2-4271-483e-a31b-a322586963d3*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/686af8f2-4271-483e-a31b-a322586963d3*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1308,7 +1308,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/686af8f2-4271-483e-a31b-a322586963d3*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/686af8f2-4271-483e-a31b-a322586963d3*245EDC1A42BECC9E8BEBC6C716D579C822A0043A4E2480FEBBF4EB694FD87C5C?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/SetTags(False)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/SetTags(False)Async.json index a5c96ec4186ec..6b6dd5dd89d88 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/SetTags(False)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/SetTags(False)Async.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-4924?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-4924?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1e3d91ea-a6ae-4c6e-8437-fe23bd3d4854*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1e3d91ea-a6ae-4c6e-8437-fe23bd3d4854*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1e3d91ea-a6ae-4c6e-8437-fe23bd3d4854*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1e3d91ea-a6ae-4c6e-8437-fe23bd3d4854*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1e3d91ea-a6ae-4c6e-8437-fe23bd3d4854*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1e3d91ea-a6ae-4c6e-8437-fe23bd3d4854*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1e3d91ea-a6ae-4c6e-8437-fe23bd3d4854*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1e3d91ea-a6ae-4c6e-8437-fe23bd3d4854*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1e3d91ea-a6ae-4c6e-8437-fe23bd3d4854*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1e3d91ea-a6ae-4c6e-8437-fe23bd3d4854*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1e3d91ea-a6ae-4c6e-8437-fe23bd3d4854*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1e3d91ea-a6ae-4c6e-8437-fe23bd3d4854*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1e3d91ea-a6ae-4c6e-8437-fe23bd3d4854*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1e3d91ea-a6ae-4c6e-8437-fe23bd3d4854*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1e3d91ea-a6ae-4c6e-8437-fe23bd3d4854*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1e3d91ea-a6ae-4c6e-8437-fe23bd3d4854*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1e3d91ea-a6ae-4c6e-8437-fe23bd3d4854*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1e3d91ea-a6ae-4c6e-8437-fe23bd3d4854*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1e3d91ea-a6ae-4c6e-8437-fe23bd3d4854*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1e3d91ea-a6ae-4c6e-8437-fe23bd3d4854*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -447,7 +447,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1e3d91ea-a6ae-4c6e-8437-fe23bd3d4854*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/1e3d91ea-a6ae-4c6e-8437-fe23bd3d4854*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -486,7 +486,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-4924?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-4924?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -537,7 +537,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-4924?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-4924?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -589,7 +589,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-4924?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-4924?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -649,7 +649,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-4924?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-4924?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -703,7 +703,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-4924?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-4924?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -757,7 +757,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-4924?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-4924?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -817,7 +817,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-4924?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-4924?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -871,7 +871,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -927,7 +927,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-4924?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-4924?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -941,14 +941,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a2128afd-cb69-4f83-8e68-84d3ecb33a0c*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a2128afd-cb69-4f83-8e68-84d3ecb33a0c*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:09:04 GMT", "ETag": "\u00227a011e86-0000-0700-0000-6419c8910000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a2128afd-cb69-4f83-8e68-84d3ecb33a0c*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a2128afd-cb69-4f83-8e68-84d3ecb33a0c*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -965,7 +965,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a2128afd-cb69-4f83-8e68-84d3ecb33a0c*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a2128afd-cb69-4f83-8e68-84d3ecb33a0c*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1003,7 +1003,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a2128afd-cb69-4f83-8e68-84d3ecb33a0c*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a2128afd-cb69-4f83-8e68-84d3ecb33a0c*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1041,7 +1041,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a2128afd-cb69-4f83-8e68-84d3ecb33a0c*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a2128afd-cb69-4f83-8e68-84d3ecb33a0c*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1079,7 +1079,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a2128afd-cb69-4f83-8e68-84d3ecb33a0c*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a2128afd-cb69-4f83-8e68-84d3ecb33a0c*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1117,7 +1117,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a2128afd-cb69-4f83-8e68-84d3ecb33a0c*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a2128afd-cb69-4f83-8e68-84d3ecb33a0c*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1155,7 +1155,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a2128afd-cb69-4f83-8e68-84d3ecb33a0c*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a2128afd-cb69-4f83-8e68-84d3ecb33a0c*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1193,7 +1193,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a2128afd-cb69-4f83-8e68-84d3ecb33a0c*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a2128afd-cb69-4f83-8e68-84d3ecb33a0c*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1231,7 +1231,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a2128afd-cb69-4f83-8e68-84d3ecb33a0c*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a2128afd-cb69-4f83-8e68-84d3ecb33a0c*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1269,7 +1269,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a2128afd-cb69-4f83-8e68-84d3ecb33a0c*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a2128afd-cb69-4f83-8e68-84d3ecb33a0c*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1307,7 +1307,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a2128afd-cb69-4f83-8e68-84d3ecb33a0c*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a2128afd-cb69-4f83-8e68-84d3ecb33a0c*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1345,7 +1345,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a2128afd-cb69-4f83-8e68-84d3ecb33a0c*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a2128afd-cb69-4f83-8e68-84d3ecb33a0c*69EF7648BB8284A63EAB298DCED6F21CC0E19F36350422BC1E167B17C28FC66E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/SetTags(True).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/SetTags(True).json index 7d42669c09fd6..82668dc5d0fc0 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/SetTags(True).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/SetTags(True).json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-44?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-44?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3380112f-cc8e-4172-bb51-2f7038917b4d*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3380112f-cc8e-4172-bb51-2f7038917b4d*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "619", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3380112f-cc8e-4172-bb51-2f7038917b4d*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3380112f-cc8e-4172-bb51-2f7038917b4d*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3380112f-cc8e-4172-bb51-2f7038917b4d*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3380112f-cc8e-4172-bb51-2f7038917b4d*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3380112f-cc8e-4172-bb51-2f7038917b4d*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3380112f-cc8e-4172-bb51-2f7038917b4d*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3380112f-cc8e-4172-bb51-2f7038917b4d*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3380112f-cc8e-4172-bb51-2f7038917b4d*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3380112f-cc8e-4172-bb51-2f7038917b4d*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3380112f-cc8e-4172-bb51-2f7038917b4d*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3380112f-cc8e-4172-bb51-2f7038917b4d*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3380112f-cc8e-4172-bb51-2f7038917b4d*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3380112f-cc8e-4172-bb51-2f7038917b4d*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3380112f-cc8e-4172-bb51-2f7038917b4d*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3380112f-cc8e-4172-bb51-2f7038917b4d*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3380112f-cc8e-4172-bb51-2f7038917b4d*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3380112f-cc8e-4172-bb51-2f7038917b4d*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3380112f-cc8e-4172-bb51-2f7038917b4d*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-44?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-44?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -585,7 +585,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-44?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-44?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -639,7 +639,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-44?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-44?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -809,7 +809,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-44?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-44?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -863,7 +863,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-44?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-44?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -917,7 +917,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -974,7 +974,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-44?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-44?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -988,14 +988,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f51874a4-8d22-41f9-b3cf-d2ba1c1c3f2e*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f51874a4-8d22-41f9-b3cf-d2ba1c1c3f2e*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:47:09 GMT", "ETag": "\u002277017798-0000-0700-0000-6419b55e0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f51874a4-8d22-41f9-b3cf-d2ba1c1c3f2e*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f51874a4-8d22-41f9-b3cf-d2ba1c1c3f2e*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -1012,7 +1012,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f51874a4-8d22-41f9-b3cf-d2ba1c1c3f2e*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f51874a4-8d22-41f9-b3cf-d2ba1c1c3f2e*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1050,7 +1050,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f51874a4-8d22-41f9-b3cf-d2ba1c1c3f2e*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f51874a4-8d22-41f9-b3cf-d2ba1c1c3f2e*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1088,7 +1088,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f51874a4-8d22-41f9-b3cf-d2ba1c1c3f2e*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f51874a4-8d22-41f9-b3cf-d2ba1c1c3f2e*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1126,7 +1126,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f51874a4-8d22-41f9-b3cf-d2ba1c1c3f2e*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f51874a4-8d22-41f9-b3cf-d2ba1c1c3f2e*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1164,7 +1164,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f51874a4-8d22-41f9-b3cf-d2ba1c1c3f2e*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f51874a4-8d22-41f9-b3cf-d2ba1c1c3f2e*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1202,7 +1202,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f51874a4-8d22-41f9-b3cf-d2ba1c1c3f2e*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f51874a4-8d22-41f9-b3cf-d2ba1c1c3f2e*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1240,7 +1240,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f51874a4-8d22-41f9-b3cf-d2ba1c1c3f2e*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f51874a4-8d22-41f9-b3cf-d2ba1c1c3f2e*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1278,7 +1278,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f51874a4-8d22-41f9-b3cf-d2ba1c1c3f2e*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f51874a4-8d22-41f9-b3cf-d2ba1c1c3f2e*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1316,7 +1316,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f51874a4-8d22-41f9-b3cf-d2ba1c1c3f2e*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f51874a4-8d22-41f9-b3cf-d2ba1c1c3f2e*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1354,7 +1354,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f51874a4-8d22-41f9-b3cf-d2ba1c1c3f2e*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f51874a4-8d22-41f9-b3cf-d2ba1c1c3f2e*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1392,7 +1392,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f51874a4-8d22-41f9-b3cf-d2ba1c1c3f2e*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/f51874a4-8d22-41f9-b3cf-d2ba1c1c3f2e*D7F27DA5E6C3C748846CDD0910291CA27A087FC156344D6915AE8780EE354933?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/SetTags(True)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/SetTags(True)Async.json index f8a5aa079a1c5..3485a6eb0588e 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/SetTags(True)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/SetTags(True)Async.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9441?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9441?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8370f30b-7654-4bbc-aa0b-4c23f61fca0b*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8370f30b-7654-4bbc-aa0b-4c23f61fca0b*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8370f30b-7654-4bbc-aa0b-4c23f61fca0b*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8370f30b-7654-4bbc-aa0b-4c23f61fca0b*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8370f30b-7654-4bbc-aa0b-4c23f61fca0b*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8370f30b-7654-4bbc-aa0b-4c23f61fca0b*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8370f30b-7654-4bbc-aa0b-4c23f61fca0b*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8370f30b-7654-4bbc-aa0b-4c23f61fca0b*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8370f30b-7654-4bbc-aa0b-4c23f61fca0b*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8370f30b-7654-4bbc-aa0b-4c23f61fca0b*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8370f30b-7654-4bbc-aa0b-4c23f61fca0b*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8370f30b-7654-4bbc-aa0b-4c23f61fca0b*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8370f30b-7654-4bbc-aa0b-4c23f61fca0b*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8370f30b-7654-4bbc-aa0b-4c23f61fca0b*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8370f30b-7654-4bbc-aa0b-4c23f61fca0b*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8370f30b-7654-4bbc-aa0b-4c23f61fca0b*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8370f30b-7654-4bbc-aa0b-4c23f61fca0b*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8370f30b-7654-4bbc-aa0b-4c23f61fca0b*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8370f30b-7654-4bbc-aa0b-4c23f61fca0b*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/8370f30b-7654-4bbc-aa0b-4c23f61fca0b*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9441?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9441?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -585,7 +585,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9441?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9441?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -639,7 +639,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9441?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9441?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -809,7 +809,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9441?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9441?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -863,7 +863,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9441?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9441?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -917,7 +917,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -973,7 +973,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9441?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-9441?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -987,14 +987,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63384590-88c8-423f-81c6-faa33832cdfb*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63384590-88c8-423f-81c6-faa33832cdfb*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:05:08 GMT", "ETag": "\u00227a01f05f-0000-0700-0000-6419c7a40000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63384590-88c8-423f-81c6-faa33832cdfb*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63384590-88c8-423f-81c6-faa33832cdfb*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -1011,7 +1011,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63384590-88c8-423f-81c6-faa33832cdfb*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63384590-88c8-423f-81c6-faa33832cdfb*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1049,7 +1049,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63384590-88c8-423f-81c6-faa33832cdfb*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63384590-88c8-423f-81c6-faa33832cdfb*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1087,7 +1087,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63384590-88c8-423f-81c6-faa33832cdfb*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63384590-88c8-423f-81c6-faa33832cdfb*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1125,7 +1125,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63384590-88c8-423f-81c6-faa33832cdfb*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63384590-88c8-423f-81c6-faa33832cdfb*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1163,7 +1163,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63384590-88c8-423f-81c6-faa33832cdfb*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63384590-88c8-423f-81c6-faa33832cdfb*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1201,7 +1201,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63384590-88c8-423f-81c6-faa33832cdfb*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63384590-88c8-423f-81c6-faa33832cdfb*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1239,7 +1239,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63384590-88c8-423f-81c6-faa33832cdfb*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63384590-88c8-423f-81c6-faa33832cdfb*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1277,7 +1277,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63384590-88c8-423f-81c6-faa33832cdfb*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63384590-88c8-423f-81c6-faa33832cdfb*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1315,7 +1315,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63384590-88c8-423f-81c6-faa33832cdfb*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63384590-88c8-423f-81c6-faa33832cdfb*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1353,7 +1353,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63384590-88c8-423f-81c6-faa33832cdfb*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63384590-88c8-423f-81c6-faa33832cdfb*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1391,7 +1391,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63384590-88c8-423f-81c6-faa33832cdfb*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/63384590-88c8-423f-81c6-faa33832cdfb*87B66AC885CE9E6590DE96D4DEB91369DEA65E03C07B8D581F60D4702B77F958?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/SetTags(null).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/SetTags(null).json index 1dd7b0ab397e2..4ff9e4d214efd 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/SetTags(null).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/SetTags(null).json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-4409?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-4409?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/04b6aad7-23db-4f43-80cc-e99fece66d46*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/04b6aad7-23db-4f43-80cc-e99fece66d46*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/04b6aad7-23db-4f43-80cc-e99fece66d46*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/04b6aad7-23db-4f43-80cc-e99fece66d46*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/04b6aad7-23db-4f43-80cc-e99fece66d46*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/04b6aad7-23db-4f43-80cc-e99fece66d46*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/04b6aad7-23db-4f43-80cc-e99fece66d46*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/04b6aad7-23db-4f43-80cc-e99fece66d46*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/04b6aad7-23db-4f43-80cc-e99fece66d46*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/04b6aad7-23db-4f43-80cc-e99fece66d46*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/04b6aad7-23db-4f43-80cc-e99fece66d46*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/04b6aad7-23db-4f43-80cc-e99fece66d46*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/04b6aad7-23db-4f43-80cc-e99fece66d46*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/04b6aad7-23db-4f43-80cc-e99fece66d46*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/04b6aad7-23db-4f43-80cc-e99fece66d46*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/04b6aad7-23db-4f43-80cc-e99fece66d46*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/04b6aad7-23db-4f43-80cc-e99fece66d46*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/04b6aad7-23db-4f43-80cc-e99fece66d46*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/04b6aad7-23db-4f43-80cc-e99fece66d46*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/04b6aad7-23db-4f43-80cc-e99fece66d46*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-4409?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-4409?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -640,7 +640,7 @@ "UK West" ], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "SupportsExtension" }, @@ -648,7 +648,7 @@ "resourceType": "tagNamespaceOperationResults", "locations": [], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "None" }, @@ -1118,7 +1118,7 @@ "resourceType": "changes", "locations": [], "apiVersions": [ - "2023-03-01-preview", + "2023-03-31", "2022-05-01", "2022-03-01-preview" ], @@ -1216,7 +1216,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-4409?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-4409?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1270,7 +1270,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-4409?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-4409?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1440,7 +1440,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-4409?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-4409?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1494,7 +1494,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-4409?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-4409?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1548,7 +1548,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1605,7 +1605,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-4409?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-4409?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1619,14 +1619,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b9d171c6-9f54-4eca-8da2-dbf63256aa9b*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b9d171c6-9f54-4eca-8da2-dbf63256aa9b*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 13:43:33 GMT", "ETag": "\u002277017b7c-0000-0700-0000-6419b4850000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b9d171c6-9f54-4eca-8da2-dbf63256aa9b*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b9d171c6-9f54-4eca-8da2-dbf63256aa9b*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -1643,7 +1643,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b9d171c6-9f54-4eca-8da2-dbf63256aa9b*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b9d171c6-9f54-4eca-8da2-dbf63256aa9b*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1681,7 +1681,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b9d171c6-9f54-4eca-8da2-dbf63256aa9b*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b9d171c6-9f54-4eca-8da2-dbf63256aa9b*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1719,7 +1719,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b9d171c6-9f54-4eca-8da2-dbf63256aa9b*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b9d171c6-9f54-4eca-8da2-dbf63256aa9b*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1757,7 +1757,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b9d171c6-9f54-4eca-8da2-dbf63256aa9b*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b9d171c6-9f54-4eca-8da2-dbf63256aa9b*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1795,7 +1795,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b9d171c6-9f54-4eca-8da2-dbf63256aa9b*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b9d171c6-9f54-4eca-8da2-dbf63256aa9b*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1833,7 +1833,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b9d171c6-9f54-4eca-8da2-dbf63256aa9b*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b9d171c6-9f54-4eca-8da2-dbf63256aa9b*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1871,7 +1871,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b9d171c6-9f54-4eca-8da2-dbf63256aa9b*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b9d171c6-9f54-4eca-8da2-dbf63256aa9b*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1909,7 +1909,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b9d171c6-9f54-4eca-8da2-dbf63256aa9b*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b9d171c6-9f54-4eca-8da2-dbf63256aa9b*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1947,7 +1947,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b9d171c6-9f54-4eca-8da2-dbf63256aa9b*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b9d171c6-9f54-4eca-8da2-dbf63256aa9b*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1985,7 +1985,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b9d171c6-9f54-4eca-8da2-dbf63256aa9b*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b9d171c6-9f54-4eca-8da2-dbf63256aa9b*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2023,7 +2023,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b9d171c6-9f54-4eca-8da2-dbf63256aa9b*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b9d171c6-9f54-4eca-8da2-dbf63256aa9b*4597A72F4844ED137906BF9E4E6D696837E46AA09F188F82CB665A08443F69B7?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/SetTags(null)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/SetTags(null)Async.json index 1b7fef37fbf40..bcc5132b99611 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/SetTags(null)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/SetTags(null)Async.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-1982?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-1982?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b06a389-e21c-4ed9-a654-7375ce107949*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b06a389-e21c-4ed9-a654-7375ce107949*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b06a389-e21c-4ed9-a654-7375ce107949*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b06a389-e21c-4ed9-a654-7375ce107949*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b06a389-e21c-4ed9-a654-7375ce107949*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b06a389-e21c-4ed9-a654-7375ce107949*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b06a389-e21c-4ed9-a654-7375ce107949*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b06a389-e21c-4ed9-a654-7375ce107949*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b06a389-e21c-4ed9-a654-7375ce107949*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b06a389-e21c-4ed9-a654-7375ce107949*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b06a389-e21c-4ed9-a654-7375ce107949*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b06a389-e21c-4ed9-a654-7375ce107949*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b06a389-e21c-4ed9-a654-7375ce107949*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b06a389-e21c-4ed9-a654-7375ce107949*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b06a389-e21c-4ed9-a654-7375ce107949*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b06a389-e21c-4ed9-a654-7375ce107949*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b06a389-e21c-4ed9-a654-7375ce107949*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b06a389-e21c-4ed9-a654-7375ce107949*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b06a389-e21c-4ed9-a654-7375ce107949*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/3b06a389-e21c-4ed9-a654-7375ce107949*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-1982?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-1982?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -640,7 +640,7 @@ "UK West" ], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "SupportsExtension" }, @@ -648,7 +648,7 @@ "resourceType": "tagNamespaceOperationResults", "locations": [], "apiVersions": [ - "2023-03-01-preview" + "2023-03-31" ], "capabilities": "None" }, @@ -1130,7 +1130,7 @@ "resourceType": "changes", "locations": [], "apiVersions": [ - "2023-03-01-preview", + "2023-03-31", "2022-05-01", "2022-03-01-preview" ], @@ -1228,7 +1228,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-1982?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-1982?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1282,7 +1282,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-1982?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-1982?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1452,7 +1452,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-1982?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-1982?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1506,7 +1506,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-1982?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-1982?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1560,7 +1560,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -1616,7 +1616,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-1982?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-1982?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -1630,14 +1630,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86b7ef1f-ff78-49ff-9695-c10d2b9a8a25*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86b7ef1f-ff78-49ff-9695-c10d2b9a8a25*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:01:45 GMT", "ETag": "\u00227a01f73c-0000-0700-0000-6419c6da0000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86b7ef1f-ff78-49ff-9695-c10d2b9a8a25*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86b7ef1f-ff78-49ff-9695-c10d2b9a8a25*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -1654,7 +1654,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86b7ef1f-ff78-49ff-9695-c10d2b9a8a25*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86b7ef1f-ff78-49ff-9695-c10d2b9a8a25*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1692,7 +1692,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86b7ef1f-ff78-49ff-9695-c10d2b9a8a25*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86b7ef1f-ff78-49ff-9695-c10d2b9a8a25*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1730,7 +1730,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86b7ef1f-ff78-49ff-9695-c10d2b9a8a25*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86b7ef1f-ff78-49ff-9695-c10d2b9a8a25*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1768,7 +1768,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86b7ef1f-ff78-49ff-9695-c10d2b9a8a25*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86b7ef1f-ff78-49ff-9695-c10d2b9a8a25*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1806,7 +1806,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86b7ef1f-ff78-49ff-9695-c10d2b9a8a25*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86b7ef1f-ff78-49ff-9695-c10d2b9a8a25*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1844,7 +1844,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86b7ef1f-ff78-49ff-9695-c10d2b9a8a25*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86b7ef1f-ff78-49ff-9695-c10d2b9a8a25*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1882,7 +1882,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86b7ef1f-ff78-49ff-9695-c10d2b9a8a25*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86b7ef1f-ff78-49ff-9695-c10d2b9a8a25*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1920,7 +1920,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86b7ef1f-ff78-49ff-9695-c10d2b9a8a25*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86b7ef1f-ff78-49ff-9695-c10d2b9a8a25*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1958,7 +1958,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86b7ef1f-ff78-49ff-9695-c10d2b9a8a25*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86b7ef1f-ff78-49ff-9695-c10d2b9a8a25*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1996,7 +1996,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86b7ef1f-ff78-49ff-9695-c10d2b9a8a25*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86b7ef1f-ff78-49ff-9695-c10d2b9a8a25*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -2034,7 +2034,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86b7ef1f-ff78-49ff-9695-c10d2b9a8a25*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/86b7ef1f-ff78-49ff-9695-c10d2b9a8a25*D061028358F085152535EAEA1D4DA83A55D5C56FB27425302CD78C1670ADCBCE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/Update.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/Update.json index c67ca63925d18..faa9d74735ea4 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/Update.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/Update.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6111?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6111?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a974a2b1-5a41-4cc3-b95a-0e7b626aa8e9*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a974a2b1-5a41-4cc3-b95a-0e7b626aa8e9*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a974a2b1-5a41-4cc3-b95a-0e7b626aa8e9*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a974a2b1-5a41-4cc3-b95a-0e7b626aa8e9*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a974a2b1-5a41-4cc3-b95a-0e7b626aa8e9*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a974a2b1-5a41-4cc3-b95a-0e7b626aa8e9*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a974a2b1-5a41-4cc3-b95a-0e7b626aa8e9*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a974a2b1-5a41-4cc3-b95a-0e7b626aa8e9*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a974a2b1-5a41-4cc3-b95a-0e7b626aa8e9*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a974a2b1-5a41-4cc3-b95a-0e7b626aa8e9*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a974a2b1-5a41-4cc3-b95a-0e7b626aa8e9*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a974a2b1-5a41-4cc3-b95a-0e7b626aa8e9*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a974a2b1-5a41-4cc3-b95a-0e7b626aa8e9*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a974a2b1-5a41-4cc3-b95a-0e7b626aa8e9*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a974a2b1-5a41-4cc3-b95a-0e7b626aa8e9*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a974a2b1-5a41-4cc3-b95a-0e7b626aa8e9*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a974a2b1-5a41-4cc3-b95a-0e7b626aa8e9*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a974a2b1-5a41-4cc3-b95a-0e7b626aa8e9*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a974a2b1-5a41-4cc3-b95a-0e7b626aa8e9*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/a974a2b1-5a41-4cc3-b95a-0e7b626aa8e9*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6111?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6111?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -499,7 +499,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6111?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6111?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -553,7 +553,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -608,7 +608,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6111?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8824/providers/Microsoft.Communication/emailServices/email-service-6111?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -622,14 +622,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/488e5324-d1fc-4755-831e-19d60688202e*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/488e5324-d1fc-4755-831e-19d60688202e*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 14:25:12 GMT", "ETag": "\u00227801ddf4-0000-0700-0000-6419be480000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/488e5324-d1fc-4755-831e-19d60688202e*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/488e5324-d1fc-4755-831e-19d60688202e*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -646,7 +646,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/488e5324-d1fc-4755-831e-19d60688202e*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/488e5324-d1fc-4755-831e-19d60688202e*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -684,7 +684,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/488e5324-d1fc-4755-831e-19d60688202e*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/488e5324-d1fc-4755-831e-19d60688202e*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -722,7 +722,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/488e5324-d1fc-4755-831e-19d60688202e*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/488e5324-d1fc-4755-831e-19d60688202e*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -760,7 +760,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/488e5324-d1fc-4755-831e-19d60688202e*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/488e5324-d1fc-4755-831e-19d60688202e*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -798,7 +798,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/488e5324-d1fc-4755-831e-19d60688202e*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/488e5324-d1fc-4755-831e-19d60688202e*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -836,7 +836,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/488e5324-d1fc-4755-831e-19d60688202e*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/488e5324-d1fc-4755-831e-19d60688202e*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -874,7 +874,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/488e5324-d1fc-4755-831e-19d60688202e*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/488e5324-d1fc-4755-831e-19d60688202e*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -912,7 +912,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/488e5324-d1fc-4755-831e-19d60688202e*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/488e5324-d1fc-4755-831e-19d60688202e*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -950,7 +950,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/488e5324-d1fc-4755-831e-19d60688202e*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/488e5324-d1fc-4755-831e-19d60688202e*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -988,7 +988,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/488e5324-d1fc-4755-831e-19d60688202e*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/488e5324-d1fc-4755-831e-19d60688202e*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1026,7 +1026,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/488e5324-d1fc-4755-831e-19d60688202e*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/488e5324-d1fc-4755-831e-19d60688202e*786DB5765D77C8FFE825FBED00AEEE2C74FD9A35EB218F8BA26074E567C66BED?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/UpdateAsync.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/UpdateAsync.json index 5882fc0cb4140..9e810155bd22f 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/UpdateAsync.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/EmailServiceTests/UpdateAsync.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7463?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7463?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -62,7 +62,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/37142625-0bf8-4d90-9058-164eefa8e486*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/37142625-0bf8-4d90-9058-164eefa8e486*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "623", "Content-Type": "application/json; charset=utf-8", @@ -105,7 +105,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/37142625-0bf8-4d90-9058-164eefa8e486*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/37142625-0bf8-4d90-9058-164eefa8e486*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/37142625-0bf8-4d90-9058-164eefa8e486*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/37142625-0bf8-4d90-9058-164eefa8e486*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -181,7 +181,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/37142625-0bf8-4d90-9058-164eefa8e486*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/37142625-0bf8-4d90-9058-164eefa8e486*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -219,7 +219,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/37142625-0bf8-4d90-9058-164eefa8e486*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/37142625-0bf8-4d90-9058-164eefa8e486*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -257,7 +257,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/37142625-0bf8-4d90-9058-164eefa8e486*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/37142625-0bf8-4d90-9058-164eefa8e486*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -295,7 +295,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/37142625-0bf8-4d90-9058-164eefa8e486*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/37142625-0bf8-4d90-9058-164eefa8e486*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -333,7 +333,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/37142625-0bf8-4d90-9058-164eefa8e486*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/37142625-0bf8-4d90-9058-164eefa8e486*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -371,7 +371,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/37142625-0bf8-4d90-9058-164eefa8e486*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/37142625-0bf8-4d90-9058-164eefa8e486*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -409,7 +409,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/37142625-0bf8-4d90-9058-164eefa8e486*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/37142625-0bf8-4d90-9058-164eefa8e486*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -448,7 +448,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7463?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7463?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -499,7 +499,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7463?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7463?api-version=2023-03-31", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", @@ -553,7 +553,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -607,7 +607,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7463?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-7174/providers/Microsoft.Communication/emailServices/email-service-7463?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -621,14 +621,14 @@ "StatusCode": 202, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b7e7a882-116f-4bc4-8549-8ad692090271*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b7e7a882-116f-4bc4-8549-8ad692090271*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "4", "Content-Type": "application/json; charset=utf-8", "Date": "Tue, 21 Mar 2023 15:29:23 GMT", "ETag": "\u00227b01f448-0000-0700-0000-6419cd540000\u0022", "Expires": "-1", - "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b7e7a882-116f-4bc4-8549-8ad692090271*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-01-preview", + "Location": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b7e7a882-116f-4bc4-8549-8ad692090271*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-31", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Cache": "CONFIG_NOCACHE", @@ -645,7 +645,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b7e7a882-116f-4bc4-8549-8ad692090271*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b7e7a882-116f-4bc4-8549-8ad692090271*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -683,7 +683,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b7e7a882-116f-4bc4-8549-8ad692090271*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b7e7a882-116f-4bc4-8549-8ad692090271*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -721,7 +721,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b7e7a882-116f-4bc4-8549-8ad692090271*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b7e7a882-116f-4bc4-8549-8ad692090271*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -759,7 +759,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b7e7a882-116f-4bc4-8549-8ad692090271*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b7e7a882-116f-4bc4-8549-8ad692090271*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -797,7 +797,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b7e7a882-116f-4bc4-8549-8ad692090271*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b7e7a882-116f-4bc4-8549-8ad692090271*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -835,7 +835,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b7e7a882-116f-4bc4-8549-8ad692090271*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b7e7a882-116f-4bc4-8549-8ad692090271*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -873,7 +873,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b7e7a882-116f-4bc4-8549-8ad692090271*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b7e7a882-116f-4bc4-8549-8ad692090271*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -911,7 +911,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b7e7a882-116f-4bc4-8549-8ad692090271*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b7e7a882-116f-4bc4-8549-8ad692090271*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -949,7 +949,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b7e7a882-116f-4bc4-8549-8ad692090271*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b7e7a882-116f-4bc4-8549-8ad692090271*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -987,7 +987,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b7e7a882-116f-4bc4-8549-8ad692090271*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b7e7a882-116f-4bc4-8549-8ad692090271*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -1025,7 +1025,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b7e7a882-116f-4bc4-8549-8ad692090271*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/b7e7a882-116f-4bc4-8549-8ad692090271*2DF193F225E46E29319231C841263F141DF02DD65A32CB3112DF9A8D419EB27E?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/CreateOrUpdate.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/CreateOrUpdate.json index 857d7b5c70bc1..42bd8c96b1b8a 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/CreateOrUpdate.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/CreateOrUpdate.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -191,7 +191,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames/un-2107?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames/un-2107?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -250,7 +250,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -306,7 +306,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/communication-rg-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames/un-2107?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/communication-rg-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames/un-2107?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/CreateOrUpdateAsync.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/CreateOrUpdateAsync.json index 77515f032c127..96c9402d20e87 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/CreateOrUpdateAsync.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/CreateOrUpdateAsync.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -191,7 +191,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames/un-3452?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames/un-3452?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -250,7 +250,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -305,7 +305,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/communication-rg-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames/un-3452?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/communication-rg-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames/un-3452?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/Delete.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/Delete.json index a1ecf8e27ce05..84bdfb3d45712 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/Delete.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/Delete.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -191,7 +191,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames/un-4486?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames/un-4486?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -250,7 +250,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames/un-4486?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames/un-4486?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -285,7 +285,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames/un-4486?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames/un-4486?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -326,7 +326,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/DeleteAsync.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/DeleteAsync.json index 43e3b5342dc98..32cad7e241358 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/DeleteAsync.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/DeleteAsync.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -191,7 +191,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames/un-5099?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames/un-5099?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -250,7 +250,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames/un-5099?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames/un-5099?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", @@ -285,7 +285,7 @@ "ResponseBody": "null" }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames/un-5099?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames/un-5099?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -326,7 +326,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/Exists.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/Exists.json index 18ddb923f89d2..da6b53ae7aa69 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/Exists.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/Exists.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -191,7 +191,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames/un-5122?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames/un-5122?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -250,7 +250,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames/un-5122?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames/un-5122?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -293,7 +293,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -349,7 +349,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/communication-rg-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames/un-5122?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/communication-rg-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames/un-5122?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/ExistsAsync.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/ExistsAsync.json index 008a54ff08b47..eb57c707d91bb 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/ExistsAsync.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/ExistsAsync.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -191,7 +191,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames/un-253?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames/un-253?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -250,7 +250,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames/un-253?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames/un-253?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -293,7 +293,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -348,7 +348,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/communication-rg-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames/un-253?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/communication-rg-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames/un-253?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/Get.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/Get.json index fecb015df21cc..a5154f941e35c 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/Get.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/Get.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -191,7 +191,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames/un-5029?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames/un-5029?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -250,7 +250,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames/un-5029?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames/un-5029?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -293,7 +293,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -349,7 +349,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/communication-rg-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames/un-5029?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/communication-rg-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames/un-5029?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/GetAll.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/GetAll.json index 989ff0589039f..2f69ae7388d9a 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/GetAll.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/GetAll.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -191,7 +191,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames/un-4300?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames/un-4300?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -250,7 +250,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -306,7 +306,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -362,7 +362,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/communication-rg-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames/un-4300?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/communication-rg-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com/senderUsernames/un-4300?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/GetAllAsync.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/GetAllAsync.json index bc71eea9e19fb..0c20b2a62cde6 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/GetAllAsync.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/GetAllAsync.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -191,7 +191,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames/un-3118?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames/un-3118?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -250,7 +250,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -305,7 +305,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -360,7 +360,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/communication-rg-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames/un-3118?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/communication-rg-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames/un-3118?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/GetAsync.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/GetAsync.json index 91361b4b5819a..13d4e7f6ec795 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/GetAsync.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/GetAsync.json @@ -40,7 +40,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -92,7 +92,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -191,7 +191,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames/un-1370?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames/un-1370?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -250,7 +250,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames/un-1370?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames/un-1370?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -293,7 +293,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -348,7 +348,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/communication-rg-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames/un-1370?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/communication-rg-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com/senderUsernames/un-1370?api-version=2023-03-31", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/SenderUsernameTests(False).json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/SenderUsernameTests(False).json index be93ec89a7bb3..f026bf1861c4c 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/SenderUsernameTests(False).json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/SenderUsernameTests(False).json @@ -88,7 +88,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -110,7 +110,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/53c3d96e-cdbf-4083-8c1c-013ce3f33b39*F8230D7CABDE333BDAA497B24B5B983E8988BD50CBFC7036671138728C4DDDEE?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/53c3d96e-cdbf-4083-8c1c-013ce3f33b39*F8230D7CABDE333BDAA497B24B5B983E8988BD50CBFC7036671138728C4DDDEE?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "611", "Content-Type": "application/json; charset=utf-8", @@ -153,7 +153,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/53c3d96e-cdbf-4083-8c1c-013ce3f33b39*F8230D7CABDE333BDAA497B24B5B983E8988BD50CBFC7036671138728C4DDDEE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/53c3d96e-cdbf-4083-8c1c-013ce3f33b39*F8230D7CABDE333BDAA497B24B5B983E8988BD50CBFC7036671138728C4DDDEE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -191,7 +191,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/53c3d96e-cdbf-4083-8c1c-013ce3f33b39*F8230D7CABDE333BDAA497B24B5B983E8988BD50CBFC7036671138728C4DDDEE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/53c3d96e-cdbf-4083-8c1c-013ce3f33b39*F8230D7CABDE333BDAA497B24B5B983E8988BD50CBFC7036671138728C4DDDEE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -229,7 +229,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/53c3d96e-cdbf-4083-8c1c-013ce3f33b39*F8230D7CABDE333BDAA497B24B5B983E8988BD50CBFC7036671138728C4DDDEE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/53c3d96e-cdbf-4083-8c1c-013ce3f33b39*F8230D7CABDE333BDAA497B24B5B983E8988BD50CBFC7036671138728C4DDDEE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -267,7 +267,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/53c3d96e-cdbf-4083-8c1c-013ce3f33b39*F8230D7CABDE333BDAA497B24B5B983E8988BD50CBFC7036671138728C4DDDEE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/53c3d96e-cdbf-4083-8c1c-013ce3f33b39*F8230D7CABDE333BDAA497B24B5B983E8988BD50CBFC7036671138728C4DDDEE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -305,7 +305,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/53c3d96e-cdbf-4083-8c1c-013ce3f33b39*F8230D7CABDE333BDAA497B24B5B983E8988BD50CBFC7036671138728C4DDDEE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/53c3d96e-cdbf-4083-8c1c-013ce3f33b39*F8230D7CABDE333BDAA497B24B5B983E8988BD50CBFC7036671138728C4DDDEE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -343,7 +343,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/53c3d96e-cdbf-4083-8c1c-013ce3f33b39*F8230D7CABDE333BDAA497B24B5B983E8988BD50CBFC7036671138728C4DDDEE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/53c3d96e-cdbf-4083-8c1c-013ce3f33b39*F8230D7CABDE333BDAA497B24B5B983E8988BD50CBFC7036671138728C4DDDEE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -381,7 +381,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/53c3d96e-cdbf-4083-8c1c-013ce3f33b39*F8230D7CABDE333BDAA497B24B5B983E8988BD50CBFC7036671138728C4DDDEE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/53c3d96e-cdbf-4083-8c1c-013ce3f33b39*F8230D7CABDE333BDAA497B24B5B983E8988BD50CBFC7036671138728C4DDDEE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -419,7 +419,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/53c3d96e-cdbf-4083-8c1c-013ce3f33b39*F8230D7CABDE333BDAA497B24B5B983E8988BD50CBFC7036671138728C4DDDEE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/53c3d96e-cdbf-4083-8c1c-013ce3f33b39*F8230D7CABDE333BDAA497B24B5B983E8988BD50CBFC7036671138728C4DDDEE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -457,7 +457,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/53c3d96e-cdbf-4083-8c1c-013ce3f33b39*F8230D7CABDE333BDAA497B24B5B983E8988BD50CBFC7036671138728C4DDDEE?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/53c3d96e-cdbf-4083-8c1c-013ce3f33b39*F8230D7CABDE333BDAA497B24B5B983E8988BD50CBFC7036671138728C4DDDEE?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -496,7 +496,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -547,7 +547,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -569,7 +569,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03c6fa01-f24c-4a65-bcca-bd0a52e1eaee*421BC12CC821C28D03D14CBD7D72BD3871BD5682EDCD5877A89803C76F384E73?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03c6fa01-f24c-4a65-bcca-bd0a52e1eaee*421BC12CC821C28D03D14CBD7D72BD3871BD5682EDCD5877A89803C76F384E73?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "653", "Content-Type": "application/json; charset=utf-8", @@ -612,7 +612,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03c6fa01-f24c-4a65-bcca-bd0a52e1eaee*421BC12CC821C28D03D14CBD7D72BD3871BD5682EDCD5877A89803C76F384E73?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03c6fa01-f24c-4a65-bcca-bd0a52e1eaee*421BC12CC821C28D03D14CBD7D72BD3871BD5682EDCD5877A89803C76F384E73?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -650,7 +650,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03c6fa01-f24c-4a65-bcca-bd0a52e1eaee*421BC12CC821C28D03D14CBD7D72BD3871BD5682EDCD5877A89803C76F384E73?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03c6fa01-f24c-4a65-bcca-bd0a52e1eaee*421BC12CC821C28D03D14CBD7D72BD3871BD5682EDCD5877A89803C76F384E73?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -688,7 +688,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03c6fa01-f24c-4a65-bcca-bd0a52e1eaee*421BC12CC821C28D03D14CBD7D72BD3871BD5682EDCD5877A89803C76F384E73?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03c6fa01-f24c-4a65-bcca-bd0a52e1eaee*421BC12CC821C28D03D14CBD7D72BD3871BD5682EDCD5877A89803C76F384E73?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -726,7 +726,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03c6fa01-f24c-4a65-bcca-bd0a52e1eaee*421BC12CC821C28D03D14CBD7D72BD3871BD5682EDCD5877A89803C76F384E73?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03c6fa01-f24c-4a65-bcca-bd0a52e1eaee*421BC12CC821C28D03D14CBD7D72BD3871BD5682EDCD5877A89803C76F384E73?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -764,7 +764,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03c6fa01-f24c-4a65-bcca-bd0a52e1eaee*421BC12CC821C28D03D14CBD7D72BD3871BD5682EDCD5877A89803C76F384E73?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03c6fa01-f24c-4a65-bcca-bd0a52e1eaee*421BC12CC821C28D03D14CBD7D72BD3871BD5682EDCD5877A89803C76F384E73?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -802,7 +802,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03c6fa01-f24c-4a65-bcca-bd0a52e1eaee*421BC12CC821C28D03D14CBD7D72BD3871BD5682EDCD5877A89803C76F384E73?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03c6fa01-f24c-4a65-bcca-bd0a52e1eaee*421BC12CC821C28D03D14CBD7D72BD3871BD5682EDCD5877A89803C76F384E73?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -840,7 +840,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03c6fa01-f24c-4a65-bcca-bd0a52e1eaee*421BC12CC821C28D03D14CBD7D72BD3871BD5682EDCD5877A89803C76F384E73?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03c6fa01-f24c-4a65-bcca-bd0a52e1eaee*421BC12CC821C28D03D14CBD7D72BD3871BD5682EDCD5877A89803C76F384E73?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -878,7 +878,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03c6fa01-f24c-4a65-bcca-bd0a52e1eaee*421BC12CC821C28D03D14CBD7D72BD3871BD5682EDCD5877A89803C76F384E73?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03c6fa01-f24c-4a65-bcca-bd0a52e1eaee*421BC12CC821C28D03D14CBD7D72BD3871BD5682EDCD5877A89803C76F384E73?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -916,7 +916,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03c6fa01-f24c-4a65-bcca-bd0a52e1eaee*421BC12CC821C28D03D14CBD7D72BD3871BD5682EDCD5877A89803C76F384E73?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/03c6fa01-f24c-4a65-bcca-bd0a52e1eaee*421BC12CC821C28D03D14CBD7D72BD3871BD5682EDCD5877A89803C76F384E73?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -955,7 +955,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-8708/providers/Microsoft.Communication/emailServices/email-test95/domains/domain-7479.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", diff --git a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/SenderUsernameTests(True)Async.json b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/SenderUsernameTests(True)Async.json index f9be983de50a1..9492ca18131e0 100644 --- a/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/SenderUsernameTests(True)Async.json +++ b/sdk/communication/Azure.ResourceManager.Communication/tests/SessionRecords/SenderUsernameTests/SenderUsernameTests(True)Async.json @@ -88,7 +88,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -110,7 +110,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6130f16-73df-4462-9db4-aa2b540d19fd*35515C2EF6230373C2D718CA7DD7548EE6C3D581E08FBB386E3F83AB2FBC2A53?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6130f16-73df-4462-9db4-aa2b540d19fd*35515C2EF6230373C2D718CA7DD7548EE6C3D581E08FBB386E3F83AB2FBC2A53?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "615", "Content-Type": "application/json; charset=utf-8", @@ -153,7 +153,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6130f16-73df-4462-9db4-aa2b540d19fd*35515C2EF6230373C2D718CA7DD7548EE6C3D581E08FBB386E3F83AB2FBC2A53?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6130f16-73df-4462-9db4-aa2b540d19fd*35515C2EF6230373C2D718CA7DD7548EE6C3D581E08FBB386E3F83AB2FBC2A53?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -191,7 +191,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6130f16-73df-4462-9db4-aa2b540d19fd*35515C2EF6230373C2D718CA7DD7548EE6C3D581E08FBB386E3F83AB2FBC2A53?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6130f16-73df-4462-9db4-aa2b540d19fd*35515C2EF6230373C2D718CA7DD7548EE6C3D581E08FBB386E3F83AB2FBC2A53?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -229,7 +229,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6130f16-73df-4462-9db4-aa2b540d19fd*35515C2EF6230373C2D718CA7DD7548EE6C3D581E08FBB386E3F83AB2FBC2A53?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6130f16-73df-4462-9db4-aa2b540d19fd*35515C2EF6230373C2D718CA7DD7548EE6C3D581E08FBB386E3F83AB2FBC2A53?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -267,7 +267,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6130f16-73df-4462-9db4-aa2b540d19fd*35515C2EF6230373C2D718CA7DD7548EE6C3D581E08FBB386E3F83AB2FBC2A53?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6130f16-73df-4462-9db4-aa2b540d19fd*35515C2EF6230373C2D718CA7DD7548EE6C3D581E08FBB386E3F83AB2FBC2A53?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -305,7 +305,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6130f16-73df-4462-9db4-aa2b540d19fd*35515C2EF6230373C2D718CA7DD7548EE6C3D581E08FBB386E3F83AB2FBC2A53?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6130f16-73df-4462-9db4-aa2b540d19fd*35515C2EF6230373C2D718CA7DD7548EE6C3D581E08FBB386E3F83AB2FBC2A53?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -343,7 +343,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6130f16-73df-4462-9db4-aa2b540d19fd*35515C2EF6230373C2D718CA7DD7548EE6C3D581E08FBB386E3F83AB2FBC2A53?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6130f16-73df-4462-9db4-aa2b540d19fd*35515C2EF6230373C2D718CA7DD7548EE6C3D581E08FBB386E3F83AB2FBC2A53?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -381,7 +381,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6130f16-73df-4462-9db4-aa2b540d19fd*35515C2EF6230373C2D718CA7DD7548EE6C3D581E08FBB386E3F83AB2FBC2A53?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6130f16-73df-4462-9db4-aa2b540d19fd*35515C2EF6230373C2D718CA7DD7548EE6C3D581E08FBB386E3F83AB2FBC2A53?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -419,7 +419,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6130f16-73df-4462-9db4-aa2b540d19fd*35515C2EF6230373C2D718CA7DD7548EE6C3D581E08FBB386E3F83AB2FBC2A53?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6130f16-73df-4462-9db4-aa2b540d19fd*35515C2EF6230373C2D718CA7DD7548EE6C3D581E08FBB386E3F83AB2FBC2A53?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -457,7 +457,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6130f16-73df-4462-9db4-aa2b540d19fd*35515C2EF6230373C2D718CA7DD7548EE6C3D581E08FBB386E3F83AB2FBC2A53?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/e6130f16-73df-4462-9db4-aa2b540d19fd*35515C2EF6230373C2D718CA7DD7548EE6C3D581E08FBB386E3F83AB2FBC2A53?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -496,7 +496,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -547,7 +547,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com?api-version=2023-03-31", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", @@ -569,7 +569,7 @@ "StatusCode": 201, "ResponseHeaders": { "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdd3d496-f424-4a71-849f-313db039153d*9BD0A18AA1999E860AFCB978A17C740319B5F843E6E7AF486FF62E14557FD66B?api-version=2023-03-01-preview", + "Azure-AsyncOperation": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdd3d496-f424-4a71-849f-313db039153d*9BD0A18AA1999E860AFCB978A17C740319B5F843E6E7AF486FF62E14557FD66B?api-version=2023-03-31", "Cache-Control": "no-cache", "Content-Length": "655", "Content-Type": "application/json; charset=utf-8", @@ -612,7 +612,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdd3d496-f424-4a71-849f-313db039153d*9BD0A18AA1999E860AFCB978A17C740319B5F843E6E7AF486FF62E14557FD66B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdd3d496-f424-4a71-849f-313db039153d*9BD0A18AA1999E860AFCB978A17C740319B5F843E6E7AF486FF62E14557FD66B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -650,7 +650,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdd3d496-f424-4a71-849f-313db039153d*9BD0A18AA1999E860AFCB978A17C740319B5F843E6E7AF486FF62E14557FD66B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdd3d496-f424-4a71-849f-313db039153d*9BD0A18AA1999E860AFCB978A17C740319B5F843E6E7AF486FF62E14557FD66B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -688,7 +688,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdd3d496-f424-4a71-849f-313db039153d*9BD0A18AA1999E860AFCB978A17C740319B5F843E6E7AF486FF62E14557FD66B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdd3d496-f424-4a71-849f-313db039153d*9BD0A18AA1999E860AFCB978A17C740319B5F843E6E7AF486FF62E14557FD66B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -726,7 +726,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdd3d496-f424-4a71-849f-313db039153d*9BD0A18AA1999E860AFCB978A17C740319B5F843E6E7AF486FF62E14557FD66B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdd3d496-f424-4a71-849f-313db039153d*9BD0A18AA1999E860AFCB978A17C740319B5F843E6E7AF486FF62E14557FD66B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -764,7 +764,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdd3d496-f424-4a71-849f-313db039153d*9BD0A18AA1999E860AFCB978A17C740319B5F843E6E7AF486FF62E14557FD66B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdd3d496-f424-4a71-849f-313db039153d*9BD0A18AA1999E860AFCB978A17C740319B5F843E6E7AF486FF62E14557FD66B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -802,7 +802,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdd3d496-f424-4a71-849f-313db039153d*9BD0A18AA1999E860AFCB978A17C740319B5F843E6E7AF486FF62E14557FD66B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdd3d496-f424-4a71-849f-313db039153d*9BD0A18AA1999E860AFCB978A17C740319B5F843E6E7AF486FF62E14557FD66B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -840,7 +840,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdd3d496-f424-4a71-849f-313db039153d*9BD0A18AA1999E860AFCB978A17C740319B5F843E6E7AF486FF62E14557FD66B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdd3d496-f424-4a71-849f-313db039153d*9BD0A18AA1999E860AFCB978A17C740319B5F843E6E7AF486FF62E14557FD66B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -878,7 +878,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdd3d496-f424-4a71-849f-313db039153d*9BD0A18AA1999E860AFCB978A17C740319B5F843E6E7AF486FF62E14557FD66B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdd3d496-f424-4a71-849f-313db039153d*9BD0A18AA1999E860AFCB978A17C740319B5F843E6E7AF486FF62E14557FD66B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -916,7 +916,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdd3d496-f424-4a71-849f-313db039153d*9BD0A18AA1999E860AFCB978A17C740319B5F843E6E7AF486FF62E14557FD66B?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/providers/Microsoft.Communication/locations/CENTRALUS/operationStatuses/bdd3d496-f424-4a71-849f-313db039153d*9BD0A18AA1999E860AFCB978A17C740319B5F843E6E7AF486FF62E14557FD66B?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", @@ -955,7 +955,7 @@ } }, { - "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com?api-version=2023-03-01-preview", + "RequestUri": "https://api-dogfood.resources.windows-int.net/subscriptions/ce1bff77-08c1-4199-b7a5-52194a42b6ce/resourceGroups/Communication-RG-2769/providers/Microsoft.Communication/emailServices/email-test6794/domains/domain-3197.com?api-version=2023-03-31", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized",